body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	font-size: 11px;
}
.text_9pt {
	font-size: 9px;
	font-weight: normal;
}
.text_title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text_sub_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
.text_body {
	//font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
	display: block;
	margin: 0px;
	padding: 10px;
	white-space: normal;
	line-height: 16px;
}
.banner {
	border: 1px solid #CCCC99;
	margin: 0px;
	padding: 0px;
	background-color: #5e5446;
}
.content {
	background-color: #5e5446;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
.img_left {
	padding-right: 10px;
	padding-bottom: 10px;
}
.footer {
	background-color: #7a7a5c;
	border: 1px solid #CCCC99;
}
#flashcontent {
	z-index: 100;	
}
/********* DROP DOWN *********/
#dropmenudiv{
	position: absolute;
	font: normal 12px Verdana;
	z-index: 100;
	width: 125px;
}
#dropmenudiv a{
	width: 100%;
	background-color: #000000;
	display: block;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC99;
	text-decoration: none;
	border: 1px solid #CCCC99;
	text-indent: 10px;
	line-height: 20px;
	margin-top: 1px;
	height: 20px;
}
#dropmenudiv a:hover{
	background-color: #5e5446;
	color: #FFFFFF;
}
#subnav a{
	display: block;
	text-decoration: none;
	color: #CCCC99;
	line-height: 20px;
	margin-top: 12px;
	margin-left: 10px;
	
}
#subnav a:hover{
	color: #FFFFFF;
	background-image:url(../img/nav_ro.gif);
	background-repeat: repeat-y;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#resourceList p{
	margin-top: 5px;
	margin-bottom: 10px;
}
