body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:130%;
	background: #FFFFFF url(images/header-bg.gif) repeat-x;
}
a {
	text-decoration:underline;
	color: #FF0000;
}
a:visited {
	color: #0000FF;
}
a:hover {
	text-decoration:underline;
	color:#0000FF
}
h1 {
	margin: 14px 0px 0px;
	padding: 0px;
	float:right;
}
h1 a{
	display:block;
	background: url(images/logopng.png) no-repeat;
	height: 80px;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2{
	font-family: "Comic Sans MS", Impact, "Lucida Bright";
	font-size: 240%;
	color: #6699FF;
	font-weight: normal;
	margin: 20px 0px 5px;
}
h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #6699FF;
	padding-bottom: 2px;
	border-bottom: 2px solid #6699FF;
	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: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height:100%;
	float:left;
	color: #000000;
}
#nav li a{
	color:#0000FF;
	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: 507px;
	float:right;
	padding: 20px 0px;
}
#sidebar {
	width:230px;
	float:left;
	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: #0000FF;
	text-decoration: none;
}
#submenu li a:hover{
	color: #0000FF;
	text-decoration:none;
}
#footer {
	clear:both;
	background: url(images/footer-bg.gif) repeat-x;
	text-align: right;
	height: 50px;
}
#copyright {
	width: 770px;
	text-align:right;
	margin: 0px auto;
	font-size: 90%;
	color: #666666;
}

