/* CSS Document */

body {
background-image:url(Assets/Pictures/background_blue.jpg);
background-repeat:no-repeat;
background-color: #0053A5;
}



#mainWrapper {
width:960px;
height:650px;
background-image:url(Assets/Pictures/whitebackground3.gif);
background-repeat:no-repeat;
position:relative;
margin:0 auto;
text-align:left;
}

#header {
	position:absolute;
	width:960px;
	height:176px;
}

#logo {
	position:absolute;
	width:164px;
	height:97px;
	left:40px;
	top:35px;
	z-index:1;
}

#topgraphic {
	position:absolute;
	width:716px;
	height:64px;
	left:204px;
	top:35px;
}

#topnav {
	position:absolute;
	width:716px;
	height:34px;
	left:204px;
	top:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	z-index:2;
	
}

.topnava {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	
}

.topnava:link {
	text-decoration: none;
	color: #666666;
}
.topnava:visited {
	text-decoration: none;
	color: #666666;
}
.topnava:hover {
text-decoration: none;
	color:#333333;
}
.topnava:active {
	text-decoration: none;
	color: #666666;
}






#content {
	position:absolute;
	width:902px;
	height:580px;
	top:0px;
}

#leftnav {
	position:absolute;
	width:153px;
	height:483px;
	left:30px;
	top:135px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;	
}

.leftnava {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	background-color:#FFFFFF;
	display:inline-table;
	padding: 0 px;
	margin: 0px;
	width:153px;
	height:13px;
	
}

.leftnava:link {
	text-decoration: none;
	color: #666666;
}
.leftnava:visited {
	text-decoration: none;
	color: #666666;
}
.leftnava:hover {
	text-decoration: none;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#666666;
	display:inline-table;
	padding: 0 px;
	margin: 0px;
	width:153px;
	height:13px;
}
.leftnava:active {
	text-decoration: none;
	color: #666666;
}

#mainmenu {
	position:absolute;
	width:696px;
	height:400px;
	top:132px;
	left:204px;
	
}

#footer {
	position:absolute;
	width:960px;
	height:50px;
	top:635px;

}

#legal {
	position:absolute;
	width:350px;
	height:30px;
	left:40px;
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
}

#sitedesign {
	position:absolute;
	width:350px;
	height:30px;
	left:846px;
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;	
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
}

.footer:link {
	text-decoration: none;
	color:#FFFFFF;
}
.footer:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.footer:hover {
text-decoration: none;
	color:#FF0000;
}
.footer:active {
	text-decoration: none;
	color:#FFFFFF;
}