/* CSS Document */


#body  {
	width: 1008px;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat;
	text-align: left;
	position: relative;


}


.nav ul {
    margin: 20px;

}

.nav li {
	margin: 0px;
	display: inline;
	list-style-type: none;
	margin: 0px 18px 0px 0px;
	
}

#topnav a {
	font-family: Times New Roman;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	
}

#topnav a:visited {
	font-family: Times New Roman;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	
}

#topnav a:hover {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #EA3600;
	
}
	
