
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/header.jpg) top center  no-repeat;
}

.maintable{

}

.header {
	
	height: 410px;
}
	
	.menu {
		text-align: center;
		background: url(images/menubg.jpg) no-repeat top;
		color: #999;
		vertical-align: middle;
		padding-bottom: 0px;
		padding: 15px 0px 50px 0px;
	}
	.menuitem {
		/*line-height: 25px;*/
		text-align: center;
		display: inline;
		padding: 0px 35px 0px 35px;
	}
	
	.menuitem a:link {
		
		text-decoration: none;
		color: #fff;
	}
	.menuitem a:visited {
			
		text-decoration: none;
		color: #fff;
	}
	.menuitem a:active {
		
		text-decoration: none;
		color: #F9951D;
	}
	.menuitem a:hover {
			
		text-decoration: none;
		color: #F9951D;
	}
	
	
	
	.leftcol{
		width: 220 px;
		vertical-align: top;
	}
	
	.leftpic {
		padding: 0px 0px 30px 0px;
		width: 100%;
		text-align: center;
	}
	
	.colheader {
		width: 100%;
		text-align: center;
		color: #333;
		height: 30px;
		font-size: 18px;
		
	}
	
	.leftpic img {
		border: solid 1px #999;
	}


    .centercol{
		width: 460px;
		vertical-align: top;
padding-bottom: 20px;
padding-right: 10px;
	}
	
	
	
	.contentitem {
		font-size: 12px;
		text-align: justify;
		padding: 0px 20px 30px 20px;
		color: #333;
	}
	
	.contentheader {
		font-weight: bold;
		padding-bottom: 0px;
		font-size: 16px;
	}
	
	
.contentheader a:link {
		
		text-decoration: none;
		color: #333;
	}
	.contentheader a:visited {
			
		text-decoration: none;
		color: #333;
	}
	.contentheader a:active {
		
		text-decoration: none;
		color: #F9951D;
	}
	.contentheader a:hover {
			
		text-decoration: none;
		color: #F9951D;
	}







    .rightcol{
		width: 300px;
		vertical-align: top;
	}
	
	.bannerspace {
		width: 100%;
	}
	
	.footer {
		border-top: solid 1px #999;
		font-size: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: 30px;
		text-align: right;
		color: #666;
	}
	