@charset "utf-8";
/* CSS Document */

body {
	background-color: #E5EBF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link {
	color: #003366;
}
a:visited {
	color: #666666;
}

/* wrapper */

#divWrapper {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/* header and navigation divs */

#divHeader {
	padding-bottom: 20px;
}
#divNav {
	float: left;
	width: 172px;
}


/* content divs */

#divContentWrapper {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: auto;
}
#divContentColumns {
	float: left;
	width: 608px;
	background-color: #FFFFFF;
}
#divLeftColumn {
	float: left;
	width: 359px;
	padding-left: 3px;
	padding-right: 3px;
}
#divLeftColumnContent {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#divRightColumn {
	float: right;
	width: 235px;
	padding-right: 3px;
}
#divRightColumnContent {
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	padding-right: 9px;
}
#divContentWide {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 60px;
	text-align: left;
}


/* footer */

#divFooter {
	width: 780px;
	background-color: #F5F5F5;
	text-align: center;
	padding-bottom: 10px;
}

/* text styles  */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
}
ul, li {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style-image: url(../images/bullet.gif);
}

.bodySmall {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.breadcrumbs {
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	margin-top: 6px;
	margin-bottom: 6px;
}
.buttonSec a {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF!important;
	width: 188px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-left: 18px;
	padding-right: 6px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	background-color: #7B93BA;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}
.buttonSec a:hover {
	color: #FFFFFF!important;
	text-decoration: none;
	background-color: #003D7D;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	color: #003366;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 6px;
}
.intro {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 18px;
	margin-bottom: 18px;
}
.ListText {
	font-size: 12px;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.pageHeading {
	font-size: 24px;
	line-height: 24px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 18px;
}
.pulloutHeading {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #003366;
	margin-top: 12px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.pulloutSubhead {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pulloutText {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.subhead {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 0px;
}
.subheadRule {
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #003366;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 12px;
	padding: 3px 9px 3px 4px;
	background-color: #F5F5F5;
}