/* Standard Colors
Tan: #FFF9DF;
logo-blue: #003399;
light-blue: #0099FF;
body-blue: #006699;
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0px;
	background: #FFF9DF;
}
p {
	font-size: 1em;
}
#main-wrapper {
	position: absolute;
	left: 50%;
	width: 770px;
	margin-left: -385px;
	min-height: 100%;
	background: #FFFFFF;
		border: 1px solid #003399;
}
/* header image */
#header-image {
	float: left;
	width: 100%; 
	background-color: #003399;
}
/* footer stuff */
#footer {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: .8em;
	color: white;
	background-color: #003399;
	clear: both;
}
/* main-content */
#content-wrapper {
	position: relative;
	background: #FFFFFF;
	width: 770px;
	height: 100%;
	min-height: 100%;
	clear: both;
}
#sidebar {
	float: left;
	width: 172px
	padding: 0px 12px;
	margin: 0;
	text-align: center;
}
#topbar {
	width: 596px;
	float: right;
	padding: 0;
	margin: 0;
}
#content {
	width: 572px;
	float: right;
	padding: 0;
	margin: 18px 18px 18px 18px;
	height: 100%;
}
/* menu bar */
#nav {
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	background-color: #FFFFFF;
}
#nav ul { 
	padding: 0;
	margin: 0 10px 10px 10px;
	list-style: none;
	background-color: #FFFFFF;
}
#nav li { /* all list items */
	float: right;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: 900;
	font-size: 1em;
	background: url(/images/nav/right.gif) no-repeat bottom right;
	text-align: center;
}
#nav a {
	display: block;
	margin: 0;
	width: 96px;
	color: #0000AA;
	text-decoration: none;
	background: url(/images/nav/left.jpg) no-repeat bottom left;
}
#nav li#current  {
	float: right;
	background: url(/images/nav/right_on.gif) no-repeat bottom right;
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-size: 1em;
	text-align: center;
}
#nav #current a {
	display: block;
	margin: 0;
	width: 96px;
	color: #3399FF;
	text-decoration: none;
	background: url(/images/nav/left_on.jpg) no-repeat bottom left;
}
#nav a:hover {
	color: #3399ff;
}
.eightem {
	font-size: .8em;
}
.nineem {
	font-size: .9em;
}
.indent12 {
	padding: 0 0 0 12px;
}
.indent6 {
	padding: 0 0 0 6px;
}
.italic {
	font-style: italic;
}
ul.printable {
	margin: 0;
	padding: 0;
	width: 720px;
}
ul.printable li{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	clear: both;
}
ul.printable li div{
	width: 150px;
	float: left;
}
ul.printable div.aRight {
	text-align: right;
	font-weight: 900;
	margin: 0 4px 0 0;
}
.hilite {
	font-weight: 900;
	color: #003399;
}
.hiliteReversed {
	font-weight: 900;
	color: #EFFBFF;
	background-color: #003399;
	vertical-align: bottom;
}
div.titleDiv {
	width: 770px;
	font-weight: 900;
	background-color: #00759F;
	color: #CCF2FF;
	border: 1px solid #CFF2FF;
	vertical-align: bottom;
}
div.altdiv1 {
	width: 770px;
	background-color: #CFF2FF;
}
div.altdiv2 {
	width: 770px;
}
.required {
	color: red;
	font-weight: 900;
}
.cl {
	text-align: right;
}
.debug {
	clear: both;
	position: absolute;
	top: 1200px;
}
.liteblue {
	background-color: #EFFBFF;
	color: #003399;
}
.aliceblue {
	background-color: aliceblue;
	color: #003399;
}
.litetan {
	background-color: #FFF9DF;
	color: #003399;
}
ul.niceform li.headthing {
	font-weight: 900;
	color: #CCDDFF;
	background-color: #003399;
	margin: 0 0 12px 0;
}

ul.niceform {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.niceform li {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
ul.niceform li div.nfleft {
	float: left;
	text-align: right;
	padding: 0 6px 6px 0;
}
ul.niceform li div.nfright {
	float: left;
	text-align: left;
}
ul.nicerow {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.nicerow li {
	float: left;
	text-align: left;
	padding: 0 6px 6px 0;
}
form.aliceblue ul.niceform li {
	background-color: aliceblue;
}
form.aliceblue ul.nicerow {
	background-color: aliceblue;
}
ul.dirlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.dirlist li {
	padding: 0 0 6px 0;
}
.w50 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w800 {
	width: 800px;
}
