/*
HerrmannBrown CSS style sheet
*/

* {
	margin: 0px;
	padding: 0px;
	outline-color: #000000;
	border: 1;
	vertical-align: top;
	padding-right: 0px;
	border-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	word-spacing: normal;
}


body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #076728;
	line-height: normal;

}

p, ol
{
	margin-top: 10px;
	width: auto;
	margin-left: 20px;
	border-color: #000066;
	margin-right: 20px;
	border-collapse: separate;
}

h1, h2, h3 {
	color: #92331D;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #203812;
	background-color: #F0F0F0;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #203812;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #203812;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #203812;
}

hr {
	display: none;
}


#main
{
width: 1002px;
margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}


/* Header */

#header {
	width: 1002px;
	padding: 0px 0px 0px 0px;
	height: 175x;
	color: #203812;
	}

#menu {
	float: left;
	height: 29px;
	width: 1000px;
	background: url(images/button.gif) repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {

	display: block;
	float: left;
	height: 29px;
	width: 200px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 1002px;
	height: 175px;
	margin: 0 auto;
	text-align: right;
    background: url(images/header.jpg) no-repeat
}


/* Page */

#page {
	width: 1002px;
	margin: 0 auto;
	border-top: 10px solid #ffffff;
	padding-top: 10px;
	background-color:#F4FFF5;
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-top-style: solid;
}



/* Content */

#content {
	width: 760px;
	float:right;
	padding: 7px 0px 7px 0px;
	border-left:1px solid #FFFFFF;
	border-right:px solid #FFFFFF;
}

#content H2
{
height: 22px;
padding-top: 5px;
padding-left: 15px;
width: 745px;
font-size: 14px;
color: #203812;
}

#content H2 a
{
color: #C7F8B6;
}


/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 200px;
	margin-left: 0px;
}

#sidebar2 h2 {
	background: url(images/title.gif) no-repeat left top;
	height: 27px;
	width: 214px;
	color: #FFFFFF;
	padding-left: 10px;
	margin-left: 0px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 0px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 0px;
}



/* Footer */
#footer
{
	height: 45px;
	width: 1002px;
	font-size: 9px;
	color: #ffffff;
	padding-top: 8px;
	text-align: center;
	clear:both;
	padding: 0px 0px 0px 0px;
	background: url(images/button.gif) repeat-x;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	float: left;
		
}

#footer a
{
color: #ffffff;
}

