a {
    color: #0B0DBF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #0473A4;
	text-decoration: underline;
}

a.black {
    color: #000;
}

a.black:hover {
	color: #000;
}
#footer {
	color: #777;
	padding-bottom: 10px;
	text-align: center;
}

#footer a {
    color: #888;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
	text-decoration: underline;
}
#outerDiv { background-color: #e3e3e3; width: 800px; height: auto; margin-right: auto; margin-left: auto; }
#headDiv { position: absolute; top: 0; width: 800px; height: 140px; z-index: 0; overflow: hidden; clip: rect(auto auto auto auto); min-width: 800px; max-width: 800px; }
#headDivImagery { background-color: #9a8545; position: absolute; top: 0; left: 0; width: 800px; height: 100px; z-index: 0; }
#headDivNavBar { position: absolute; top: 100px; left: 0; width: 800px; height: 40px; z-index: 0; }
#NavBarBase { position: absolute; top: 0; left: 0; width: 800px; height: 40px; z-index: 0; }
#NavBarSeps { position: absolute; z-index: 1; top: 0; left: 0; width: 800px; height: 40px; }
#NavBarButtons { position: absolute; z-index: 2; top: 0; left: 0; width: 800px; height: 40px; }
#bodyDiv { background-color: #e3e3e3; position: absolute; top: 140px; z-index: 0; width: 800px; height: auto; overflow: hidden; min-width: 800px; max-width: 800px; }
