@charset "utf-8";
/* CSS Document */

#masthead{
top: 30px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#pageName{
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

#contentForm{
	font-family:Arial, Helvetica, sans-serif;
	table-layout:auto;
	position: relative;
	}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #5A0F81;
 margin: 0px;
 padding: 0px;
}

#navlist {
	font-size: .9em;
	margin: 16px 0 2.5em 0;
	width: 70%;
	position: relative;
	top: 10px;
	margin: 10px;
	height: 22px;
	list-style-type: none;
	overflow: hidden;
	left: 25%;
}
#navlist li {
	float:left;
	list-style-type: none;
	padding: 0;
	white-space: nowrap;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#navlist ul {
margin: 0;
padding: 0;
}
#navlist a {
	padding: 3px 10px 3px 22px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image: url(../assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
color: #EEEEEE;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #9F6F9F;
background-image: url(../assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
</style>
[if gte IE 5]>
<style>
#navlist a  {
position: relative;
height: 1em;
zoom: 100%;
}
</style>
<![endif]

