/* CSS Document */


#navigation
{
	background-image: url(bg_xxx.gif);
	width: 725px;
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
	height: 100%;
}

#navigation a:hover
{
	color: #336600;
	text-decoration: none;
	font-size: 13px;
}

#main
{
	width: 740px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	}

#footer
{
	width: 730px;
	float: left;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.nav {
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.nav:link {
	color: #999900;
	text-decoration: none;
}   
a.nav:visited {
	color: #666666;
	text-decoration: none;
}  
a.nav:active {
	color: #666666;
	text-decoration: none;
	background-color: #f1f1f1;
}
a.nav:hover	{
	color: #333300;
	text-decoration: none;
}
.footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.footer2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}
.navfooter {
	font-size: 9px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.navfooter:link {
	color: #666666;
	text-decoration: none;

}   
a.navfooter:visited {
	color: #666666;
	text-decoration: none;
}  
a.navfooter:active {
	color: #666666;
	text-decoration: none;
}
a.navfooter:hover	{
	color: #0099ff;
	text-decoration: none;
}
