@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(graphics/oakbgphoto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	margin: 0px;
	background-attachment: fixed;
}
#whitebox {
	background-color: #FFFFFF;
	min-height: 80%;
	width: 750px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphics/graytexturebg.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}
#topcircle {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 196px;
	height: 132px;
	z-index: 10;
}
#grayband {
	background-color: #333333;
	height: 70px;
	width: 750px;
	margin-bottom: 0px;
	float: none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	}
html {
	height: 100%;
}
#greenband {
	background-color: #8cc63f;
	width: 750px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	position: relative;
	z-index: 3;
}
#overallcontainer {
	width: 750px;
	height: 100%;
	margin-top: -132px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #3D89B6;
	text-decoration: underline;
}
a:visited {
	color: #3D89B6;
	text-decoration: underline;
}
a:hover {
	color: #87BE26;
	text-decoration: underline;
}
a:visited:hover {
	color: #87BE26;
	text-decoration: underline;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#leftnav {
	float: left;
	width: 250px;
}
#rightnav {
	float: right;
	width: 250px;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8BB3C8;
	letter-spacing: 2px;
	text-transform: uppercase;
}
