body {
	background-color: #003300;
	font-family: Arial, Helvetica, sans-serif;
}

.h1 {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}

.extra-pad{
  padding=5em;
	padding: 2em;
}

.no-style{
	font-style: normal;
	font-weight: normal;
}

#header-table{
	background-color: #003300;
}

#header-comment{
	color: #336600;
	vertical-align: top;
	text-align: center;
	font-size: small;
	font-style: italic;
	padding-top: 5px;
}

#topnav
{
	padding: 0em;
	width: 98%;
	position: relative;
	height: 0px;
	margin: 0 auto;
	background-color: #999900;
	
}

#topnav ul
{
	padding-left: 0;
	background-color: #660000;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	font-size: small;
}

#topnav ul li {
	display: inline;
	background-color: #660000;
}

#topnav ul li a
{
padding: 0.2em 1em;
background-color: #660000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#topnav ul li a:hover
{
background-color: #FFFFFF;
color: #000000;
}


#featured-home{
	float:left;
	width: 300px;
	height: 370px;
	padding: 0px 10px 0px 10px;
	float: left;
	display: block;
}

 #container
{
	background-color: #fff;
	color: #000000;
	margin: 5px auto 0px auto;
	width: 98%;
}


#leftcol
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 1em;
	overflow: auto;
	margin-top: 1em;
}

#content
{
	margin-left: 340px;
	padding: 1em;
	background-color: #F8F4EF;
	border-left-color: #660000;
	border-left-width: 1px;
	border-left-style: solid;
}

#footer
{
	clear: both;
	color: #FFFFFF;
	background-color: #660000;
	border-top: 1px solid gray;
	width: 98%;
	position: relative;
	height: auto;
	margin: 0 auto;
	text-align: center;

}

#footer a:link{
	color: #99FF99;
}

#leftnav p { margin: 0 0 1em 0; }

#content h2 { margin: 0 0 .5em 0; }

.quick-list{
	font-size: smaller;
	color: #000000;
	background-color: #EFFFDF;
}


.quick-list a{
	color: #660000;
}

.quick-list a:visited{
	color: #336600;
}

#staff-box{
	height: 100px;
	width: 100%;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	margin: 0;
	text-align: center;
	display: block;
	padding-top: 10px;
	overflow: auto;
	color: #99CC00;
	font-size: small;
	border: none;
}

#logo-slogan{
	vertical-align: baseline;
	font-size: smaller;
	color: #99FF66;
	width: 186px;
	height: 10px;
	display: block;
	position: absolute;
	left: 170px;
	top: 86px;
}
