body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:160%;
	background: #FFFFFF url(headerbg.jpg) repeat-x;
}
a {
	text-decoration:underline;
	color: #FF6600;
}
a:visited {
	color: #FF9900;
}
a:hover {
	text-decoration:none;
}
h1 {
	margin: 72px 0px 0px;
	padding: 0px;
	float:right;
}
h1 a{
	display:block;
	background: url(logo.jpg) no-repeat;
	height: 83px;
	width: 343px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 240%;
	color: #FF0000;
	font-weight: normal;
	margin: 20px 0px 5px;
}
h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #FF0000;
	padding-bottom: 2px;
	border-bottom: 2px solid #FF0000;
	margin: 5px 0px 5px;
}
#main_wrap{
	margin: 0px auto;
	width: 770px;
}
#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
	
}
#nav li{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height:100%;
	float:right;

}
#nav li a{
	color:#000000;
	text-decoration: none;
	padding: 10px 10px 0px;
	height:40px;
	float:left;
	position:relative; top:-59px;
}
#nav li a:hover{
	color:#FFFFFF;
}
#content {
	width: 507px;
	float:left;
	padding: 20px 0px;
	left: 7px;
	top: 158px;


}
#sidebar {
	width:230px;
	float:right;
	margin-top: 20px;
	position:relative; top:0px;
}
#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenutext {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-align: center;

}
#submenu li{
	border-bottom: 1px solid #dae6e9;
	padding:5px 0px;
}
#submenu li a{
	color: #FF0000;
	text-decoration: none;
}
#submenu li a:hover{
	color: #FF6600;
	text-decoration:none;
}
#footer {
	clear:both;
	background: url(footerbg.jpg) repeat-x;
	text-align: center;
	height: 62px;
}
#copyright {
	padding: 20px 0px;
}
