body {
	cursor: default;
	margin: 0px 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #844324;
	color: #000;
	text-align: center;
}

h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 2em;
	margin: 3em 0;
}

h2 {
	color: #fff;
	background: #269900;
	text-indent: .5em;
	font-size: 1.0em;
	font-variant: small-caps;
	margin-top: 2.0em;
}

h2.green {
	color: #fff;
	background: #269900;
	text-indent: .5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 5px;
}
h3 {
	font-size: 1.1em;
}

a {
	color: #00661A;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #009926;
	border-bottom: 1px solid;
}

a:visited {
	color: #009926;
}

img {
	border: 0;
}

#page {
	width: 900px;
	margin: 0 auto;
	color: #000;
	background: #EEE8AA;
	text-align: left;
}

	#header {
		width: 100%;
		height: 150px;
		background: url("eoslogo4.jpg") top left no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: bold;
		border-bottom: 1px solid #844324;
		border-top: 1px solid #844324;
		background: #EEE8AA;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #sidebar2 ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 5.5em;
		}
		
			#menu li a{
				color: #00661A;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #009926;
			}

	#content {
		float: left;
		width: 650px;
		padding: 0px 20px 30px 20px;
		border-right: 1px solid #844324;
		background: #FBFFF0;
	}

	#sidebar {
		margin: 0px 0 0 -1px;
		padding: 0 0 0 30px;
		float: left;
		width: 150px;
		font-size: 13px;
		border-left: 1px solid #844324;
	}
	#sidebar2 {
		margin: 0px 0 0 -1px;
		padding: 0 0 0 30px;
		float: left;
		width: 150px;
		font-size: 13px;
		border-left: 1px solid #844324;
	}
		#sidebar2 {
		margin: 0px 0 0 -1px;
		padding: 0 0 0 30px;
		float: left;
		width: 150px;
		font-size: 13px;
		border-left: 1px solid #844324;
	}
#sidebar1 {float: left; width: 150px; margin-bottom: 2px; border: 0px solid; font-size: 13px;border-left:}
#sidebar1 ul {list-style: none; margin: 0; padding: 1px;}
#sidebar1 li {display: block; margin: 0; margin-top: 2px; margin-bottom: 1px; padding: 0px; float: left;}
#sidebar1 a {display: block; width: 150px; margin: 1px; padding:5px 5px 5px 5px; border: 1px solid; color: black; font-weight: standard; text-decoration: underline; background-color: #FFF8DC;}
#sidebar1 a:hover {border: solid 1px #0066cc; background-color: #A0522D; color: #ffffff;}

.center { 
    text-align:center;
    display:block;
    margin-left: auto;
    margin-right: auto;
    } 
	
	
	#footer {
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #009E28;
		text-align: center;
		font-size: 0.8em;
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}
hr {
  border: 0;
  width: 100%;
  color: #269900;
background-color: #269900;
height: 5px;
}

p.statement {
	font-size: 10px;
	line-height: normal;
}

p.center  {
text-align: center;
}
