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

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-image:url(img/bg.png); */
	background-repeat:repeat-x;
	background-color:#2B3594;
}

#container{
	position:relative;
	margin:0 auto 0 auto;
	width:960px;
}

h1{
	margin:0px;
	padding:0px;
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dashed #ffb700;
	font-size:16px;
	color:#0000ff;

	text-shadow: 1px 1px 2px #afafaf;
}

#spacer-top {
	margin-top:7px;
}

#logo{
	float:left;
	width:220px;
	height:60px;
	margin-top:2px;
	margin-left: 16px;
	position:absolute;
	z-index: 2;
}

#menu{
	float:left;
	width:960px;
	height:30px;
	background-image:url(img/menu_bg2.png);
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:5px;
}

#menu a{
	float:right;
	padding-left:20px;
	padding-right:20px;
	border-left:1px dashed #ffffff;
	line-height:30px;
	height:30px;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover{
	background-color:#ffd057;
}

#banner{
	float:left;
	width:960px;
	height:230px;
	position:relative;
	z-index:1;
	background-repeat: no-repeat;
}

#page{
	float: left;
	width: 920px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url("img/page_bg.png");
	background-repeat: repeat-y;
	margin-top: -10px;
	color: #656565;
}

#col_sx{
	float:left;
	width:440px;
}

#col_dx{
	float:right;
	width:440px;
}

#page_bot{
	float:left;
	width:960px;
	height:6px;
}

/* Footer */

#footer-container{
	float:left;
	width:960px;
	height:1px;
	margin-top: -70px;
}

#footer {
	position : relative;
	margin : 0 auto;
	width : 960px;
	height:63px;
	
}

#footer-body {
	margin-top:85px;
	text-align:center;	
	line-height: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index: 6;
}

#footer, #footer a:link {
	color: #0000FF;
	text-decoration: none;
}

#footer, #footer a:active, #footer a:visited {
	color: #656565;
	text-decoration: none;
}

#footer, #footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-long{
	width : 960px;
	height : 63px;
	background:url('img/footer.png');
	margin-top : -75px;
	
	box-shadow:2px 2px 6px #656565;
	-webkit-box-shadow:2px 2px 6px #656565;
	-moz-box-shadow:2px 2px 6px #656565;
}

.col_class caption{
	color:#ff9000;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	
	text-shadow: 1px 1px 2px #afafaf;
}

.col_class th{
	border-bottom:1px dashed #ffebb9;
	background-color:#fff7e2;
	text-align:left;
	font-weight:normal;
	
}

.col_class td{
	background-color:#FCBA1A;
	border:1px dashed #ffebb9;
	font-weight:bold;
}

.faq_link{
	color:#656565;
	text-decoration:none;
	float:left;
	width:100%;
	font-weight:bold;
	margin-bottom:5px;
}

.faq_div{
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:15px;
	background-color:#fff7e2;
	border:1px dashed #ffb700;
	padding:5px;
}

#table-prev {
	margin-left:50px;
}