h1 {font-family:  Arial, Tahoma, sans-serif; color: #FF9900; font-size: 110%; font-weight: bold;}
h2 {font-family:  Arial, Tahoma, sans-serif; font-size: 100%; color: #244477; font-style:italic;}
td {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000;}
th {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; font-weight: bold; color:#000;}
p {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#fff; font-weight: normal;}
a {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #FF9900; font-weight: bold; text-decoration: none;}
li {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color:#000; font-weight: bold}
a:hover {font-family:  Arial, Tahoma, sans-serif; font-size: 90%; color: #FFCC00; font-weight: bold; text-decoration: none;}

img {border: 0;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
 background: #333 url(/graphics/bodygrad.jpg) top repeat-x;
 margin: 0px;
 text-align: center;
}

#container { 
 width:980px;
 margin-right:auto;
 margin-left:auto;
 background: #333 url(/graphics/centregrad.jpg) repeat-y;
}

#header {
 width: 980px;
 background: url(/graphics/header.jpg) top no-repeat;
 height: 200px;
 margin: 0px;
}

#content { 
 padding-left: 55px;
}

.float {
 float: left;
}

#footer { 
 height: 92px;
 background: url(/graphics/footer.png) top center no-repeat;
 text-align: center;
 clear: left;
}

#nav
{
 	position: absolute;
 	float: left;
 	height: 30px;
 	width: 100%;
 	top: 150px;
	left: 300px;
	text-align: left;
 	margin-right: 10px;
}

#nav a:hover
{
	text-decoration: none;
	color: #FFCC00;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navlist a {
	font-weight: bold;
	color: white;
}

#navlist a {
	text-decoration: none;
}

#navlist li li a {
	display: block;
	font-weight: normal;
	color: white;
	padding: 0 10px;
}

#navlist li li a:hover {
	color: #FFCC00;
}

li {
	float: left;
	position: relative;
	width: 7em;
	text-align: center;
	cursor: default;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-bottom: solid 5px #333;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

