/* CSS Document */
body{ font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:24px;
	background-color:#000000;
	}
	h1{
	font-size: 48px;
	margin-top: 0px;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif,;
	margin-bottom: 5px;
	padding-left:10px;
	text-align: center;
	}
	h2{
	font-size: 36px;
	padding-left:10px;
	text-align: center;
	}
	h3{
	font-size: 18px;
	font-style: italic;
	padding-left:10px;
	text-align: center;
	}
	p{
	font-size:18px;
	text-align:center;
	}
	table{
	width:950px;
	text-align: center;
	padding-left: 30px;
	}
	ul.mainNav {
	border-bottom: 2px solid #999999;
	margin: 10px;
	padding-right: 40px;
	float: right;
	width: 95%;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.mainNav li {
	list-style: none;
	float: right;
	background: #FFF url(images/right.gif) no-repeat right top;
	
}

.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	 background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	
}

.mainNav a:hover {
	color:#FF8000;
	text-transform: none;
}

