@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.base {
	width: 900px;
}
a {
	color: #acd037;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav_bar {
	background: url(/images/nav_bg.jpg) no-repeat top center;
	height: 80px;
}
#nav a {
	padding-right: 13px;
}
#footer_bg {
	background: url(/images/footer_bg.jpg) repeat-x top;
	color: #151515;
}
#footer_content_bg {
	background: url(/images/footer_content_bg.jpg) repeat-x top;
	color: #7b7272;
}
#footer_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0 15px;
	color: #7b7272;
}
#footer_links a:hover {
	color: #b8b7b7;
	text-decoration: underline;
}
.quick_links a {
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0 5px;
	color: #7b7272;
}
.quick_links a:hover {
	color: #b8b7b7;
	text-decoration: underline;
}
#footer_links a:hover {
	color: #b8b7b7;
	text-decoration: underline;
}
#left_col {
	width: 25%;
	padding-top: 20px;
}
#right_col {
	width: 75%;
}
#content_type {
	color: #949393;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 24px;
}
#content {
	background: #1d1d1d;
}
#page_title {
	padding: 10px;
	font-size: 1.9em;
	color: #ffffff;
	text-transform: uppercase;
}
#content_body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #949393;
	text-transform: none;
}
#subnav a {
	text-transform: uppercase;
	color: #6f7f23;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 21px;
}
#subnav a:hover {
	color:#CCCCCC;
}

input#newsletter {
	height: 18px;
	font-size: 1.1em;
	color: #333333;
	padding-top: 2px;
}
div.bd a {
	color: #000000;
	text-decoration: underline;
}