/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.hideme {display: none} 
.showme {display: inline}

body {
	background-color: #333333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	padding: 8px;
	padding-top:6px;
	height: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}


a.footerlinks, a.footerlinks:hover {
	font-size:9px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.footerlinks:hover {
	color:#CCCCCC;
}

a.quicklinks, a.quicklinks:hover {
	color:#CCCCCC;
	text-decoration:none;
	white-space:nowrap
}

a.quicklinks:hover {
	color:#FFFFFF;
}


.mainnav, .mainnavon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap; 
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	line-height:10px;
}

a.mainnav, a.mainnav:active, a.mainnav:link, a.mainnav:visited {
	color:#FFFFFF

}
a.mainnav:hover {
	color:#2D3940; 

}

a.mainnavon {
	color:#434343;
}




.secnav, .secnavon, .secnavsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap; 
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-type:none;
	line-height:10px;

}

a.secnav:hover {
	color:#2D3940;
	text-decoration:none;
}

.secnav li {
	margin-bottom:10px;
}

.secnavsub { 
	font-size: 10px;
	color:#CCCCCC;
	font-weight:normal;
	text-transform:none;
}

a.secnavsub:hover {
	color:#2D3940;
	text-decoration:none;
}

.secnavsub li {
	margin:0px;
	padding:0px;
	margin-bottom:3px;
	vertical-align:middle;
	line-height:10px;
}








.bodyintro, .bodysub, .bodytext, .bodytext_tight, .bodychart {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

.bodyintro {
	font-size:14px;
	line-height:21px;
	margin-bottom:20px;
}

.bodysub {
	font-size:16px;
	color:#E3A856;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
	white-space: nowrap; 
}

.bodysubwrap {
	font-size:16px;
	color:#E3A856;
	line-height:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.bodysmall {
	font-size:10px;
	color: #333333;
	line-height: 9px;
	font-weight: bold;
	margin:0px;
	margin-bottom: 8px;
	text-transform:uppercase;
	letter-spacing:.08em;
}

.bodytext {
	font-size:12px;
	line-height:18px;
	margin-bottom:15px;
}

.bodytext_tight {
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
}
a.bodytext, a.bodytext_tight, a.bodytext:link, a.bodytext_tight:link, a.bodytext:visited, a.bodytext_tight:visited, a.bodytext:active, a.bodytext_tight:active   {
	color: #dfe6bd;
	color: #586c79;
	color:#CCCC00;
	font-weight:bold;
	text-decoration:underline;
}
a.bodytext:hover, a.bodytext_tight:hover  {
	color: #C18466;
	text-decoration:underline;
}
ul.bodytext_tight , ul.bodytext  {
	margin-left:18px;
}
li.bodytext_tight , li.bodytext  {
	margin-bottom:10px;
	list-style:disc;
}

.bodychart {
	font-size:12px;
	line-height:12px;
	padding:5px;
	border: solid #333333 1px;
	background-color:#888888;
}

.formbox {
	color: #333333;
	border: solid #333333 1px;
	height: 18px;
	font-size:11px;
	margin-bottom:5px;
	width:100%
}

.formbox2 {
	color: #333333;
	border: solid #333333 1px;
	height: 12px;
	margin-bottom:5px;
}




