body {
	background-image: url('/images/back-bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
}
#main {
	width: 940px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -470px;
}
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url('/images/wrap-bg.jpg');
	background-repeat: repeat-y;
	border: solid 3px #2a08c1;
}
#header {
	font-family: Georgia, serif !important;
	position: relative;
	width: 100%;
	height: 130px;
	padding: 0px;
	margin: 0px;
	background-color: #e7e2e9;
	border-bottom: solid 3px #2a08c1;
}
#tabs_box {
	position: absolute;
	left: 45px;
	bottom: 1px;
	height: 21px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.tab {
	float: left;
	width: 140px;
	padding: 0px 7px 5px 7px;
	margin: 5px 10px 0px 0px;
	border: solid 1px #2a08c1;
}
.tab_selected {
	background-color: #aec9b2;
	width: 140px;
	float: left;
	padding: 0px 7px 5px 7px;
	margin: 5px 10px 0px 0px;
	border: solid 1px #2a08c1;
}
.navtext {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
}
.navlink {
	color: #2a08c1;
}
#sidebarleft {
	float: left;
	width: 160px;
	padding: 10px;
	margin: 0px;
}
#content {
	float: left;
	width: 730px;
	padding: 15px;
	margin: 0px;
}
#footer {
	clear: both;
	width: 730px;
	padding: 0px 15px 10px 15px;
	margin: 0px 0px 0px 160px;
	color: #2a08c1;
	font-family: Georgia, serif !important;
}
#footer p {
	text-align: center;
        font-size: 13px;
	margin-top: 4px;
}
#spacer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 20px;
}
#content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #2a08c1;
	font-size: 20px;
}
#content h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #34794b;
	font-size: 18px;
}
#content a {
	font-weight: bold;
}
.border {
	border: solid 1px #2a08c1;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #2a08c1;
	font-weight: bold;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
