body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:160%;
	background: #FFFFFF url(images/menuback.gif) repeat-x ;
}
a {
	text-decoration:underline;
	color: #FF6600;
}
a:visited {
	color: #FF9900;
}
a:hover {
	text-decoration:none;
}


h1 {
	
	margin: 14px 0px 0px;
	padding: 0px;
	float:left;
}
h1 a{
	display:block;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	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 #000000;
	margin: 5px 0px 5px;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FF0000;
	font-weight: normal;
	margin: 20px 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: bolder;
	text-transform: uppercase;
	line-height:100%;
	float:left;
}
#nav li a{
	color:#FF0000;
	text-decoration: none;
	display:block;
	padding: 12px 20px 0px;
	height:45px;
	float:left;
}
#nav li a:hover{
	background: url(images/nav-highlite.gif) repeat-x;
	color:#FFFFFF;
}
#content {
	width: 500px;
	float:left;
	padding: 20px 0px;
	background-image: url(images/Image1a.gif);
	background-repeat: no-repeat;
	background-attachment:scroll;
	
}
#sidebar {
	width:230px;
	float:right;
	margin-top: 20px;
}
#submenu {
	list-style:none;
	margin:0px;
	padding:0px;
}
#submenu li{
	border-bottom: 1px solid #dae6e9;
	padding:5px 0px;
}
#submenu li a{
	color: #036f8b;
	text-decoration: none;
}
#submenu li a:hover{
	color: #FF6600;
	text-decoration:none;
}
#footer {
	clear:both;
	background: url(images/footer-bg.gif) repeat-x;
	height: 50px;
	text-align: right;
}
#copyright {
	width: 770px;
	text-align:right;
	margin: 0px auto;
	font-size: 90%;
	color: #666666;
}
#designer {
	width: 770px;
	text-align:right;
	margin: 0px auto;
	font-size: 90%;
	color: #666666;
}
