﻿body{
	margin: 0px;
	background-image:url('../images/background.png');
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#styleContainer{
	width:960px; height:auto;
}

#styleHeader{
	width:640px; height:42px; background-color:#000099; color:#FFFFFF; font-size:24px; font-weight:bold;
}

#styleLeftColumn{
	width:760px; float:left; vertical-align:top;
}

#styleNavigation{
	width:300px; float:left; margin-top:100px;
}

#styleContent{
	width:460px; margin: 20px 0px 0px 300px; text-align:left;
}

#styleInnerContent{
	padding: 0px 20px 0px 10px;
}

#styleRightColumn{
	width:200px; margin-left:760px;
}

#styleLogo{
	margin:0px 0px 40px 0px;
}

#styleRightNav{
	background-color:#000099; height:400px;
}

#styleContact{
	padding-left:10px; color:#FFFFFF;
}

.HeaderText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: white;
}
.TitleText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
}
.WhiteText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:white;
}
.BlackText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
}
.BlackBoldText{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}