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

body{
	margin:0px;
	background-color:#000000;
	font-family:Trebuchet MS, Tahoma;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	font-weight:100;
}
a{
	text-decoration:underline;	
	color:#515151;
}
a:hover{
	text-decoration:none;
	color:#f3a600;	
}
.shade_left{
	background-image:url(../images/shade_left.jpg);
	background-repeat:repeat-y;
}
.shade_right{
	background-image:url(../images/shade_right.jpg);
	background-repeat:repeat-;
}
.shade_banner{
	background-image:url(../images/shade_banner.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.main_table{
	background-color:#1a1919;
}
.line{
	background-color:#763104;
}

.center{
	border-top:#763104 solid 1px;
	background-image:url(../images/left_bg.jpg);
	background-repeat:repeat-x;
	background-position:0px 35px;
}
.left_nav{
	background-image:url(../images/bullit.jpg);
	background-repeat:no-repeat;
	background-position:2px;
	padding-left:18px;
	border-bottom:#383838 solid 1px;
	line-height:20px;
}
.left_nav a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	width:auto;
}
.left_nav a:hover{
	color:#d26402;
}
.heading_title{
	font-size:16px;
	font-weight:bold;
	color:#d26402;
	line-height:35px;
	float:left;
}
.heading1{
	font-size:14px;
	font-weight:bold;
	color:#d26402;
	line-height:35px;
	float:left;
}
.orangetxt{
	color:#d26402;
}
.images img{
	border:#d26402 solid 1px;
	margin:15px;
}
.images img:hover{
	border:#FFFFFF solid 1px;
}
.footerbg{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.footer_border{
	border-bottom:none;
	border-left:#d26402 solid 1px;
	border-right:#d26402 solid 1px;
	border-top:#d26402 solid 1px;
}
.footer_nav{
	font-size:12px;
	color:#d26402;
	text-decoration:none;
}
.footer_nav a{
	font-size:12px;
	color:#d26402;
	text-decoration:underline;
}
.footer_nav a:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

