<style type="text/css" media="screen">
body {
	margin : 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background: #fff;
}

#menu {
	border-bottom : 2px solid #ccc;
	margin : 0;
	padding-bottom : 22px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
}

	
#menu a:link, #menu a:visited	{
	background : #cfd0c2;
	border : 2px solid #ccc;
	color : #315294;
	float : left;
	font-size : 15px;
	font-weight : bold;
	line-height : 12px;
	margin-right : 8px;
	padding : 4px 12px 4px 12px;
	text-decoration : none;
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 2px solid #fff;
	color : #333;

}

#menu a:hover	{
	color : #fff;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a {
	background : #fff;
	border-bottom : 2px solid #fff;
	color : #333;
}


#menu ul a:hover {
	color : #00f !important;
}

#contents {
	background : #fff;
	border : 2px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 3px 10px;
}


.featlistsubhead
{
text-align: left;
font: italic 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: underline;
color: #000;
padding : 3px 0px;
}


.featlistcontainer ul
{
list-style-type: none;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
line-height: 0.5em;
border: thin;
}

.featlistcontainer ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 16px;
text-align: left;
font: normal 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
}

.featlistcontainer ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: black;
}

.featlistcontainer ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #666;
}

