* {padding:0; margin:0}

a { outline: none; }


a:link {
	color: #999999;
	text-decoration:none;
}

a:visited{
	color: #999999;
	text-decoration:none;
}

a.link-color{
	color:#a8c316;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a11e22;
}

.titleb{
	font-family:century gothic;
	font-size:24px;
	color:#a11e22;
	text-align:left;
}

body{
	background-repeat: repeat-x;
	background-image:url(images/bkg.gif);
	background-color: #152a3b;
	background-position:center top;
	color: #999999;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper{
	width:1024px;
	margin:0 auto;
	text-align: left;
}

#header{
	margin: 0 auto;
	background:url(images/header.jpg) center no-repeat;
	width:1024px;
	height: 220px;
	text-align:left;
	/*border-bottom:thin #224762 dashed;*/
}

#minor{
	/*position:absolute;
	left: 908px;
	top: 82px;*/
	float:right;
	padding-right:40px;
	width: 178px;
	height: 67px;
	text-align:left;
	margin:80px 0 20px 0;
	}
	
#navs{
	margin:0 auto;
	padding-top:18px;
	width:950px;
	float:right;
	clear:both;

}

#body-bg{
	margin:0 auto;
	width:1024px;
	text-align: center;
	background-color:#000d16;
	background:url(images/bodyins.jpg) center repeat-y;
	
}

.column-center {
	width:800px;
	padding:30px 100px 0 100px;
	margin: 0 0 0 20px;
	text-align: left;
	float:left;
}

.column {
	width:260px;
	padding:30px 0 0 20px;
	text-align:left;
	float:left;
	overflow:hidden;
}

.columnb {
	width:222px;
	padding-top:30px;
	margin: 0 0 0 15px;
	text-align:left;
	float:left;
	overflow:hidden;
	}
		
.columnc {
	width:220px;
	padding-top:30px;
	margin: 0 0 0 15px;
	text-align:left;
	float:left;
	overflow:visible;
	}
	
.columnd {
	width:455px;
	padding:10px 20px 10px 40px;
	margin: 20px 10px 0px 0px;
	text-align:left;
	float:left;
	/*border-right-style:dashed;
	border-right-width:thin;
	border-right-color:#224762;*/
	}
	
.columne {
	width:390px;
	margin: 40px 30px 10px 30px;
	text-align:center;
	float:right;
	/*border-style:dashed;
	border-width:thin;
	border-color:#224762;*/
	}
	
.columnf {
	width:400px;
	margin: 20px 50px 10px 20px;
	padding:10px;
	text-align:left;
	float:left;
	}

.table {
	width:900px;
	padding:10px 20px 10px 10px;
	margin: 20px 10px 20px 30px;
	text-align:left;
	/*border-right-style:dashed;
	border-right-width:thin;
	border-right-color:#224762;*/
	}
	
.main-table{
	border: 1px solid #224762;
	border-style:solid;
	text-align:center;
 }
 
.table-text{
	color:#a8c316;
	}

#footer{
	margin: 0 0 0 0;
	padding-left:15px;
	padding-right:15px;
	width: 994px;
	height:67px;
	text-align:right;
	font-size:11px;
	background-image:url(images/footer.jpg);
	clear:both;
}