@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
	background-image: url(images/backg_container.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	margin-left: 10px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #999;
}
.oneColFixCtr #mainContent {
}
.footertext {
	text-align: center;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	line-height: 22px;
}
#footer {
	background-color:#FFF;
	height: 91px;
	text-align: center;
}
#footer a:hover {
	color: #900;
}
/*-----content styles------*/
.contentbodytext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}
.contentbodybullet1 {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: circle;
	line-height: 22px;
	font-size: 11px;
}
.contentheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 30px;
}
.contentheader2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
#contentbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
#contentbody a:link {
	text-decoration:none;
	color: #B2BF1A;
}
#contentbody a:visited {
	text-decoration:none;
	color: #B2BF1A;
}
#contentbody a:hover {
	color: #B2BF1A;
	text-decoration: underline;
}
.contentbodyrightitalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-style: italic;
	text-align: right;
}
.orange {
	color: #F8A31B;
}
.contentbodyorangeback {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #F69E1A;
	padding: 5px;
	text-align: center;
}
.green {
	color: #B1C01A;
	text-decoration: none;
}
.contentbodyrightitaliclarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15pt;
	line-height: 25px;
	font-style: italic;
	text-align: right;
}
.contentbodyrightitaliclarge2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	line-height: 25px;
	font-style: italic;
	text-align: right;
	color: #FFF;
}
.contentbodysm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
}
.namedisclaimer {
	font-size:9px;
	padding:15px;
	color:#666;
	line-height:15px;
}
/*------left nav2 styles------*/
.leftnavigation2 {
	width: 100%;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: left;
}
ul#navigation3 {
}
ul#navigation3 li {
	width: 175px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 25px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-color: #FFF;
}
ul#navigation2 {
}
ul#navigation2 li {
	list-style: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: -2px;
	border-bottom: 1px  solid #999;	/*border-right: 1px  solid #999;*/
}
ul#navigation2 li a {
	display: block;
	text-decoration: none;
	padding:15px
}
#navigation2 #subnav {
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 15px
}
#navigation2 #currentpage {
	background-color: #ADC32A;
	font-weight: bold;
	}
#navigation2 #currentpagesub a {
	background-color: #ADC32A;
	padding-left:30px;
	color: #333;
	margin-top: -10px;
	}	
#navigation2 a:hover {
	background-color:#F8A31B
}
#navigation2 a:link {
	color: #000;
}
#navigation2 a:visited {
	color: #000;
}
