body        { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background: #9f9 url(images/bg.gif) }
p {}
td {}
#header      { margin: 0px; padding: 30px 0px 10px; width: 900px }

#wrapper    { background: url(images/wrapper.gif) no-repeat left top; margin: 0px; padding: 0px; width: 900px; height: 100%; min-height: 140px }
#content       { background: white url(images/body.gif) repeat-y; margin: 0px; padding: 0px; position: relative; z-index: 1; width: 900px; height: auto; min-height: 500px }
#topleft    { text-align: left; float: left; margin-left: 175px; padding-top: 30px; padding-bottom: 10px; width: 600px }
#bottomleft  { text-align: left; float: left; margin-left: 175px; padding-bottom: 10px; width: 600px; _clear: left  }
#rightpane      { text-align: left; margin-left: 585px; width: 285px }
#footer   { font-size: 12px; background: url(images/footer.gif) no-repeat; text-align: left; clear: both; padding-top: 20px; padding-bottom: 10px; padding-left: 10px; width: 900px; height: 100%; min-height: 140px }

#doc {
	width: 900px;
	margin: 0 auto;
}

/* -------- Menu / Header Sub Zone Rules ---------- */

/* ---- This Menu will need to use the Alt. Layout with
the subMenu as a child of the mainMenu ----- */

#Menu {
	padding-right: 15px;
	min-height: 44px;
	height: auto !important;
	height: 44px;
}

#Menu ul {
	float:right;
	margin-right: 10px;
	list-style:none;
	margin: 0;
	padding: 0;

}

ul#mainMenu li  { background: url(images/menu_bg_lft.gif) no-repeat left top; float: left; margin: 0 0 0 2px; padding: 0 0 0 9px; _margin: 0 0 0 1px; display: block }

ul#mainMenu li a  { color: black; font-weight: bold; font-size: 22px; text-decoration: none; background: url(images/menu_bg_rt.gif) no-repeat right top; text-transform: uppercase; padding: 5px 12px 4px 6px; display: block }


ul#mainMenu li a:hover { color: white }

ul#mainMenu li.active a {
	background-position: right bottom;
}

ul#mainMenu li.active {
	background-position: left bottom;
}

ul#subMenu li a {
	text-decoration: none;
	font-family: Georgia, Verdana, Arial, sans-serif;
	border-bottom: 1px solid #bbb;
	padding: 5px 3px;
	display: block;
	width: 175px;
	color: #bbb;
	font-size: 18px;
}

ul#subMenu li a:hover, ul#subMenu li.active a {
	color: #888;
}
