/*Base*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/mainBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
}

em{
	font-size: 14px;
}

li{
margin-bottom:10px;
color:#333333;
}
a:link, a:active, a:visited{
	color: #000000;
	font-weight:bold;
	letter-spacing:-0.038em;
}

a:hover{
	color: #6BA000;
	font-weight:bold;
	letter-spacing:-0.038em;
}




/*Header*/
.headerLinkBlock{
	position:absolute;
	top:15px;
	right:20px;
	font-size:12px;
	color:#FFFFCC;
}

.headerLinkBlock,.headerLinkBlock a:link, .headerLinkBlock a:active, .headerLinkBlock a:visited{
	text-decoration: none;
	color:#FFFFCC;
}

.headerLinkBlock a:hover{
	color:#FFFFFF;
}

.header, {
	height:188px;
}





.contentArea{
	margin:0 auto;
	width:800px;
	text-align:left;

}

.columnLeft{
	width:366px !important; /*moz width*/
width:396px; /*IE width*/
	float:left;
padding:10px;
	margin-top:5px;
	margin-right:4px;
	font-size:14px;
	border:1px solid #E2E2E2;
	background-image:url(images/corner.gif);
	background-repeat:repeat-x;
	background-position:top;
		height:270px;
	border: 5px solid #E9E9E9;
}
.columnRight{
	width:366px !important;
	width:396px;
	float:right;
	padding:10px;
	margin-top:5px;
	margin-left:4px;
	font-size:14px;
	background-image:url(images/corner.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:270px;
	border: 5px solid #E9E9E9;
}

.sitemapcolumnLeft{
	width:366px !important; /*moz width*/
width:396px; /*IE width*/
	float:left;
padding:10px;
	margin-top:5px;
	margin-right:4px;
	font-size:14px;
	border:1px solid #E2E2E2;
	background-image:url(images/corner.gif);
	background-repeat:repeat-x;
	background-position:top;
		height:700px;
	border: 5px solid #E9E9E9;
}
.sitemapcolumnRight{
	width:366px !important;
	width:396px;
	float:right;
	padding:10px;
	margin-top:5px;
	margin-left:4px;
	font-size:14px;
	background-image:url(images/corner.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:700px;
	border: 5px solid #E9E9E9;
}

.pagePath{
	text-align:left;
padding:15px;
	font-size: 11px;
	color:#999999;
	/*padding-bottom:10px;
		 border-bottom:1px solid #EEEEEE; */
		margin-top:5px;
}

.pagePath a:link, .pagePath a:active, .pagePath a:visited{
	color:#666666;
	text-decoration:none;
}

.pagePath a:hover{
	color:#6BA000;
	text-decoration:none;
}

.subPageColumnRight{
	color:#666666;
	font-size: 0.9em;
	width:240px;
	float:right;
	padding:15px;
	background-image: url(images/vr.gif);
	background-repeat: repeat-y;
	background-position: left;
	display:block;

}

.subPageColumnRight h1, .subPageColumnRight h2{
	font-size: 1.5em;
		letter-spacing:-0.1em;
}

.subPageColumnLeft{
	width:500px;
	float:left;
	padding-left:15px;
		display:block;
}

h1{
	font-size: 27px;
	color: #333333;
	letter-spacing:-2px;
	display:inline;

}


h2{
	font-size: 27px;
	color: #d6ab01;
	letter-spacing:-2px;
	display:inline;

}

h3{
	font-size: 27px;
	color: #6BA000;
	letter-spacing:-2px;
	display:inline;

}

.footLinks{
	/* border-top:1px solid #EEEEEE; */
	background-image: url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;

	padding:20px 0 20px 0;
	text-decoration:none;
	clear:both;
	height:150px;
}
.footerLinks a:link, .footerLinks a:active, .footerLinks a:visited{
color:#CCCCCC;
}
