body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-color: #ebebeb;
	background-image: url(images/backTile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #3f3f3f;
	
}

body a:link { color: #506949; text-decoration: underline; }
body a:hover { text-decoration:underline; }
body a:visited { color: #394b34; text-decoration:underline }
body a:active { color: #48B01B; }


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #233f61;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 10px;
	color: #233f61;
}

.bottom {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #233f61;
}

.botnav {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	color: #3f3f3f;
	padding-top: 5px;
}

#container {
	width:760px;
	margin:0 auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align:left;
	align:center;
	
}
/* bottom text */


/* design stuff */

.tableback {
	background-image: none;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5c6d0;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b5c6d0;
	border-left-color: #b5c6d0;
	padding-bottom: 10px;
	
}

/*left nav */
#leftnav
{
	padding: 0px;
	margin-left: 0;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	width: 230px;
}

#leftnav ul
{
	margin:0px;
	padding:0px;
}

#leftnav li
{
	list-style: none;
	margin: 2px;
	border: 1px solid #b5c6d0;
	text-align: left;
}

#leftnav li a
{
	display: block;
	padding: 1px;
	padding-left: 10px;
	color:#233f61;
	border-left: 20px solid #b5c6d0;
	text-decoration: none;
	* width:190px; /*only ie will see this style - http://centricle.com/ref/css/filters/tests/star_html/*/
}

#leftnav li a:link { color: #448; }
#leftnav li a:visited { color: #448; }

#leftnav li a:hover
{
	border-color: #233f61;
	background: #FFF;
}

#leftnav li a.current
{
	border-color: #233f61;
	border-left: 0px;
	padding: 0px;
	color:#FFFFFF;
}

#leftnav li a.current:hover
{
	border-color: #233f61;
	border-left: 0px;
	padding-left: 0px;
	background-color:#e05922;
	color:#FFFFFF;
}

#leftnav li.current
{
	border: 1px solid #233f61;
}

#leftnav li.heading
{
	background-color:#e05922;
	border-color:#e05922;
	color:#FFF;
	padding: 1px;
}

#leftnav_heading
{
	display:block;
	border:1px solid #FFF;
	width:205px;
	padding-left:15px;
	
	background-image: url(images/arrow.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}

* #leftnav_heading
{
	background-position: 5px 2px;
}

