body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    background-color:#fff;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    line-height: 15px;
}

h1 { font-size: 20px; color: #04773c; margin-top: 15px; }
h2 { font-size: 17px; margin-top: 20px; }
p { text-align: justify; margin-top: 20px; }
a:link, a:active, a:visited { color: #075e91; }
a:hover { text-decoration: none; }
.clear { clear: both; }

table { width:100%; border:1px solid #d8a463; background-color:#fff; margin-top:10px; }
tr:hover { background-color:#f7d9b5; }
td { padding:2px 4px; border-top:1px solid #f7d9b5; }
th { padding:2px 4px; }
.th, .th:hover { background-color:#d8a463; }
.subhead, .subhead:hover { font-weight:bold; line-height:30px; background:none; }

#container {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -492px;
	text-align: left;
    border: 1px solid #878d59;
}

#site_bg {
	position: absolute;
	width: 100%;
    height: 100%;
    z-index: -1;
}

#header {
    background: url('../img/banner_bg.jpg') no-repeat;
    height: 85px;
}

#logo {
    margin-left: 40px;
    background: url('../img/banner_logo.png') no-repeat;
    width: 260px;
    height: 80px;
}

#search_box {
    position: absolute;
    top: 30px;
    right: 40px;
}

#query {
	border: 1px solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#666;
}

#main_menu {
	border: 1px solid;
	padding-top:1px;
    margin: 10px 40px 5px 41px;
	background-color: #04773c;
}

#breadcrumbs .sep {
	background: url(../img/breadcrumbs_separator.png) no-repeat; 
	width: 16px;
	height: 16px;
	display: inline-block;
    margin: 0 3px;
}

#content_top {
    background: url('../img/content_bg_top.png') no-repeat;     
    height: 10px;
}

#content {
    background: url('../img/content_bg_mid.png') repeat-y;     
    padding:0 40px 0 40px;
}

#content.with_sidebar {
    background: url('../img/content_bg_mid_sb.png') repeat-y;
}

#content #body {
    padding: 0 20px 20px 20px;
}

#content.with_sidebar #body {
    float:left;
    width: 660px;
}

#content #sidebar {
    display: none;
}

#content.with_sidebar #sidebar {
    float:right;
    width: 200px;
    display: block;
}

#sidebar h1 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    background-color: #04773c;
    padding: 5px 10px 5px 10px;
}

#sidebar h2 {
	margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
}

#sidebar p {
    padding: 0 10px;
}

#page_controls {
    padding: 10px 0;
}

#breadcrumbs {
    float: left;
}

#buttons {
    float: right;
}

#content_bottom {
    background: url('../img/content_bg_bottom.png') no-repeat;     
    height: 10px;
}

#footer {
    padding: 10px 40px;
    text-align: center;
}

#bookmark {
    padding-top: 15px;
}

#copyright {
    padding-top: 10px;
}