body { 
margin: 0px 20px 0px 20px;
background-color: #e8e8e8;
background-image: url(../images/background.gif);
}
#present {
background-color: #ffffff;
width: 875px;
margin: 0px auto -1px auto;
border: 1px #cccc99 solid;
}
#banner {
width: 875px;
height: 112px;
margin-top: 0px;
background-image: url(../images/banner.gif);
background-repeat: no-repeat;
}
#navbartop{
width: 875px;
height: 15px;
margin-left: 0px;
background-image: url(../images/border.gif);}
#main {
background-color: 
text-align: left;
line-height: 1.1em;
margin-left: 215px;
padding: 1em;
}
#mainalt{
	margin-left: 15px;
}
#leftnav {
float: left;
padding: .5em;
width: 200px;
}
#mainleft {
	padding: .4em;
	float: left;
	width: 255px;
}
#mainright {
	padding: .4em;
	float: right;
	width: 325px
}

#footer {
text-align: center;
width: 875px;
clear: both;
margin: 0;
padding: .5em;
margin: 0px auto -1px auto;
}
/***** Text Styles *********/
p.maintext, p.center, p.maintextcenter, p.maintextright, p.maintextleft {
	font-family: arial, verdana, helvetica;
	color: Black; 
}
p.mvtbanner {
font-size: .5em;
font-family: Arial;
float: right;}

p.center, h1.center, h2.center, h3.center, p.maintextcenter{
text-align: center;
}
p.maintextright{
	text-align: right;
}
p.maintextleft{
	text-align: left;
}
.metric {
	color: Black;
	font-weight: bold;
}
h1, h2, h3 {
	
    text-decoration: none;
    font-family: arial, verdana, helvetica;
	color: #000000;
}
h1 {
	line-height: 1.5em;
	font-size: 1.3em;
}
h2 {
	font-size: 1em;
	text-decoration: none;
    font-family: arial, verdana, helvetica;
	color: #000000;
}
h3 {
	font-size: .8em;
}

.floatingright {
	float: right;
	padding: .5em;
}
.floatingleft {
	float: left;
	padding: .5em;
}


/***** End of Text and List Styles *****/


/********** Link Syles ************/



/********** End of Link Syles ************/


/********** Navigation ******************/

ul.leftnavlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ul.leftnavlist li {
	 margin: 0 0 3px 0;
	
}
ul.leftnavlist li a {
	background-color: #336699;	
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	color: #f2f2f2;
	text-decoration: none;
}
ul.leftnavlist li a:hover{
	color: #000000;
	background-color: #f9f9f9;
}
ul.leftnavlist li a#current{
	background: ActiveBorder;
	color: Black;
}
ol.subnav {
margin-left: 30px;
padding: 0;
list-style-type: none;
}
ol.subnav li{
	margin-top: 2px;
}
ol.subnav li a{
display: block;
background-color: #336699;
width: 136px;
padding: 2px 10px;
border: 1px solid #333;
text-decoration: none;
font-size: 12px;
font-weight: bold;
}
ol.leftnavlist li a#current{
	
}
ul.navlist {
	margin: 0px 0px 0px 7px;
	padding-right: .4em;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1em;
	list-style: none;
	display: block;
	border-width: 1px;
	float: right;
}
ul.leftnavlist{
	float: left;
}
ul.navlist li {
	padding-left: .4em;
	margin: 2px 2px 0 2px;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	display: inline;
	float: left;
	border-color: Gray;
	text-align: center;
}

ul.navlist li a {
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
}
ul.navlist li a:hover{
	color: Silver;
}
ul.navlist li#active a {
	font-weight: bold;
	font-weight: bolder;
	color: #ffeeb9;
}