@charset "utf-8";
body {
	background: url(../imgs/bg.jpg) repeat-x left top #f0f0f0;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #026073;
}
a:hover{
	text-decoration: none;
}
#header {
	position:relative;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 292px;
	height: 434px;
	z-index: 9;
}
#header .header {
	position: absolute;
	z-index: 11;
	left: 259px;
	top: 18px;
	width: 626px;
}
.navbar {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	left: 278px;
	top: 160px;
	width: 720px;
	height: 50px;
	line-height: 50px;
	background-color: #026073;
	margin-bottom: 15px;
}
.navbar span{
	padding:0px 30px;
	display: block;
	float: left;
	text-align: center;
}
.navbar a{
	color: #FFF;
	text-decoration: none;
}

.navbar span:hover{
	background-color: #2b8b20;
}
.navbar span.on{
	color: #FFF;
	background-color: #2b8b20;
}

#wrapper {
	width: 700px;
	margin-left: 278px;
	margin-top: 210px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-left: 5px solid #026073;
	border-right: 5px solid #026073;
	border-bottom: 5px solid #026073;
	border-top: 5px solid #2b8b20;
	float: left;
	padding: 5px;
}
#content {}
#content h2{
	margin: 0px;
	padding: 0px;
}
#content p{
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#footer {
	border-top: 2px solid #2b8b20;
	margin-top: 20px;
	height: 30px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 5px;
}
span.small{
	font-size: 12px;
}

.clear{
	clear: both;
}

