/*HEADER*/

.logo {
	float:left;
	width:217px;
	height:89px;
	background-color: #FEFEFE;
	background-image: url(images/logowithroundedge.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
}
.header {
	width: 701px;
	height: 80px;
	font-size: 21px;
	float:right;
	background-image: url(images/header.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header ul {
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	color: #FFFFFF;
	margin: 0px;
}
.header li {
	display:inline;
	list-style:none;
	margin-right:5px;
	padding-top: 6px;
	padding-bottom: 15px;
}
.header li a {
	background-image: none;
	text-decoration: none;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:6px;
	padding-right:12px;
	padding-bottom:15px;
}
.header li a:hover {
	background: url(images/buttonright.jpg) scroll no-repeat top right;
}
.main {
	background: url(images/buttonright.jpg) #404040 scroll no-repeat top right;
}
.mainspan {
	background: url(images/buttonleft.jpg) left top no-repeat;
	padding-left: 10px;
	padding-top: 6px;
	padding-right:12px;
}
.others:hover {
	background: url(images/buttonleft.jpg)  #404040 left top no-repeat;
	padding-top: 6px;
	padding-bottom:13px;
}
.subheader ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.subheader {
	height: 35px;
	float:right;
	width:703px;
}
.subheader li {
	display:inline;
	list-style:none;
	margin-right: 30px;
}
.subheader li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px;
}
.subheader li a:hover {
	background-color:#999999;
}
	