﻿.logo {
	padding-bottom: 6px;
}

body {
   text-align:center;	
}

#navlist
{
	margin: 0;
	padding: 0 0 24px 10px;
	border-bottom: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0 0 2px 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	text-decoration: none;
	color: #999;
}

#navlist a:link#current , #navlist a:visited#current , 
#navlist a:hover
{
	border-bottom: 4px solid #000;
	padding-bottom: 4px;
	background: transparent;
	color: #000;
}

#navlist a:hover { color: #000; }

div#outer {
	width: 700px;
	text-align:center;
}

div#maindiv {
	text-align:left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
