﻿@charset "UTF-8";
/* CSS Document */

#SubLocation {
	width:934px;
	height:19px;
	background-color:#dedfe0;
	margin:0px 0px 3px 0px;
	padding:5px 0px 0px 7px;
	color:#6d6e71;
	font-size:12px;
}
	
#SubLocation a{
	color:#6d6e71;
	text-decoration:none;
	font-size:12px;
}

#SubLocation a:hover{
	text-decoration:underline;
}

#ContentContainer {
	/*float:right;*/
	width:900px;
	margin:3px 3px 0px 0px;
}

#ContentContainer a {
	color:#506a7c;
	text-decoration:none;
}

#ContentContainer a:hover {
	text-decoration:underline;
}

#mainContent {
	width:938px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	line-height:17px;
}

#mainContent h1, h2{
	color:#002545;
}


/*#MainNavigation {
	height:30px;
	width:951px;
	background-image:url(/_img/MainNavigationBG.jpg);
	overflow:hidden;
}

#MainNavigation a{
	display:block;
	padding:9px 25px 0px 25px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	width:auto;
}

#MainNavigation a:hover {
	text-decoration:underline;
}*/


#FooterNav {
	height:24px;
	width:851px;
	padding:10px 0px 0px 0px;
	background-image:url(/_img/FooterNavBG.jpg);
	color:#FFFFFF;
	text-align:center;
}

#FooterNav a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	padding:0px 5px 0px 5px;
}	

#FooterNav a:hover{
	text-decoration:underline;
}

#FooterNavSM {
	float:right;
	height:24px;
	width:100px;
	padding:10px 0px 0px 0px;
	background-color:#4668e4;
}

#FooterNavSM a{
	text-decoration:none;
}	

#FooterNavSM a:hover{
	text-decoration:underline;
}

