/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:verdana, arial;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font-size:80%;
	line-height:1.5em;
}
h2, h3{
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */
.clear{	clear:both; }
.offScreen{ position:absolute; left:-5000px; top:-2000px;}

body{
	background:url(media/body-bg.gif);
}

a{
	color:#898989;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.header{
	background:url(media/header.gif) repeat-x #FAF80D;
	min-height:108px;
	width:100%;
}

.headerInner{
	width:970px;
	margin:0 auto;
	padding:12px 0 0 0;
}


.search{
	width:970px;
	margin:0 auto;
	text-align:right;
	padding:9px 18px 9px 0;
}
.search .inputText{
	width:178px;
	border:solid 1px #FAF80D;
	margin-right:7px;
	vertical-align:middle;
	padding:2px 0 2px 8px;
	color:#999999;
}
.search input{
	vertical-align:middle;
}

.content{
	width:970px;
	margin:0 auto;
	font-size:90%;
}
.footerTop{
	background:url(media/footer-bg.png);
	height:30px;
	width:970px;
	margin:22px auto 0;
}
.footer{
	background:#FFFFFF;
	width:926px;
	margin:0 auto;
	padding:0 22px 0;
	font-size:80%;
}
.footerLower{
	background:url(media/footer-bg-bot.png);
	height:20px;
	width:970px;
	margin:0 auto 30px;
	clear:both;
}

.footer li{
	float:left;
}
.footer p{
	clear:left;
}
.imageRight
{ 
	float:right;padding-left:18px
}
.imageLeft
{ 
	float:left;padding-right:18px
}


.leftCol{
	width:185px;
	float:left;
	background:url(media/left-nav-top.png) no-repeat;
	padding-top:23px
}
.leftCol ul{
	background:url(media/left-nav-bg.gif);
	padding-right:6px;
	display:inline-block;
}
.leftCol li{
	margin:0 10px 0 15px;
	border-bottom: solid 1px #FEF301;
	line-height:1;
}
.leftCol li a{
	padding:12px 0 12px 23px;
}
.leftCol li a:hover{
	background:url(media/left-nav-arrow.gif) 0 8px no-repeat;
}
.leftCol li.selected a{
	background:url(media/left-nav-arrow.gif) 0 8px no-repeat;
}
.leftCol a, .leftCol a:active, .leftCol a:visited{
	font-weight:bold;
	color:#898989;
	text-decoration:none;
	display:block;
	background:#FFFFFF;
}
.leftCol ul ul{
	background:none;
	margin-left:-16px;
	padding-left:0;
}
.leftCol li li{
	margin:0 10px 0 8px;
	border: none;
}
.leftCol li li a{
	padding:6px 0 6px 40px;
	background:none;
}
.leftCol li.selected li a{
	background:none;
}
.leftCol li li a:hover, .leftCol li.selected  li.selected_child a{
	text-decoration:underline
}
.leftNavLower{
	background:url(media/left-nav-bot.png);
	height:23px;
}
.rightCol{
	width:758px;
	float:right;
	padding-top:30px;
	background:url(media/content-top.png) no-repeat;
	
}
.rightColInner{
	background:#FFFFFF;
	display:inline-block;
	width:100%;

}
.rightColLower{
	background:url(media/content-bot.png);
	height:19px;
	clear:both;
	font-size:0%;
	line-height:0;
}
.mainContent{
	width:424px;
	float:left;
	margin-left:34px;
}
.rightCol ul, ol{
	margin:0 0 1em 30px;
}
.rightCol ul{
	list-style:disc;
}
.rightCol ol{
	list-style:decimal;
}
.rightCol h2, .rightCol h3{
	border-bottom:solid 1px #FEF301;
}
.rightCol h2{
	font-size:180%;
	line-height:2;
	margin-bottom:11px;
}
h2 a, h3 a{
	color:#000000;
	text-decoration:none;
}
.rightCol h3{
 	font-size:120%;
	font-weight:bold;
	line-height:2;
	margin-bottom:11px;
}
.mainContent p{
	padding-bottom:8px;
}
.impactNews{
	float:right;
	width:222px;
	margin-right:38px;
}
.impactNews h2{
	margin-bottom:0;
}
.impactNewsItem{
	border-bottom:solid 1px #FEF301;
	color:#898989;
	padding:19px 0;
}
.impactNewsItem h4{
	font-weight:bold;
}

.loginForm label, .contactForm label{
	float:left;
	width:100px;
	clear:left;
	margin-bottom:2px;
}
.loginForm .Logintext{
	float:left;
	margin-bottom:2px;
}
.loginForm .loginSubmit{
	clear:left;
	margin-left:100px;
}
.contactForm label.checkbox{
	float:none;
	clear:none;
}
.contactForm .inputCheckbox{
	float:left;
clear:left;
}
.contactForm .dataText, .contactForm .dataTextArea{
	width:250px;
}
.contactForm label.textLong{
	float:none;
	width:100%;
	clear:left;
	margin-bottom:2px;
}

.contactForm label.opt{
	float:none;
	width:100%;
	clear:left;

}
.dataTextCheckBox{
	clear:both;
}
.newsDate{
	font-style:italic;
}
.topNav{
	background:url(media/top-nav.png);
	width:961px;
	height:67px;
	margin-bottom:29px;
	padding-right:9px;
	font-size:80%;
}
.topNav ul{
	margin-top:26px;
	float:right;
}
.topNav li{
	float:left;
	padding:0 9px 0 0;
}
.topNav a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:url(media/top-nav-arrow.png) left center no-repeat;
	padding:3px 0 3px 20px 
}
.topNav li.selected a, .topNav li a:hover{
	background:url(media/top-nav-arrow-selected.png) left center no-repeat;
}
.topNav a.homeLink{
	display:block;
	width:160px;
	height:45px;
	padding:0;
	margin-top:10px;
	margin-left:10px;
	float:left;
	background:none;
}

.tableHeader {
	background:#acacac;
	text-align:center;
	color:#FFFFFF;
	border:1px solid #959595;
	font-weight:bold;
	vertical-align:middle;
	line-height:1.5em;
	
}

table {
	font-size:90%;
	border:1px solid #959595;
}
td {
	border:1px solid #959595;
	text-align:center;
	vertical-align:middle;
	line-height:1.5em;
	padding:2px;
	
}