@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006432 url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColFixCtrHdr #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
 	color: #fff;
 	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navbar {
 	color: #fff;
	background: #D5BB55 url(../images/bg_navbar.jpg) repeat-x;
	height: 35px;
 	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 2px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContent h2 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	text-align: left;
}
#mainContent h1 {

}
.oneColFixCtrHdr .content  {
	padding: 5px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align:justify;
	width: 635px;

	
}
.oneColFixCtrHdr .content  h1 {
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #127142;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 50px;
}
.oneColFixCtrHdr .content-full  {
	padding: 5px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align:justify;
	width: 950px;

	
}
.oneColFixCtrHdr .content-full  h1{
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #127142;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 50px;
}
.oneColFixCtrHdr .content-full  h2{
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #127142;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr .content-full  h3{
 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #homeNewsBox {
	padding: 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	background: #000;
	color: #fff;
	font:	Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 332px;
	width: 640px;
	float: left
}
.oneColFixCtrHdr #homeNewsBox  h1 {
	font:	Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFCC00;
	line-height: 13pt;
}
.oneColFixCtrHdr #homeNewsBox  a {
	font:	Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#FFFFFF;
	line-height: 10pt;
}
.oneColFixCtrHdr #homeNewsBoxMain {
	float: left;
	width: 393px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}
.oneColFixCtrHdr #homeNewsBoxMain img{

}
.oneColFixCtrHdr .homeNewsHeadline {
	margin: 2px;
	padding: 5px 8px 5px 8px;
	background: #191919;
	width: 227px;
	float: left;
	line-height: 13px;
	height: 75px;
	cursor:pointer;
}
.oneColFixCtrHdr .homeNewsHeadline:hover {
	background: #333333;
}
.oneColFixCtrHdr .homeNewsHeadline h1, .oneColFixCtrHdr .homeNewsHeadline p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr .homeNewsHeadline h1 a{
	color: #127142;
}
.oneColFixCtrHdr #rightNav {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 310px;
}
.oneColFixCtrHdr .rightNavItem {

}
.oneColFixCtrHdr .rightNavItem a:link, .oneColFixCtrHdr .rightNavItem a:visited, .oneColFixCtrHdr .rightNavItem a:active {
	color: #fff;
	text-decoration: none;
}
.oneColFixCtrHdr .rightNavItem a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr .rightNavItemPhoto {
	float: left;
	width: 62px;
	padding: 0px 2px 0px 0px;
	border: none;
}
.oneColFixCtrHdr .rightNavItemHdr {
	padding: 4px 10px 0px 4px;
	width: 230px;
	height: 18px;
	background: #95895C url(../images/bg_right_nav_hdr.jpg) repeat-x;
	color: #fff;
	text-transform:uppercase;
	font:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	float: left;
}
.oneColFixCtrHdr .rightNavItemDesc {
	width: 228px;
	padding: 5px 10px 9px 5px;
	margin: 0px 0px 5px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color: #000;
	border: 1px solid #E7E8D2;
	background: #F9F6EC url(../images/bg_right_nav_desc.jpg) repeat-x;
	float: left;


}
	

.oneColFixCtrHdr #sponsorTable {
	width: 99%;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	margin: 0px 5px 0px 10px;
}
.oneColFixCtrHdr #sponsorTable th {
	background: #333333;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	padding: 0px 0px 0px 10px;
	height: 19px;
}
.oneColFixCtrHdr #sponsorTable td {
	padding: 10px;

}
.oneColFixCtrHdr #sponsorTable img {
	padding: 10px 0px 0px 20px;
	vertical-align:top;

}

.oneColFixCtrHdr #footer {
	padding: 0 10px 50px 10px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#75DB75;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:normal;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color:#75DB75;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color:#fff;
}
.oneColFixCtrHdr #copyright {
	padding: 10px 0px 0px 0px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#75DB75;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	float: right;
}
.oneColFixCtrHdr #adminLink {
	padding: 5px 0px 0px 0px;; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	float: right;
}
.clearFloat {
	clear: both;
}

