body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_stripe.gif); 
	background-repeat: repeat-y;
	background-color: #FFF;
	font-family: Arial;
	font-size:10pt;
	line-height:140%;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


A {
	text-decoration: none; 	
	color: #2490b8;
}

A:hover {
	text-decoration: underline; 	
}


.boldLink {
	font-weight:bold;
	text-decoration: underline; 	
}

.leftCol{
	float:left;
	width: 202px;
}

.rightCol{
	float:left;
	width:780px;
}

.wrapper{
	background-image: url(../images/top_bg.gif); 
	background-repeat: repeat-x;
	position: relative;
	
}
.wrapperInner{
	width:990px;
}
.topNav UL LI{
	display: inline;
	list-style: none;
	line-height: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	border-right: 1px solid #FFF;
	padding-right:12px;
	padding-left:10px;
	margin: 0;
}

.topNav UL LI.last{
	border-right: none;
}


.topNav UL LI.activated A{
	color: #000;
}


.leftNav UL LI.activated A{
	border-right: none;
	color: #FFF;
}

.topNav UL {
	margin:0;
	padding: 0;
	padding-top: 72px;
	padding-left: 31px;
	margin-bottom: 37px;
}



.leftNav UL LI{
	list-style: none;
	line-height: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom:5px;
	padding-left:10px;
	margin: 0;
}



.leftNav UL {
	margin:0;
	padding: 0;
	padding-top: 56px;
	padding-left: 20px;
	margin-bottom: 37px;
}


.mainContent{
	margin-left: 37px;
}

.mainHeader{
	margin-bottom:29px;
}

.mainLeft{
	float:left;
 	width:475px;
	padding-right:37px;
	margin-bottom:10px;
	border-right: 1px solid #c7e983;
 }
 
 .mainLeftFull{
  	width:695px;
 	margin-bottom:10px;
  }
 
 
 .mainRight{
 	float:left;
  	width:220px;  	
	margin-bottom:10px;
 }
 
 .mainRightContent{
	margin-left:20px;
 	float:left;
 }



.mainLeftSplit{
	float:left;
 	width: 348px;
	padding-right:37px;
	margin-bottom:10px;
	border-right: 1px solid #c7e983;
	
 }
 
 .mainRightSplit{
 	float:left;
  	width:347px;  	
	margin-bottom:10px;
 }

 .mainRightContentSplit{
	margin-left:20px;
 	float:left;
 }


h3 {
	color:#4b7000;
	font-size:12pt;
}

h4 {
	color:#2490b8;
	font-size:11pt;
	font-weight:bold;
	display:inline;
}

.bluebullet
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.bluebullet LI {
	padding-left: 20px;
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;	
	padding-bottom:20px;
}



.greenbullet
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.greenbullet LI {
	padding-left: 20px;
	background-image: url(../images/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;	
	padding-bottom:20px;
}

.footer{
	padding-left: 30px;
	color: #FFF;
	font-weight:bold;
	line-height:160%;
	position: absolute;
	bottom: 0;
	font-size: 9pt;
	margin-bottom: 80px;

}

.newsLeft
{
	width:200px;
	float:left;
	margin-left: 0;
	padding-left: 0;
	font-weight:bold;
}

.newsRight
{
	width:200px;
	float:left;
	margin-left: 150px;
	font-weight:bold;
}


.newsThumb{
	width:150px;
	float:left;
	margin-left: 0;
	padding-left: 0;
	font-weight:bold;
	text-align: center
}

.liHead{
	padding-top: 20px;

}

.liHead A{
	text-decoration: none; 	
}

