body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../_images/BG.jpg);
	background-repeat: repeat-x;
}
.bodyCenter #container {
	width: 878px; 
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.bodyCenter #header {
	padding: 0 10px 0 40px; 
}
.bodyCenter #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.bodyCenter #mainContent {
width: 863px;
overflow:hidden;
position:relative;
background-image: url(../_images/BodyBG.png);
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader 
(src='../_images/BodyBG.png',sizingMethod='scale');*/
background-repeat:no-repeat;
height: 705px;
	padding: 0 20px;
}


#rightColumn {
	position:relative;
	width: 249px;
	float:right;
	margin-top: 15px;
	margin-right:33px;
	padding:0;
	height:515px;
	background-image:url(../_images/cow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* #leftColumn {
	position:relative;
	width: 500px;
	float:left;
	margin-top: 21px;
	margin-left:23px; 
	padding:0; 
	height:720px;
}

#nav {
	position:relative;
	text-align: left;
	width: 540px;
	float: left;
	margin-top: 31px;
	padding:0;
	height:22px;
	bottom: 0;
}*/

#footer {
	position: absolute; 
	bottom: 0px; 
	height:125px; 
	width:830px; 
	background-color: #000000;
}
#footCrop {
	width: 500px;
}
#footInfo {
	float:left;
	width: 300px;
	}
#footContact {
	float:right;
	width: 160px;
	margin-top: 8px;
	}
/* Copy Info */
.headerCopy {
	width:500px;
	font-size:10px;
	line-height: 19px;
	}

.footerCopy {
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
	margin-left:27px;
}

.footerCopy a{
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
	text-decoration:underline;
}

.footerCopy a:hover{
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
	text-decoration:none;
}


.footerCopy2 {
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
}

.footerCopy2 a{
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
	text-decoration:underline;
}

.footerCopy2 a:hover{
	width:300px;
	font-size:9px;
	line-height: 13px;
	color:#FFFFFF;
	text-decoration:none;
}


.headline {
 	color: #20467a;
 	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	margin-left: 25px;
	}
	
.picCaption {
	line-height: 13px;
	font-size:9px;
	color:#333333;
	margin: 3px;
	}
	
.mainCopy {
	width: 480px;
	color:#000000;
	font-size:12px;
	line-height: 17px;
	}
ul.lists li{
	width:480px;
	list-style-image:url(../_images/bullet.gif);
	}
	
.lwhTitle {
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
}

.lwh {
	font-size: 12px;
	line-height: 15px;
}
	
/*Tabs */

#tabs_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:31px;
}
#tabs_container ul.tabs {
	text-align: left;
	list-style: none;
	height: 22px;
	margin: 0;
	left:0;
}
#tabs_container ul.tabs li {
	display: inline;
	float: left;
}
#tabs_container ul.tabs li a {
	color: #20467a;
	text-align: center;
	padding-top: 4px;
	margin-left: -22px;
	width:186px;
	display: block;
	text-decoration: none;
}
#tabs_container ul.tabs li a:hover {
	color: #3677D0;
	text-align: center;
	padding-top: 4px;
	width:186px;
	display: block;
	text-decoration: none;
}

#tabs_container ul.tabs li.active a {
	color: #20467a;
	background-image:url(../_images/tab.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	padding-top: 7px;
	width:186px;
}
div.tab_contents_container {
position:absolute;
	border-top: none;
	padding: 10px;
}
div.tab_contents {
	display: none;
}
div.tab_contents_active {
	display: block;
}
div.clear {
	clear: both;
}

img
{  border-style: none;
}

img a
{  border-style: none;
}