/***[Page Structure]***********************/
body, th, td {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	margin-top: 3em;
}
#main {
	width: 700px;
	margin: 0px auto;
}

/***[Generic]*****************************/
h3 {
	font-size: 100%;
	text-decoration: underline;
	margin-bottom: 0.25em;
}

ul {
	list-style-type: bullet;
	margin-top: 0em;
}

/***[Menu]********************************/
ul#menu {
	margin-top: 1px;
	padding-left: 2em;
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #666666;
	list-style-type: none;
}
ul#menu li {
	display: block;
	float: left;
}
ul#menu li a {
	display: block;
	background: #EEEEEE;
	color: #333333;
	padding: 3px 15px;
	text-decoration: none;
}
ul#menu li a:hover {
	background: #666666;
	color: #EEEEEE;
}
ul#menu li a.active {
	background: #333333;
	color: #EEEEEE;
}

