@charset "UTF-8";
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ACA18B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;
	background-repeat: no-repeat;
	font-weight: bold;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	color: #FFFFFF;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.HeaderBottom {
	background-image: url(../images/yellow4up.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	z-index: 20;
	float: left;
	position: absolute;
	top: 100px;
	margin-left: 0px;
}
.HorzBar {
	background-image: url(../images/yellow1x2.png);
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 22px;
	vertical-align: top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.AlignRight {
	background-position: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 60px;
	position: absolute;
	z-index: 20;
}
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2000;
}
#NavBottom {
	margin-left: 127px;
}
#Lbar {
	left: 6px;
	top: 5px;
	height: 100%;
	width: 150px;
	position: absolute;
	z-index: 1;
	float: left;
}
.logoName {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 320;
	visibility: visible;
	position: absolute;
	top: 24px;
	background-position: right;
	left: 194px;
}
.AccentColor {
	color: #B3A26D
}
.GBEB {
	margin-left: 160px;
	position: absolute;
	top: 778px;
	left: 58px;
}
.sideBkgd {
	background-image: url(../images/sidebar.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 100%;
}
.navBot {
	width: 100%;
	z-index: 1;
	margin-left: 150px;
	position: absolute;
	top: 670px;
}
#nav{
	margin: 0;
	padding: 0;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#nav li{
display: inline;
}

#nav li a{
	float: left;
	color: #4E4E4E;
	padding: 2px 11px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/graybg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #666666;
}

#nav li a:visited{
color: #4E4E4E;
}

#nav li a:hover{
	color: #4E4E4E;
	background-image: url(../images/graybg_on.gif);
}

#nav li a#farleft{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#nav li a#farright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
.offwhitebody {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #C6C198;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-size: 15px;
	color: #CFC1A7;
	padding-right: 2px;
	vertical-align: middle;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 14px;
	color: #B3A26D;
	text-align: center;
	font-weight: bold;
}
h5 {
	font-size: 16px;
	color: #ACA18B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
h6 {
	font-size: 10px;
	color: #B3A26D;
	text-align: center;
}
.GBEBLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00CC9E;
}
