* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #120c0c;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(images/outer_wrapper_bg.jpg);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 3px;
	display: inline;
}
h4 {
	font-size: 10pt;
}
a {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: repeat-y;
}
#banner {
	width: 100%;
	}
#menu {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
}
#menu a {
	color: #77797E;
}
a:hover {
	color: #666666;
}
#menu a:visited {
	color: #77797E;
}
#menu a:active {
	color: #77797E;
}
#menu li {
	display: inline;
	margin-left: 10px;
}
#mainindex {
	background-color: #2A542B;
	height: 400px;
	position: relative;
}
#mainindex img {
	position: absolute;
	bottom: 561px;
	right: 4px;
	width: 254px;
	height: 68px;
	
}
#mainindex2_img {
	width: 244px;
	height: 88px;
	margin-top: 25px;
	margin-right: 100%;
	margin-left: 80%;
	position: absolute;
	left: -152px;
	top: 2px;
	}
	
#headingbar {
	height: 20px;
	width: 100%;
	text-align: center;
	color: #CCCCCC;
	font-size: 13pt;
	padding-top: 2px;
	margin-bottom: 15px;
}
#leftcolumn {
	width: 430px;
	margin-right: 40px;
	float: left;
	margin-top: 20px;
}
#rightcolumn {
	width: 430px;
	margin-left: 0;
	margin-top: 20px;
	height: 1%;
	float: right;
}
#footerbar {
	font-size: 8pt;
	text-align: right;
	width: 100%;
	margin-top: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2A542B;
	margin-bottom: 50px;
}
#officetable {
	font-size: 8pt;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77797E;
}
#officetable td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #77797E;
}
#officetable th {
	font-weight: bold;
	color: #2A542B;
	vertical-align: bottom;
}
.clearfloat {
	clear: both;
}
.greentext {
	color: #FFFFFF;
}
.table {
	width: 100%;
	text-align: center;
}
.table th {
	color: #999999;
	font-weight: normal;
}
.letteredlist  {
	margin-left: 40px;
}
.smalltext {
	font-size: 8pt;
}
.smallertext {
	font-size: 6pt;
}
.centered    {
	text-align: center;
}
.graphkey1 {
	margin-left: 30px;
	list-style-image: url(images/light-box.jpg);
}
.graphkey1 li {
	margin-left: 0;
}
.graphkey2 {
	margin-left: 30px;
	list-style-image: url(images/dark-box.jpg);
}
.graphkey2 li {
	margin-left: 0;
}
.graphkey3 {
	margin-left: 30px;
	list-style-image: url(images/green-box.jpg);
}
.graphkey3 li {
	margin-left: 0;
}
.printonly {
	display:none;
}
.printclearfloat {
	display:none;
}
.printspacer {
	display:none;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:11px;
	font-weight:normal;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	font-family:Arial, Verdana, sans-serif;
	border-bottom:4px solid #2A542B;
	border-top:1px solid #C0E2D4;
}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{display:block;float:left;color:#874B46;text-decoration:none;padding:12px 20px 0 20px;height:24px;background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}
ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
