body{
	background-image: url("bannerImg2.jpg");
	color: #000305;
	font-size: 87.5%;
	font-family: arial;
	line-height: 1.5;
	text-align: left;
}
ul{
	text-decoration: none;
	list-style-type: circle;
}
.body{
	margin: 0 auto;
	width: 90%;
	clear: both;	
}

.sheet{
	width: 100%;
}

a{
	text-decoration: none;

}


a:link, a:visited{

}

a:hover,a:active{


}
.mainheader{
	width: 70%;
}
.mainheader img{
	width: 30%;
	height:auto;
	margin: 2% 0;

}

.mainheader nav{
	background-color: #666;
	height: 40px;
	
}

.mainheader nav ul{
	list-style: none;
	margin: 0 auto;

}
.mainheader nav ul li{
	float: left;
	display: inline;
}

.mainheader nav a:link,.mainheader nav a:visited{
	color: #FFF;
	display: inline-block;
	padding: 10px 25px; 
	height: 20px;

}

 .mainheader nav a:hover, .mainheader nav a:active,
 .mainheader nav .active a:link,.mainheader nav .active a:visited{
 	background-color: #cf5c35;
 	text-shadow:none;

 }



.maincontent{
	line-height: 25px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit -border-radius: 5px;
}

.content{
	width: 70%;
	float: left;

}

.topcontent{
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit -border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.bottomcontent{
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit -border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
}

.top-sidebar{
	width:25%;
	float: left;
	background-color: #fff;	
}
.middle-sidebar{
	width:25%;
	float: left;
	background-color: #fff;	
}
.bottom-sidebar{
	width:25%;
	float: left;
	background-color: #fff;	
}

.mainfooter{
	width:70%;
	float: left;
}