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

}
a.sub:link {color: #ff0000}
a.sub:visited {color: #0000ff}
a.sub:hover {color: #ffcc00}
h1 {
	font-size: 1.2em;
	color: #333333;
	margin-right: 20px;
}
h2 {
	font-size: 0.9em;
	color: #000000;
	background-position: center;
	margin: 2px 0px;
	font-weight: normal;
}
h3 {
	font-size: 0.8em;
	font-weight: normal;
}
p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.2em;
	padding-right: 20px;
}
#container {
	position: relative;
	width: 722px;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	border: 1px solid #333333;
}
ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 4px 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	color: #333333;
	background: #993333;
	background-color: #CCCCCC;
} /* Hover Styles */
		
li ul li a {
	padding: 2px 5px;
	font-size: 10px;
	border: 0.5px solid #999999;
	background-color: #FFFFFF;
} /* Sub Menu Styles */
		
li:hover ul, li.over ul {
	display: block;
	text-decoration: none;
	border: none;
	background-color: #CCCCCC;
} /* The magic */
.image {
	border: 0.5px solid #CCCCCC;
	margin: 2px;
}
.logo {
	text-align: right;
	float: right;
	margin: 8px;
}
#stage {
	background-color: #CCCCCC;
	margin-top: 70px;
}
#content {
	padding: 10px;
	margin-left: 150px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	padding-bottom: 8px;
}
.bold {
	font-weight: bold;
}
.validation {
	float: left;
	margin-right: 5px;
}
.indent {
	margin-left: 20px;
}
.floatingimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.newsbar {
	padding: 7px;
}
.highlight {
	color: #666666;
	font-weight: bold;
	font-size: 1.1em;
}
form {
	background: #9FA3B3;
	padding: 10px;
	width: 80%;
	background-color: #CCCCCC;
	border: 1px solid #BAAF9E;
}
#bottomnav {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
