.menuContainer {
	background-color: #000;
	padding: 1px;
	border: 1px solid #9e8f27;
}

body, p, td, div, ul, li { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }

.body { }
.bodybold { line-height: 20px; font-weight: bold; }
.section { font-size: 16px; font-weight: bold}
.docheader { font-size: 16px; font-weight: bold; }
.sub { font-size: 11px; }
.altbody { }
.footer { font-size: 11px; line-height: 17px; color: #FFF; }

a.quicklink { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }
a.quicklink: visited { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }
a.quicklink: hover { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }
a.stdlink { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }
a.stdlink: visited { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }
a.stdlink: hover { font-size: 11px; color: #9e8f27; line-height: 14px; text-decoration: underline }

.menuContainer 	{
	background-color: #000;
	padding: 1px;
	text-align: left;
}

.menuCell { padding: 0px; padding-left: 4px;}
.menuCell a, .menuCell a:visited { color: #9e8f27; text-decoration: none; }

.menuCellOver { background-color: #fff; padding: 0px; padding-left: 4px;}
.menuCellOver a, .menuCellOver a:visited, .menuCellOver a:hover { color: #000; }


a.menu td 	{ 
	color: #000; 
	padding-right: 8px;
}

a.menu, 
a.menu: visited,
a.menu: hover { font-size: 11px; line-height: 15px; color: #000; padding-left: 4px; text-decoration: none; font-weight: bold}
a.menu: hover { background-color: #000; }

a.pageutil { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }
a.pageutil: visited { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }
a.pageutil: hover { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }

a.sectionpath { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }
a.sectionpath: visited { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }
a.sectionpath: hover { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }
a.sectionpath: hover { font-size: 11px; line-height: 16px; color: #9e8f27; text-decoration: none; }

.pollTable, 
.discussTable { background-color: #FFF; }

.discussHeader, 
.pollHeader {
	background-color: #9C9;
	color: #c00;
	font-weight: bold;
	border-bottom: 1px solid #063;
	text-decoration: underline;
}

a { color: #9e8f27; }

b { font-weight: bold; color: #03C; }
i { text-decoration: italic; }
u { text-decoration: underline; }

/*   Layout styles   */
body { margin: 0px; }
#container { width: 755px; margin:0 auto 0 auto; text-align: left; }
#head { width:755px; text-align:right; background-color:#000000;}
#navigation { width: 755px; border-top:1px solid #9E8F27; background-color:#000000;}
#navigation img { float: left;  border: none; }
#content { float:left; width: 755px; border:1px solid #9E8F27; background: #FFF url(/images/bcgrd-doc.gif); }
#leftcolumn { float:left; width: 520px; padding:12px; }
#rightcolumn {float:right; padding:12px; }
#module {width: 156px;}
#footer { float: left; height:96px; width: 755px; border-bottom:1px solid #9E8F27; border-right:1px solid #9E8F27; border-left:1px solid #9E8F27;}

.search { background: #4e4e4e; position: relative; margin-top: 42px; height: 22px; width: 165px; float: right; }
.search-text { color: #a6a6a6; font-weight: bold; font-family: helvetica, sans-serif; font-size: 13px; line-height: 22px; margin: 0; background: none !important; border: none; width: 155px; }
.search-submit { position: absolute; top: 4px; right: 5px; }

.floatleft { float: left; }
.clear { clear: both; }
