﻿body, div, ul, li, p, img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0;
	padding: 0;
	text-indent: 0;
	
}
body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	background-color: #fff;
	line-height: 1;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
}
em, i {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p, ul, ol, address {
	font-size: 12px;
	line-height: 20px;
	margin: 6px 0;
}
address {
	font-style: normal;
	display:block;
}

ul, ol {
	margin-left: 20px;
}
#scaff {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
}
#top {
	margin-bottom: 5px;
}
#sidebar {
	width: 210px;
	float: left;
	clear: left;
	background-color: #fff;
}
#main {
	width: 540px;
	float: left;
	clear: right;
	background-color: #fff;
	margin-left: 20px;
	padding-bottom: 20px;
}
h1#logo1 {
	width: 200px;
	margin: 0;
	background-color: #fff;
	text-align: left;
}
ul.nav {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: solid 2px #fff;
	list-style: none;
	padding-bottom: 150px;
}
.nav li {
	margin-bottom: 4px; /* border-bottom: solid 5px #fff;*/
	float: none;
	clear: both;
}
.nav li a {
	font-family: Georgia, "Times New Roman" , Times, Serif;
	font-size: 12px;
	text-decoration: none;
	color: #555;
	height: 50px;
	display: block;
	background-color: #fff;
	background-image: url(menu1.png);
	background-repeat: no-repeat;
	clear: both;
}

.nav li a.off {
	background-position: -200px 0px;
	border-left: solid 10px #f2f2f2;
}

.nav li a.off:hover {
	background-color: #eee;
	color: #000;
	background-position: 0px 0px; /* border-left:solid 10px #ccc;*/
	border-left: solid 10px #fedd00;
}

.nav li a.on {
	background-position: -200px -50px;
	border-left: solid 10px #fedd00; /*font-weight:bold;*/
	color: #000;
}

.nav li a span {
	display: block;
	padding: 15px 0 0 20px;
}


.footer {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-right: 35px;
	line-height: 50px;
	font-family: Georgia, "Times New Roman" , Times, Serif;
	font-size: 11px;
	text-indent:230px;
}
.clearfix {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}
a, a:link, a:visited {
	text-decoration: underline;
	color: #08496a;
}
a:hover, a:active {
	text-decoration: underline;
	color: #00f;
}
