@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #5e0300;
	background-image: url(../images/page_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	width: 745px;
	margin: auto;
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div#banner {
	padding: 0 0 6px 0;
    width: 745px;
	height: 315px;
	margin: auto;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#bannerbottom {
	padding: 0 0 0px 0;
    width: 745px;
	margin: auto;
	background-image: url(../images/content_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#content {
	padding: 10px 16px 10px 16px;
	font-size: 11px;
	line-height: 18px;
}
div#content h1 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 14px;
	text-align: justify;
}
div#content p {
	margin: 0;
	padding: 0 0 8px 0;
}
div#content img.padded {
	margin: 0;
	padding: 8px;
}
div#content div.left {
	float: left;
	width: 372px;
	padding: 0 12px 0 0;
	text-align: justify;
}
div#content div.right {
	float: right;
	width: 372px;
	padding: 0 0 0 12px;
	text-align: justify;
}
div#content div.linkbox {
	margin: 8px 0 8px 0;
	padding: 8px;
	background-color: #A9C098;
}
div#content a, div#content a:active, div#content a:visited {
	color: #5e0300;
	text-decoration: underline;
}
div#content a:hover {
	color: #5e0300
	text-decoration: none;
}
div#footer {
	width: 745px;
	margin: auto;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	padding: 3px 16px 0 16px;
	background-image: url(../images/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
}
div#footer div.left {
	float: left;
	width: 50%;
	text-align: left;
}
div#footer div.right {
	float: right;
	width: 50%;
	text-align: right;
}

div#footer div.right a, div.right a:hover, div.right a:focus, div#footer a:focus  {
	color: #FFFFFF;
	text-decoration: none;
}


div#footer div.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.separator {
	height: 16px;
	background-image: url(../images/separator.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.errors {
	color: #FF0000;
	padding: 8px 0 0 8px;
	margin: 0;
}
div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#wrapper { background: #f8f8f8; width: 745px; margin:auto}
#container1 { width: 745px; background: #f8f8f8; float: left; margin-right: -200px; }
#content { background: #f8f8f8; margin-right: 200px; border-right:1px dotted #ababab; }
#sidebar {  background: #f8f8f8; width: 200px; float: right; text-align:center; margin-top: 10px;  }

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 120px;
padding-left: 620px;
padding-top: 75px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 14px;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:120px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 14px;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:120px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {

background-color: #FFFFFF;
border-bottom: 1px dashed #C39C4E;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
}

#side_bar_image {
 text-align: center;
    display: block;

}


</style>