/* CSS Document */

body {	margin:0px auto 16px auto;
	/*background:url(../imgs/backedge.gif) center repeat-y;*/
	/*background:url(../imgs/backedge.gif) top repeat-y;*/
	font-family:"Times New Roman", Times, serif;
	/*font-family:Verdana, sans-serif*/
	font-size:10px;
	padding:0px;
	width:840px;
	background-color:#008800;
	/*background-position: 50% 61px;*/
	
}

#main {
	margin-top:4px; 0px auto 0px auto;
	padding:0px;
	width:840px;
	
}

#mainback {
	margin-top:0px; 0px auto 0px auto;
	padding:0px;
	background:url(../imgs/backedge.gif) center repeat-y;
	width:840px;
	
}  



#mainbackJ {
	margin-top:0px; 0px auto 0px auto;
	padding:0px;
	background:url(../imgs/backedge.gif) center repeat-y;
	width:840px;
	font-family:Verdana, sans-serif
	
}
   

#navbar {
	margin-top:0px; 0px auto 0px auto;
	padding:0px;
	background:url(../imgs/titleu.gif) no-repeat;
	/*border:#0000FF 1px solid;*/
	width:840px;
	height:57px;
}   

#navcontainer {
	margin-top:0px; 0px auto 0px auto;
	padding:0px;
	/*background:url(../imgs/titleb.gif) no-repeat;*/
	/*border:#0000FF 1px solid;*/
	width:840px;
	height:38px;
} 

ul#navlist
{
margin-left: 0;
padding-left: 8;
white-space: nowrap;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 1px 2px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
/*background-color: #999;*/
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #777;
text-decoration: none;
}

#active {
font-size:16; font-weight:bold;
}


a:link {
	color: A3A3A3;
	text-decoration: underline;

}

a:visited {
	color: A3A3A3;
	text-decoration: none;
}



