
.SpamCatcher{display:none;}

body {
	font-size:62.5%	;
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	/* color:#fff; updated 9/10 */
    background:#4f6826;
}
p {
	margin-bottom:20px;
	line-height:1.7;
	color:#000;
}
a {
	color:#fad103;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
    font-family:Georgia, "Times New Roman";	
	font-size:16pt;
	margin-bottom:15px;
}

/* LAYOUT STYLES */
table.PageBoundingBox, table.ContentBoundingBox, #header-wrapper, #footer-wrapper, #main-content-wrapper {
	width:100%;
}
#header-wrapper {
	background:url('/images/system/int-header-bg-tile.gif') repeat-x 0 0;
	height:108px;
	clear:both;
	float:left;
        color:#fff; /* added 9/10 */
}
#header-content {
	width:953px; /* 953 minus padding */
	clear:both;
	float:left;
	position:relative;
}
td.MainContent {
	width:100%;	
}
#footer-content {
	width:953px;       
        position:relative;
	clear:both;
	float:left;
}
/* ---- TOP HEADER LINE STYLES */

/* ---- TOP NAV BAR ----- */
ul#top-nav {
	padding:12px 0 0 32px;
	height:32px; /* 44 minus 12 padding top */
	float:left;
}
ul#top-nav li {
	display:inline;
}
ul#top-nav a {
	font-size:8pt;
	color:#fff;
	padding:0 5px 0 5px;
}

/* --- quicklinks ---- */
#PositionQuicklinks {	
	width:155px;
	height:19px;
	position:absolute;
	right:190px;
	top:12px;
}
#PositionQuicklinks select {
	font-size:8pt;
	width:140px;
	color:#616161;
	float:left;
	border:none;
	height:19px;
	padding:2px 1px 1px 2px;
	line-height:1;
	margin:0 0 0 8px;
}
/* --- search box area --- */
#pnlSearch {
	background:url('/images/system/search-box-bg.gif') no-repeat 0 0;
	width:180px;
	height:19px;
	position:absolute;
	top:12px;
	right:0;
}
input#txtSearch {
	border:0;
	width:120px;
	font-size:8pt;
	color:#616161;
	margin:2px 0 0 10px;
	float:left;
}
input#ibSearch {
	float:left;
	margin:-1px 0 0 13px;
}

/* ---- FOOTER ----*/
#footer-wrapper {
	clear:both;
	background:url('/images/system/inner-footer-bg-tile.gif') repeat-x 0 0;
}
#footer-content {
	padding:69px 0;
        color:#fff; /* added 9/10 */
}
ul#footer-nav {	
	text-align:right;
	padding:3px 30px 3px 0;        
}
#footer-nav li {
	display:inline;
}
#footer-nav a {
	font-size:7pt;
	color:#fff;
	padding:0 5px 0 5px;
}
p#footer-text{
	text-transform:uppercase;
	font-size:8pt;
	color:#fff;
	line-height:2.3;
	margin-bottom:3px;
	padding:15px 0 0 30px;
}
ul#footer-nav2 {
	margin-left:30px;
}
#footer-nav2 li {
	display:inline;	
}
#footer-nav2 a {
	font-size:7pt;
	text-transform:uppercase;
	padding:0 4px 0 0;
}

