body {
	background: #BCB3A7;
	font-family: Times New Roman, Times, serif;
	background: #FFFFFF;
}

h1 {
	font-size: 1.4em;
	color: #669933;
}
h2 {
	font-size: 1.2em;
	color: #003366;
	font-weight: bold;
}
hr {
	margin-top: 10px;
	width: 97%;
	color: #669933;
}
img {
	border: 0px;
}
.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 10px;
}
li {
	margin-left: -10px;
}
a {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:visited {
	color: #002255;
}
a:hover {
	color: #669933;
}

#encompass	{
	position: relative;
	width: 760px;
	height: 100%;
	z-index: 1;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	border-width: 5px;
	border-style: solid;
	border-color: #003768;
	background: url(../images/layout/bkg.jpg) no-repeat top center #A0CE67;
}

#top_banner {
	width: 760px;
	height: 120px;
	z-index: 1;
	margin: 0px;
	top: 0px;
	left: 0px;
	background: url(../images/top.gif);
}

#top_version {
	position: absolute;
	width: 500px;
	min-height: 16px;
	z-index: 2;
	margin: 2px;
	margin-left: 5px;
	top: 75px;
	left: 35px;
	background: #003768;
	text-align: left;
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

#content_area {
	width: 760px;
	padding: 0px;
	font-size: 0.8em;
}

#content_side {
	width: 570px;
	float: left;
	margin: 0px;
	background: #FFFFFF;
}
#menu_side {
	width: 190px;
	float: right;
	margin: 0px;
	color: #003366;
}
#logo {
	width: 570px;
	text-align: center;
	margin: 0px;
	top: 0px;
	left: 0px;
	background: #003768;
}
#banner {
	width: 190px;
}
.content_piece {
	margin: 10px;
	width: 550px;
	vertical-align: top;
}
.menu_piece {
	margin: 10px;
	width: 170px;
	vertical-align: top;
}
#sliver {
	border: 710px;
	clear: both;
	font-size: 0.1em;
	margin-bottom: 10px;
}