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

body {
	background:#FFFFFF url(images/bkg_tile.jpg) repeat-x top;
	margin: 0; 
	padding: 0;
	text-align: center;
}
.container {
	width:950px;
	background-color:#FFFFFF;
	margin:30px auto;
}
.header {
	width:950px;
	position: relative;
	height:169px;
	background:#FFFFFF url(images/index_header.jpg) no-repeat center top;
}
.topnav {
	width:890px;
	position:relative;
	margin:0 0 0 30px;
}
.maincontent {
	width:455px;
	display:inline;
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;
	margin-left:45px;
}
.secondarycontent {
	width:830px;
	display:inline;
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;
	margin-left:65px;
}
.boldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	color:#00000;
	text-decoration: none;
}
.biggerboldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	color:#000000;
}
.titlest {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	color:#009933;
}
.titlestBOLDER {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:17px;
	text-align:left;
	font-weight:bold;
	color:#009933;
}
.comments {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	text-align:left;
	margin-left:0 0 0 0;
}
.commentsreq {
	font-family:Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:12px;
	line-height:17px;
	text-align:left;
	margin: 0 0 0 0;
}
.divider {
	width:64px;
	display:inline;
	float:left;
	height:auto;
}
.secondaryinsert {  /* this controls the floating banner box on secondary pages */
	width:360px;
	display:inline;
	float:right;
	height:auto;
	margin: -45px 0 20px 30px;
}
.banners {
	width:356px;
	display:inline;
	float:left;
	height:auto;
}
.secondarybanners {
	width:325px;
	display:inline;
	float:left;
	height:auto;
}
.clear {
	clear:both;
}
.text_moreinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #019A49;
	text-align: left;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

/* Link Styles  =========================================================== */

/* Links for Body Text */

a:link {   
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #019A49;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Bold links */

a.bold:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #019A49;
	line-height:20px;
	font-weight:bold;
	text-decoration: none;
}
a.bold:visited {
	text-decoration: none;
}
a.bold:hover {
	color: #003366;
	text-decoration: underline;
}
a.bold:active {
	text-decoration: none;
}	
	.floatright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}
/* Links for small Text */

a.smaller:link {   
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #019A49;
	text-decoration: none;
}
a.smaller:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #019A49;
	text-decoration: none;
}
a.smaller:hover {
	color: #003366;
	text-decoration: underline;
}
a.smaller:active {
	text-decoration: none;
}
/* List Styles  =========================================================== */

ul {
font-style: normal;
line-height: 2em;
font-weight: normal;
list-style-position: outside;
padding: 6px;
margin: 2px;
}
li {
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	list-style-position: outside;
	padding: 2px;
	margin: 5px;
	list-style: disc;
}
ol {
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	list-style-position: outside;
	padding: 6px;
	margin: 2em 0 2em 0;
	list-style: decimal;
}
.corpline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #019A49;
	line-height:30px;
	font-weight:bold;

