* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #E6EDF2 url(../images/bg.jpg) center top repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 90%;
	color: #555;
	/*overflow-y:scroll;*/
}

h1, h2, h3 {
	font-weight: normal;
	color: #6F9A21;
}

h1 { font-size: 182%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

#wrap {
width:860px;
margin:0 auto;
background:#fff;
border:solid #DAE8F1;
border-width:0 1px;
}


a:link, a:visited {
	color: #0AAAFD;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}

a.on {
	text-decoration: none;
	color: #ED2024;
}

#header {
	width: 770px;
	height: 110px;
	margin: 0 auto;
}

#logo {
	float: left;
	text-indent:-9999px;
	margin-top:16px;
}

#logo a {
	text-decoration: none;
	display:block;
	background:transparent url('../images/logo.png') no-repeat;
	width:175px;
	height:73px;
	margin-left:-8px;
}

#logo a:focus {
outline:none;
}

#menu {
	float: right;
	margin:0;
	background:#f0f0f0;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px 1px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li {
float:left;
background:#fff url(../images/nav2.png) repeat-x center top;
border-right:1px solid #ccc;
}

#menu li:hover, #menu li.current {
background:#fff url(../images/nav.png) repeat-x center top;
}

#menu li#last {
border-right:none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 40px 25px 0 25px;
	text-decoration: none;
	font-size: 110%;
	color: #666;
	font-weight:bold;
}

#menu a.current {
	color: #000;
	background:transparent;
}

#menu a:hover {
	color: #000;
	background:transparent;
}

#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
	font-weight:bold;
}

#content {
	float: right;
	width: 508px;
	padding: 20px;
	-moz-border-radius:5px;
	margin-bottom:30px;
}

#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 20px 20px 20px 0;
	margin-bottom:30px;
	border-right:1px dashed #CCCCCC;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar li a {
	margin: 0;
	padding: 10px 0 10px 0;
	display:block;
}
	
#sidebar li:hover {
	border-bottom: 1px solid #CCCCCC;
}

#sidebar li a:focus {
outline:none;
}

#sidebar h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 40px;
	border-top:1px dashed #CCCCCC;
	}

#footer a{
font-weight:normal;
}

#footer a:focus {
outline:none;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#footer img {
border:0 none;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#links img {
margin-top:18px;
}

label {
color:#444444;
display:block;
font-size:110%;
font-weight:bold;
}


form span {
color:#777777;
display:block;
padding:0;
}

.text {
border:1px solid #DEDEDE;
padding:5px;
width:300px;
}

.inv {
display:none;
}

.text:focus, .text:hover {
border:1px solid #ACA899;
}

.sites {
font-size:80%;
}

.sites h2{
font-size:110%;
}

.sites img {
width:330px;
height:198px;
border:3px solid #f0f0f0;
}

.sites img:hover {
border:3px solid #ccc;
}

.sitenote {
width:160px;
float:right;
}

.sitediv {
margin:0 0 15px;
padding:0 0 30px;
border-bottom:1px dashed #ccc;
}