@charset "utf-8";
/* CSS Document */
/************* Overall styles **************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #37667D;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/************* Layout Divs **************/
#wrapper{
	width: 990px;
	padding: 0px 30px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#topnav{
	width: 980px;
	padding: 5px 10px 0px 0px;
	text-align:right;
	color: #37667D;
}

#topnav a:link, a:visited {
	color: #37667D;
	text-decoration: none;
}

#header{
	width: 990px;
	padding: 0px;
}

#leftcontent{
	float: left;
	width: 655px;
	position: relative;
	padding: 15px 20px 10px 10px;
}

#leftcontent a:link {
	color: #37667D;
	text-decoration: underline;
}

#leftcontent a:visited {
	color: #37667D;
	text-decoration: underline;
}

#leftcontent ul li a:link {
	color: #C00;
	text-decoration: underline;
}

#leftcontent ul li a:visited {
	color: #C00;
	text-decoration: underline;
}

#rightcontent{
	float: right;
	width: 275px;
	position: relative;
	padding: 15px 10px 10px 20px;
}

#rightcontent .highlight img {
	margin-left: 16px;
}

#rightcontent .highlight-SM img {
	margin-left: 31px;
}

#rightcontent .sidenav {
	margin-left: 30px;
}

#rightcontent .sidenav-SM {
	margin-left: 45px;
	font-size:11px;
	line-height:12px;
}

#rightcontent a:link {
	color: #37667D;
	text-decoration: underline;
}

#rightcontent a:visited {
	color: #37667D;
	text-decoration: underline;
}

#footer{
	width: 990px;
	height: 50px;
	font-size: 10px;
	color: #37667D;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#timeline{
	width: 990px;
	padding: 0px 0px 0px 10px;
}

.clearer{
	height: 1px;
	overflow: hidden;	
	margin-top: -1px;
	clear: both;
}
.largeRed {
	font-size: 28px;
	line-height: 32px;
	color: #C00;
}
.medLgRed {
	font-size: 22px;
	color: #C00;
}
.medRed {
	font-size: 15px;
	font-weight: bold;
	color: #C00;
}
.red {
	color:#C00;
}
.red-SM {
	color:#C00;
	font-size:11px;
	line-height:12px;
}
.largeBlue {
	font-size: 24px;
	line-height: 26px;
	color: #35637A;
}
.medBlue {
	font-size: 15px;
	font-weight: bold;
	color: #36647B;
}

.blue {
	color:#36647B;
}

p { line-height: 18px; }

hr {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
