
body {
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/bodywrapgrad.gif) left top repeat-y;
	height:100%;
	font-family: "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
	font-size: .8em;
	line-height: .9;
}

#wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    height:auto;
    width:100%;
    min-height:100%;
    background:transparent url(../images/bodywrapgrad-reverse.gif) right top repeat-y;
}
	
* html #wrap {
    height:100%;
}

#topnav {
	float:left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	background:#ffba68 url(../images/nav_bg.gif) repeat-x bottom left;
}

#topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav a {
	float: left;
	display:block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color:#333;
	text-decoration:none;
	border: 1px solid #9B8748;
	border-bottom:none;
	background:#ffba68 url(../images/off_bg.gif) repeat-x top left;
}

#topnav a:hover, #topnav a.menu_active {
	color:#333;
	padding-bottom:5PX;
	border-color:#727377;
	background:#fff url(../images/on_bg.gif) repeat-x top left;
}

.subnav {
	float:left;
	width: 100%;
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style: none;
	background: url(../images/nav_bg.gif) repeat-x bottom left;
}

.subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.subnav a {
	float: left;
	display:block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color:#43912e;
	text-decoration:none;
}

.subnav a:hover, .subnav a.select {
	color:#91c963;
}

#banner {
    margin:0px auto;
    width:70%;
    padding:1px;
    text-align:left;
}

#main {
	clear:both;
    margin:0px auto;
    width:70%;
    padding:3px;
    text-align:left;
}

#content {
	clear:both;
	margin:0.25em;
}


h4.pageHeader {
	padding:0;
	margin-top:0.5em;
	margin-bottom:0.25em;
}

hr {
	padding:0;
	margin:0.25;
}

/* rounded corner box
================================== */

.box {
	background: url(../images/bottom-left.gif) no-repeat left bottom;
}

.box-outer {
  background: url(../images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: .5em;
}

.box-inner {
  background: url(../images/top-left.gif) no-repeat left top;
}

.box h2 {
  background: url(../images/top-right.gif) no-repeat right top;
  padding-top: .75em;
  font-size: 1.1em;
}

.box h2, form, p, table {
  padding-left: .75em;
  padding-right: .75em;
}


