body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #121011;
	background-attachment:fixed;
	background-image:url(graphics/B-G.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	color: #FFFFFF;
}
.yellow_border {
	border: .01em solid #FBD84A;
}

.white_border {
	border: .01em solid #FFFFFF;
}

.red_border {
	border: .01em solid #800202;
}

/* Text & Fonts */

.style1 {color: #FFFFFF}

.top_nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCA00;
}

.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.yellow_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCA00;
}

.yellow_bold_caps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCA00;
	text-transform: uppercase;
}

.white_bold_caps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

/* Links */

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBD84A;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

 .top-nav a, .top-nav a:link, .links-nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.top-nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

/* BG Colors */

.top_menu_bg {
	background-image: url(images/star_tire_01.jpg);
	background-repeat: repeat-x;
}

.nav_bg {
	background-color: #800202;
}

.content_bg {
	background-color: #000000;
}

.border_bg {
	background-color: #D9DADC;
}

.line_bg {
	background-color: #FFFFFF;
}


/* Menu */

#ddblueblockmenu{
border-bottom-width: 0;
width: 175px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 10px;
width: 159px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #FCD74A;
border-bottom: 1px solid #000000;
border-left: 9px solid #FFCA00;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 170px; /*IE 5*/
width: 156px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #FFCA00;
border-left-color: #ffae00;
}

#ddblueblockmenu div.menutitle{
color: white;
padding: 1px 0;
padding-left: 1px;
background-color: #830202;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.white_btm_bdr {
	border-bottom-width: .01em;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #800202;
}

.btm_right_float {
	float: right;
}
