@charset "UTF-8";
/* Colors in logo */
/*
Red - R=190, G=30, B=45 (#BE1E2D)
Blue - R=28, G=117, B=188 (#1C75BC)
Black - R=35, G=31, B=32 (#231F20)
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #231F20;
	font-size: 12px;
	background-color: #A9C2D8;
}
#header {
	background-color: #024999;
	height: 19px;
	padding-top: 6px;
}
#headerImage img {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:left;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#topNav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#topNav a {
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover {
	color: #231F20;
}

#sideNav {
	float: left;
	width: 160px;
	margin: 0px;
	height: 325px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sideNav li {
	display: block;
	margin-bottom: 5px;
}
#sideNav ul {
	list-style-type: none;
}
#sideNav ul ul li {
	margin-top: 5px;
	margin-left: 10px;
}

#sideNav a {
	color: #1C75BC;
	text-transform: uppercase;
	text-decoration: none;
}
#sideNav a:hover{
	color: #BE1E2D;
	text-decoration: none;
}

#sideNav a:visited{
	/*color: #666666;*/
	text-decoration: none;
}

.sideNavSelected {
	text-transform: uppercase;
	font-weight: bold;
	color: #BE1E2D;
	text-decoration: none;
}
#mainContent {
	float: right;
	margin-left: 20px;
	width: 680px;
	display: inline;
	margin-bottom: 20px;
	margin-right: 20px;
}
#leftContent {
	float: left;
	width: 330px;
	padding-right: 10px;
}
#rightContent {
	float: right;
	padding-left: 10px;
	width: 330px;
}


#footer {
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}


/* Global text styles
--------------------------------*/
a:link {
	color: #BE1E2D;
	text-decoration:none;
}
a:visited {
	color: #BE1E2D;
	text-decoration:none;
}
a:hover {
	color: #1C75BC;
	text-decoration:underline;
}
a:active {
	color: #666666;
}

p {
	margin-bottom: 8px;/* */
	line-height: 16px;
}
#mainContent ol ,ul   {
	list-style-position: inside;
	margin-left: 10px;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h1 {
	font-size: 16px;
	color: #BE1E2D;
	font-weight: lighter;
	text-transform: uppercase;
	margin-top: 15px;
}
h2 {
	font-size: 14px;
	color: #1C75BC;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}

