
body {
	background-color: #eaeaea;
	margin-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

.header {  /* used for titles */
	font-size:18px;
	font-weight:700;
	color:#333333;
}

.smallerHeader {  /* used for titles */
	font-size:16px;
	font-weight:700;
	color:#505050;
}

.smallestHeader {  /* used for titles */
	font-size:12px;
	font-weight:700;
	color:#666666;
	font-style:italic;
}

#content {
	padding:10px 10px 10px 10px; 
	margin:0; 
	text-align:left;
	background-image: url(../images/spruce.jpg);
  	background-position: bottom right;
  	background-repeat: no-repeat;
}

#navcontainer ul {
	padding-left: 6px; /* space between first link and left edge of menu */
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin-left: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	background:url(../images/bg1.gif) repeat-x bottom left #f4f4f4;
	padding: 3px 7px 3px 6px; /* padding around the letters in each link:  top, right, bottom, left*/
	color:#505050;
	text-decoration: none;
	float: left;
	border-bottom:1px solid #d8d8d8; 
	border-left:4px solid #ccc; 
	border-right:1px solid #d8d8d8; 
	border-top:1px solid #d8d8d8; 
	margin-right:4px; /* padding between each link */

}

#navcontainer ul li a:hover
{
	background:url(../images/bg2.gif) repeat-x bottom left #f4f4f4;
	border-bottom:1px solid #b0b0b0; 
	border-left:4px solid #FF0000; 
	border-right:1px solid #b0b0b0; 
	border-top:1px solid #b0b0b0; 
	color:#000000;
}

.footer {

	color: #9F9F9F;
	font-size: 11px;
}

.menuFrame {
	border-top:solid 1px #CCCCCC; 
	border-bottom:solid 1px #CCCCCC;
	background-color:#333333;
	height:35px;
	background-image: url(../images/eop.gif);
  	background-position: center right;
  	background-repeat: no-repeat;
}

#announce {
	background:url(../images/menubg.gif) repeat-x bottom left #f4f4f4; 
	border-bottom:1px solid #d8d8d8; 
	border-left:4px solid #ccc; 
	border-right:1px solid #d8d8d8; 
	border-top:1px solid #d8d8d8; 
	color:#707070; 
	line-height:1.3em; 
	margin:6px;
	padding:3px 3px 3px 3px;
	
}

.news {
	background-image: url(../images/newsBar.jpg);
  	background-position: top left;
  	background-repeat: no-repeat;
}

.newsHeader {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	padding-left:2px;
}

.newsItem {
	color:#666666;
	font-weight:normal;
	font-size:11px;
	padding-left:2px;
}

.contact {
	border-top:1px solid #CCCCCC; 
	padding-top:3px;
	color:#666666;
}


a:link {
	color: #166090;
}
a:visited {
	color: #166090;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}