html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: left;
	color: #404040;
	font-size: 75%;
	background-color: #ffffff;
	margin: 0 auto;
}

.mainbody {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #404040;
	background: #dde5d3 url(images/img-background-body.jpg) repeat-x;
	font-size: 80%;
}

table {
	font-size: 100%;
}


h1 {
	color: #325a1e;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 170%;
	
}

h2 {
	color: #325a1e;
	font-size: 130%;
}

h3, h4, h5 {
	color: #325a1e;
	font-size: 110%;
}

hr {
	color: #1a4901;
	background-color: #1a4901;
	height: 1px;
}

a {
	color: #1a4901;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #404040;
	padding: 0px 0px 0px 0px;
}

ul {
	list-style-type: none;
	padding-left: 15px;
	margin-left: 0px;
}

li {
	margin-bottom: 5px;
	background: url(images/img-bullet.gif) no-repeat;
	background-position: 0px 8px;
	padding-left: 10px;
	list-style-type: none;
}

#container {
	margin: 0 auto;
	width: 976px; 
	min-height: 100%;
	text-align: left;
	position: relative; 
	background: url(images/img-background-container.gif) repeat-y;
	border-right: 2px solid #404040;
	border-left: 2px solid #404040;
}

#containerArticle {
	margin: 0 auto;
	width: 800px; 
	min-height: 100%;
	text-align: left;
	position: relative; 
	background: url(images/img-background-container-article.gif) repeat-y;
}

*html #container, *html #containerArticle {
	height: 100%;
}

#content {
	width: 627px;
	padding: 20px 10px 20px 10px;
	background: #ffffff url(images/img-shadow-content.gif) repeat-x;
	float: left;
	border-top: 1px solid #404040;
}

#contentArticle {
	width: 619px;
	padding: 20px 0px 20px 0px;
	background: url(images/img-shadow-content-article.gif) no-repeat;
	float: left;
}

#tickerBar {
    float: right;
    width:176px;
    background-color: #f0f0c4;
    border-top: 1px solid #404040;
    font-size: 95%;
}

#menu {
    width: 151px;
    color: #ffffff;
    float: left;
    overflow: hidden;
    clear: both;
    background: url(images/img-background-menu-header.jpg) repeat-x;
    background-position: 0px -2px;
    height: 200px;
    margin-top: -1px;
    border-right: 1px solid #404040;
}

#contentBody {
    width: 618px;
	margin-right: 8px;
	background-color: #ffffff;
	font-size: 95%;
	line-height: 20px;
}

#contentBodyArticle {
    width: 790px;
	margin-right: 8px;
	font-size: 95%;
	line-height: 20px;
}

#header {
	margin: 0 auto; 
	background-color: #ffffff;
	width: 976px;
	height: 157px;
	position: relative;
	clear: both;
	overflow: hidden;
}

#headerArticle {
	margin: 0 auto; 
	background-color: #ffffff;
	width: 800px;
	height: 96px;
	position: relative;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #404040;
}

.navigation {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 3px;
	#padding-top: 0px;
	margin-left: 20px;
}

.navigation a {
    color: #ffffff;
    font-weight: normal;
}

.navigation li {
	margin-bottom: 15px;
	background: url(images/img-bullet.gif) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-left: 0px;
	list-style-type: none;
}

.selected {
	text-decoration: underline;
}

#topMenu {
    background: url(images/img-background-topmenu.jpg) repeat-x;
	background-position: 0px 0px;
	height: 27px;
	margin-top: -3px;
	width: 976px;
	overflow: hidden;
	clear: both;
}

#topMenu .navigation li {
    display: inline;
    font-size: 105%;
    padding-right: 15px;
}

#topMenu .navigation {
	margin-top: 1px;
	#margin-top: 7px;
	padding-left: 0px;
}

#menu .navigation {
    font-size: 105%;
    position: absolute;
    z-index: 1000;
    margin-top: 15px;
    padding-left: 0px;
}

#footer	{
	background: url(images/img-background-footer.jpg) repeat-x;   
	background-position: 0px 7px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 948px;
}

#footer p {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 95%;
    line-height: 21px;
}

#footerArticle p {
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 95%;
}

#footer a, #footerArticle a {
    color: #ffffff;
}

#footerArticle {
	background: url(images/img-background-footer.jpg) repeat-x;   
	background-position: 0px 7px;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 770px;
}

#clearfooter {
	height: 65px;
	width: 100%;
	clear: both;
}

#clearfooterArticle {
	height: 25px;
	width: 100%;
	clear: both;
}

#clearlogos {
	height: 55px;
	width: 100%;
	clear: both;
}

.imgBorder {
	border: 1px solid #5c186a;
}

.inputFields {
	border: 1px solid #404040;
	height: 14px;
	font-size: 90%;
}

.inputFieldsSearch {
	border: 1px solid #325920;
	background-color: #f1f1c5;
	height: 15px;
	font-size: 90%;
}

.submitButton {
	background-color: #f1f1c5;
	border: 1px solid #404040;
	font-size: 90%;
}

.showSearch {
	display: block;
	border: 1px solid #404040;
	background-color: #fdfef7;
	padding: 5px 5px 5px 5px;
	margin-bottom: 20px;
}

.headerRow {
	background-color: #315a20; 
	color: #ffffff;
}

.headerRow a {
	color: #ffffff;
}

.listItem0 {
	background-color: #e8e79a;
}

.listItem1 {
	background-color: #f1f1c5;
}

#articleadmin td {
	text-align: left;
}

/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 650px;
	height: 12px;
	padding: 2px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}
/* END CODE */

/* STYLES FOR CROSSFADER */

div.cf_element {
	float: left;
}

*html div.cf_element {
	float: left;
	width: 450px;
}

div.cf_elementNoScript {
	float: left;
	margin-left: -45px;
}
	
div.cf_element div.content {
	padding: 10px;
}

div.cf_element h3, div.cf_elementNoScript h3 {
	color: #ffffff;
	padding-left: 5px;
	margin: 0px;
}

/* END STYLES */

img, input, button, image { behavior: url(iepngfix.htc) }