body {

	font-family: Arial, Helvetica, sans-serif;

	background-color: #c4c4c4;

	color: #C4C4C4;

	margin: 0px;

}

a:link {

	text-decoration: none;

	color: #FFFFFF;

	font-weight: bold;





}

a:visited {

	color: #FFFFFF;

	text-decoration: none;

	font-weight: bold;



}

a:hover {

	color: #CCCCCC;

	text-decoration: underline;

	font-weight: bold;



}

a:active {

	color: #840000;

	text-decoration: underline;

	font-weight: bold;



}

A.dark:link {

	color: #666666;

	text-decoration: none;

}



A.dark:visited {

	color: #666666;

	text-decoration: none;

}



A.dark:active {

	color: #FFFFFF;

	text-decoration: none;

}



A.dark:hover {

	color: #FFFFFF;

	text-decoration: none;
}
#nav {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #840000;
	border-bottom-color: #840000;
    height:28px;
}
#nav ul { 

display:inline;
margin-top:2px;
margin-left:0p;
margin-bottom:2px;
padding-left:10px;
padding-top:3px;
padding-bottom:3px;
float:left;
width:750px;

}
#nav ul li {
	list-style-type: none;
	float:left;
	font-size:12px;

	margin-right:15px
	
}
#nav ul li a:link{
	color:#fff;
	background-image: url(images/clay-b.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
#nav ul li a:visited{
	color:#fff;
	background-image: url(images/clay-b.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
}
#nav ul li a:hover{
	color:#CCCCCC;
	background-image: url(images/clay-0.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	text-decoration: none;
}