@import url("main_standard.css");
body {
	padding: 0px;
	margin:auto;
	font: 12px arial, tahoma, verdana, sans-serif;
	text-align: center;
	color:#FFFFFF;
	background-color:#0B0A0A;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img, div, a, input {
	behavior: url(css/iepngfix.htc);
}

a {
	color:#636363;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
}
h1{
	margin:0 0 10px 0;
	font-size:22px;
	font-weight:bold;
	color:#464646;
}
h2{
	margin:0 0 10px 0;
	font-size:18px;
	color:#464646;
}

h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:normal;
	color:#464646;
}

h4{
	margin:0 0 10px 0;
	font-size:14px;
}
p, ul, ol {
	padding-bottom: 6px;
}
p {
	font-size:12px;
	color:#000000;
}
#wrap1{
	width: 964px;
	height: auto;
	margin:auto;
	text-align:left;
}
#wrap2{
	width: 964px;
	height: auto;
	overflow:hidden;
	background-image: url(../images/wrap_bg.png);
	background-repeat: repeat;
	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-right-color: #1F1E1E;
	border-bottom-color: #1F1E1E;
	border-left-color: #1F1E1E;
}
#wrap3{
	width: 904px;
	height: auto;
	padding-top:4px;
	padding-left:60px;
	background-image: url(../images/right_yellow_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top_yellow_boxs_left{
	width: 25px;
	height: 25px;
	margin-top:-38px;
	margin-left:-5px;
	margin-bottom:17px;
	background-image: url(../images/top_yellow_boxs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#top_yellow_boxs_right{
	width: 25px;
	height: 25px;
	margin-top:-42px;
	margin-left:820px;
	margin-bottom:17px;
	background-image: url(../images/top_yellow_boxs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#header{
	width: 842px;
	height: 91px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#logo{
	width: 252px;
	height: 51px;
	float:left;
}
#mainmenu{
	width: 550px;
	height: 32px;
	padding-right:35px;
	margin-top:53px;
	float:right;
	text-align:right;
}
#mainmenu ul{
	margin:0px,auto;
	float:right;
}
#mainmenu ul li{
	height: 20px;
	color: #FFFFFF;
	float:left;
	list-style:none;
	padding-top:4px;
}
#mainmenu ul li a{
	font-size: 11px;
	font-weight:bold;
	padding-bottom:6px;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#mainmenu ul li a:hover,#mainmenu ul li a.on{
	color:#FFC91F;
	background-image: url(../images/nav_buttom_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#banner{
	width: 842px;
	height: 284px;
	margin-top:4px;
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#box{
	width: 843px;
	height: 155px;
	margin-top:4px;
}
#box ul{
	margin:0px,auto;
	margin-left:-12px;
}
#box li{
	width: 210px;
	height: 155px;
	margin-right:1px;
	list-style-type:none;
	float:left;
}
#box li.end{
	margin-right:0px;
}
#box li a{
	width: 210px;
	height: 155px;
	display:block;
	background-image: url(../images/box_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor:hand;
}
#box li a:hover{
	width: 210px;
	height: 155px;
	background-image: url(../images/box_bright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_title{
	width: 210px;
	height: 24px;
	padding-top:8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.box_content{
	width: 180px;
	height: 86px;
	padding:14px;
	margin-right:1px;
	font-size:14px;
	color:#FFFFFF;
	overflow:hidden;
}
.box_content p{
	font-size:14px;
	color:#FFFFFF;
	overflow:hidden;
}
#box_button{
	width: 843px;
	height: 32px;
	margin-top:3px;
}
#box_button ul{
	margin:0px,auto;
	margin-left:-12px;
}
#box_button li{
	width: 210px;
	height: 32px;
	margin-right:1px;
	list-style-type:none;
	float:left;
}
#box_button li.end{
	margin-right:0px;
}
#box_button li a{
	width: 210px;
	height: 24px;
	padding-top:8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	display:block;
	background-image: url(../images/box_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor:hand;
}
#box_button li a:hover,#box_button li a.on{
	background-image: url(../images/box_bright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_button a{
	width: 210px;
	height: 24px;
	padding-top:8px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	display:block;
	float:left;
	background-image: url(../images/box_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor:hand;
}
.box_button a:hover{
	color:#000000;
	background-image: url(../images/box_bright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sction_bar_wrap{
	margin-top:8px;
	clear:both;
}
#sction_bar_wrap_info{
	margin-top:3px;
	clear:both;
}
.sction_bar{
	width: 822px;
	height: 24px;
	padding-top:8px;
	margin-right:1px;
	float:left;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.sction_bar_light{
	width: 612px;
	text-align:right;
	padding-right:20px;
	background-image: url(../images/bg_lightyellow_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sction_bar_light.info{
	width: 822px;
	text-align:right;
	padding-right:20px;
	background-image: url(../images/bg_lightyellow_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sction_bar_dark{
	width: 210px;
	background-image: url(../images/bg_darkyellow_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#level2_menu{
	width: 837px;
	height:20px;
	margin-top:3px;
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 3px solid #787878;
	overflow:hidden;
}
#level2_menu ul{
	margin:0px,auto;
}
#level2_menu ul li{
	color: #FFFFFF;
	float:left;
	list-style:none;
	padding-top:2px;
}
#level2_menu ul li a{
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	padding-left:6px;
	padding-right:6px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
#level2_menu ul li a:hover,#level2_menu ul li a.on{
	color:#FFC91F;
}
#content_1{
	width:696px;
	height:auto;
	margin-top:3px;
	padding-left:73px;
	padding-right:73px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	background-image:url(../images/content_bg1.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
h1.large,h2.large{
	width:100%;
	padding-bottom:4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}
h2.large{
	margin-bottom:50px;
}
#content_2_wrap{
	width:797px;
	height:auto;
	margin-top:3px;
	padding-left:43px;
	padding-top:45px;
	padding-bottom:20px;
	background-color:#090909;
	background-image:url(../images/content_bg2.jpg);
	background-repeat:repeat-x;
	background-position:top;
    border:1px solid #2b2a2a;
}
#content_2{
	width:700px;
	height:auto;
	padding:30px;
	background-color:#FFFFFF;
	border: 1px solid #848383;
}
#content_2 td.label{
            color: #150952;
            font-size: 10pt;
}
p.l_u{
	width:200px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
	font-size: 16px;
	font-style: italic;
	float:left;
	color: #959595;
	text-align:center;
}



#footer_info{
	width: 842px;
	height:83px;
	margin-top:8px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow:hidden;
}
#footer_individual{
	width: 260px;
	height:83px;
	padding-left:20px;
	float:left;
	margin-top:8px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_individual td{
	valign:top;
	font-size:10px;
	color:#7D7D7D;
}
.yellow_text{
	color:#FFC91F;
}
#footer_text{
	width: 500px;
	height:83px;
	padding-right:10px;
	text-align:right;
	font-size:60px;
	font-weight:bold;
	color:#464646;
	float:right;
}
#footer_yellowbar{
	width: 280px;
	height:15px;
	margin-top:4px;
	background-color:#FFC91F;
}
#footer{
	width: 842px;
	height:auto;
	text-align:right;
	margin-left:60px;
}
#footer_menu{
	float:right;
	margin-top:4px;
}
#footer_menu ul{
	margin:0px,auto;
}
#footer_menu ul li{
	height: 20px;
	color: #FFFFFF;
	float:left;
	list-style:none;
	padding-top:4px;
}
#footer_menu ul li a{
	font-size: 9px;
	color: #636363;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
        float: left;
        display: inline;
}
#footer_menu ul li a:hover{
	color:#FFFFFF;
}
#footer_menu ul li a.home{
	background-image:none;
}

#footer_copyright{
	width: 842px;
	height:30px;
	clear:both;
	color:#636363;
	float:right;
	text-align:right;
	font-size:9px;
}

#content_2 .content {color:#000000;}
