@charset "utf-8";
/* CSS Document */

body {
	background-color: #003300;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #003300;
}
.holder {
	width: 876px;
	margin: auto;
	background-image: url(../images/bg_mid.gif);
}
.hdr {
	background-image: url(../images/header.jpg);
	height: 387px;
	position: relative;
}
.search {
	position: absolute;
	height: 100px;
	width: 149px;
	top: 245px;
	left: 40px;
	font-size: 16px;
	color: #fefe00;
}
.search a {
	font-size: 12px;
	color: #fe2400;	
}
.nav {
	position: absolute;
	height: 190px;
	width: 165px;
	left: 690px;
	top: 137px;
}
.foo {
	font-size: 11px;
	color: #baaf97;
	background-image: url(../images/footer.gif);
	height: 26px;
	text-align: right;
	padding-right: 22px;
	padding-top: 20px;
	width: 854px;
	margin: auto;
}
.leftcol {
	background-image: url(../images/news_header.gif);
	background-repeat: no-repeat;
	width: 189px;
	padding-left: 47px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #242424;
}
.topredlink {
	display: block;
	height: 85px;
	width: 100px;
	position: absolute;
	top: 30px;
	left: 595px;
}
.homelink {
	display: block;
	height: 185px;
	width: 145px;
	position: absolute;
	top: 22px;
	left: 63px;
}
.rightcol {
	width: 565px;
	margin-left: 25px;
	float: left;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.searchfield {
	border: 1px solid #FFFFFF;
	background-color: #999999;
	font-size: 12px;
	color: #033D00;
	width: 112px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 4px;
}
.pageHeading { 
  font-size: 22px;
  color: #000000;
}
.rightcol img {
	border: 3px double #666666;	
}
