
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ececec;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p:first-child, p.first-child {
	margin-top:0;
}

p:last-child, p.last-child {
	margin-bottom:0;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3974c2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header img {
	margin: 0;
	padding: 0;
}
#leftNav {
	float:left;
	width: 158px;
	color:#FFFFFF;
	padding:15px;
}
#mainContent {
	background:#FFFFFF;
	border:#003893 1px solid;
	float:left;
	width:560px;
	padding:15px;
} 
#footer { 
	padding:10px 15px 10px 15px;
	margin:0px;
	background: #3974c2;
	color:#FFFFFF;
	font-size:10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	font-size:14px;
	font-weight:bold;
	color:#003893;
}
a.header:link, a.header:active, a.header:visited {
	font-size:14px;
	font-weight:bold;
	color:#003893;
	text-decoration:none;
}
a.header:hover {
	font-size:14px;
	font-weight:bold;
	color:#003893;
	text-decoration: underline;
}
.headline {
	font-size:18px;
	font-weight:bold;
	color:#003893;
}
.subhead {
	font-size:14px;
	font-weight:bold;
	color:#003893;
}
.kicker {
	color:#003893;
	font-size:13px;
	font-weight:bold;
}
.intro {
	color:#007dc3;
	font-style:italic;
}
.footnote {
	font-size:9px;
}
.blue {
	color:#003893;
}
.lightBlue {
	color:#c1c9e2;
}
.white {
	color:#fff;
}
sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; 
}
.caption {
	color:#3974c2;
	font-size:10px;
}
.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}
.callout {
	border:#deb408 2px solid;
	background:#f7e9ca;
	padding:10px;
}
.calloutHeadline {
	font-size:18px;
	font-weight:bold;
	color:#deb408;
}
.calloutBlue {
	background:#003893;
	padding:10px;
	color:#FFFFFF !important;
}
.calloutBlue .headline {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.calloutBlue .subhead {
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.calloutBlue a {
	color:#fff !important;
}
.numbers {
	float:left;
	font-size:36px;
	font-weight:bold;
	line-height:25px;
	padding-top:1px;
	padding-right: 4px;
	font-family: Times, serif, Georgia; 
	color:#deb408;
}
a:link {
	color:#003893;
	text-decoration:none;
}
a:active {
	color:#003893;
	text-decoration:none;
}
a:visited {
	color:#003893;
	text-decoration:none;
}
a:hover {
	color:#3974c2;
	text-decoration: underline;
}
.clearfix:after { /* clear floats */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
/* hide from ie-mac \*/
.clearfix {display:block;}
/* end hide from ie mac */
.clearfix {display:inline-block;}