#navlist {
width: 154px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}


#navlist p {
	font-size: 1.0em;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .9em;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #999999 #999999 #000 #999999;
	background-color: #ffffff;
	background-image:  url(../assets/bowl1.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
	color: #000080;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-color: #333333;
	background-image:  ;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #ffffff;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #333333;
	background-image:  url(../assets/bowl1.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #999999;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
}
#contentdiv p {
	font-size: .85em;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #333333;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}
-->
</style>
<!--[if IE 5]>
<style>#navlist a {height: 1em; float: left; clear: both; width: 100%;}</style>
<![endif]-->
<!--[if IE 6]>
<style>#navlist a {height: 1em;}</style>
<![endif]-->