body {
	background-color:#000000;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
	background-image:url(../img/design/background_tile.jpg);
	background-repeat:repeat-x;
}
.headline {
	color:#626262;
	font-size:12px;
}
.lead_in {
	color:#184D39;
	font-size:14px;
	line-height: 20px;
}
.highlight_gold {
	color:#FFCC33;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:active {
	color:#666666;
	text-decoration:none;
}
.footer_link a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_link a:hover {
	color:#FFCC33;
	text-decoration:underline;
}
.footer_link a:active {
	color:#FFCC33;	
	text-decoration:underline;
}
.footer_link a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#container {
	width:800px;
	margin:0 auto;
}
#header {
	width:800px;
	height:150px;
	margin-bottom:25px;
}
#body_left {
	width:200px;
	float:left;
}
.module {
	width:170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/design/sidebar_bg.jpg);
	background-repeat: no-repeat;	
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}
.sidebar {
	text-align: center;
	width:100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav {
	width:100%;
	font-size:18px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.nav a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.divider {
	width:100%;
	background-color: #FFFFFF;
	height: 1px;	
}
#body_right {
	width:560px;
	float:right;
}
#content {
	width:550px;
	float:right;
	background-color:#FFFFFF;
	background-image: url(../img/design/content_bg.jpg);
	background-repeat: no-repeat;
	padding:5px;
	margin-bottom:10px;
}
#footer {
	width:560px;
	font-size: 9px;
	color: #FFFFFF;
}
.inline_divider {
	height:1px;
	width:100%;
	background-color:#003300;
}
.drop_content {
	background-image: url(../img/content/content_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	width: 520px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.drop_content_links a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.drop_content_links a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
.drop_content_links a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.drop_content_sub {
	max-height:350px;
	overflow:auto;
}