body {
	margin:0;
	padding:0;
	text-align:center;
	background: #9eb1c2 url(../images/site_bg.gif) repeat-x 0 0;
}

/* 
 * Primary Styles
 */
h1, h2, h3, h4, h5, h6, p, ol, ul, blockquote, form {
	margin:0;
	padding:0;
}
p {
	margin-bottom:18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:normal;
	color:3a3a3a;
}
h1 {
	font-size:24px;
	margin-bottom:10px;
}
h1 span {
	color:#999;
}
h2 {
	font-size:20px;
	margin-bottom:8px;
}
h3 {
	font-size:18px;
	margin-bottom:6px;
}
a:link, a:visited {
	text-decoration:underline;
	color:#768c9f;
}
a:hover, a:active {
	text-decoration:none;
	color:#a2b4c4;
}

/* 
 * Custom Font Styles
 */
a.sectionTitle:link, a.sectionTitle:visited {
	text-decoration:none;
	color:#768c9f;
	font-size:16px;
}
a.sectionTitle:hover, a.sectionTitle:active {
	text-decoration:none;
	color:#a2b4c4;
	font-size:16px;
}
.common {
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	line-height:18px;
}
.required {
	color:#FF0000;
}
.dull {
	color:#a9a9a9;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color:#5c7489;
}

.footer a:link, .footer a:visited {
	text-decoration:none;
	color:#5c7489;
}
.footer a:hover, .footer a:active {
	text-decoration:underline;
	color:#5c7489;
}
.quoted {
	text-align:right;
	font-style:italic;
}

ul.genList {
	list-style-type:none;
	margin-left:14px;
	margin-top:4px;
}
ul.genList li {
	background: transparent url(../images/list_gen_bullet.gif) no-repeat 0 7px;
	padding-left:8px;
}


#siteMapLinks ul.genList li {
	font-weight:bold;
}
#siteMapLinks ul.genList li ul li {
	list-style-type:none;
	font-weight:normal;
}
#siteMapLinks ul.genList li a {
	text-decoration:none;
}

/* 
 * Layout Elements
 */
#siteWrapper {
	width:808px;
	margin:0 auto;
	text-align:left;
}
#headerWrapper {
	margin:18px 0;
}
#frameWrapper {
	background-color:#fff;
	border:4px solid #fff;
}
#contentWrapper {
	margin:0 0 0 0;
	width:100%;
}
#footerWrapper {
	padding:30px 20px 70px 20px;
	text-align:center;
}
#homeboxWrapper {
	margin-top:4px;
}
#homeboxWrapper a {
	float:left;
	margin-right:7px;
}
#homeboxWrapper a.last {
	margin-right:0;
}

/* 
 * Layout Styles
 */
.floatR {
	float:right;
}
.floatL {
	float:left;
}
.contentPad {
	padding:0 18px;
	margin:20px 0;
}
.sidebar {
	background-color:#fff;
	width:4px;
}
.sectionWrapper {
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-bottom:14px;
}

.colABwrapper {
	background: url(../images/colAB_divider.gif) repeat-y 380px 0;
}
.colAB-A, .colAB-B {
	float:left;
	width:360px;
}
.colAB-B {
	margin-left:40px;
}

.colABCwrapper {
	background: url(../images/colABC_divider.gif) repeat-y 247px 0;
}
.colABC-A, .colABC-B, .colABC-C {
	float:left;
	width:230px;
}
.colABC-B {
	margin:0 35px;
}

.splitABwrapper {
	background: url(../images/colAB_divider.gif) repeat-y 540px 0;
}
.splitAB-A {
	float:left;
	width:520px;
}
.splitAB-B {
	float:right;
	width:200px;
}

.pageImageR {
	float:right;
	padding:3px;
	border:1px solid #ccc;
	margin-left:20px;
	margin-bottom:16px;
}

/* 
 * Clearfixins
 */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { height:1%; }
.clearfix { display:block; }