/* CSS Document */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-attachment: fixed;
}ul {
	list-style-type: none;
}
ul {
	text-decoration: none;
	text-align:center
}

li {
	background-color: #ffffff;
	display: inline;
	padding-right: 40px;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	bottom: auto;
	margin: auto;
}

a {
	text-decoration: none;
	color:#FF0000;
}

a:hover {
	color:#FF0000;
	font-size: 10pt;
	font-weight:bold;

}#header {
	height: 80px;
	width: 90%;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	text-align:right;
	padding-left: 50px;
	
}
#nav {
	padding: 0px;
	height: 30px;
	width: 1050px;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	position: fixed;
	top: auto;
	bottom: auto;
}

#content {
	height: 120px;
	width: 1050px;
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	text-align:center;
}
