

/*Main Nav*/
#navcontainer ul {
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
padding-bottom: 0;
padding-left: 0;
padding-top: 0;
padding-right: 0;
list-style-type: none;
text-align:center;
width: 1002px;
white-space: nowrap;
}

#navcontainer ul li { display: inline; }
#navcontainer ul li a { text-decoration: none; }


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	font-weight:normal;
	line-height: 1.5;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 15px;
	font-weight:normal;
}
h4 {
	font-size: 15px;
	font-weight:normal;
}
h5 {
	font-size: 15px;
	font-weight:normal;
}
h6 {
	font-size: 15px;
	font-weight:normal;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}



/* GLOBAL ELEMENTS */

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:600;
	font-style:normal;
	margin: 0; 
	padding: 0;
	line-height: 16px;
	background-color: #a8c399;
	background-position: top center;
    background-repeat:no-repeat;
	color: #a8c399;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	color: #ffffff;
	text-align: left;
	margin: auto;
	background-position: top center;
    background-repeat:no-repeat;
}
#header { 
	width: 100%;
	height: 150px;
	background: #5f7b4f; 
	color: #ffffff;
	padding: 0 0 0 0; 
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
} 
#header h1 {
	margin: 0; 
	padding: 0 0 0 0; 
}
#headerBox {
	padding-top:15px;
	text-align: left;
	width: 950px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	font-style:normal;
	color:#a8c399;
}
#mainContent {
	position: relative;
	margin: auto;
	padding-bottom: 86px; 
	height: auto !important;
  	height /**/:auto; /* for IE5/Win */
    overflow: auto !important;
  	overflow /**/:auto; /* for IE */
	color: #ffffff;
	text-align: left;
	width: 950px;
}
#leftbox {
	position: relative;
	height: 100%;
	padding: 7px; 
	color: #ffffff;
	height: auto !important;
  	height /**/:auto; /* for IE5/Win */
    overflow: auto !important;
  	overflow /**/:auto; /* for IE */
	text-align: left;
	float: left;
	clear: right;
	display: block;
}
#rightbox {
	position: relative;
	height: 100%;
	padding: 7px; 
	color: #ffffff;
	text-align: left;
	height: auto !important;
  	height /**/:auto; /* for IE5/Win */
    overflow: auto !important;
  	overflow /**/:auto; /* for IE */
	float: right;
	clear: none;
	display: block;
}
#newsbox {
	position: relative;
	margin-top: 20px;
	height: 550px;
	padding-left: 10px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 0px;
	color: #ffffff;
	height: 550px !important;
  	height /**/:550px; /* for IE5/Win */
    overflow: auto !important;
  	overflow /**/:auto; /* for IE */
	text-align: left;
	float: left;
	clear: right;
	display: block;
}
#footerBox {
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	width: 950px;
	margin: auto;
	margin-top: 14px;
}
.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#footer { 
	background:#4d5946;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #dfdfdf;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	width: 100%;
	height: 66px;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #cccccc;
} 
#footer p {
	width:100%;
	margin: 0; 
	padding: 10px 0; 
}

.BigHeader{
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-style:normal;}
	
.BigHeader2{
	font: 24px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-style:normal;}	

.BigLink {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-style:normal;}
	a:link.BigLink  {color: #FFFFFF; font-weight: bold; text-decoration: none;}
	a:hover.BigLink  {color: #FFFFFF; font-weight: bold; text-decoration: none;}
	a:visited.BigLink {color: #FFFFFF; font-weight: bold; text-decoration: none;}
	a:active.BigLink  {color: #FFFFFF; font-weight: bold; text-decoration: underline;}