body {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
	background:#f7f7fa;
}

body, td, input, textarea, select, .normaltext { font-size:9pt; }

input, textarea, select { background-color:#eee; }

td { padding:2px 5px; }

#everything {
	position:relative;
	width:750px;
	left:50%;
	margin-left:-375px;
	margin-top: 10px;
}

#main {
	border:solid #489 1px;
	background:#fff;
}

#banner {
	background-color:#36c;
	color:#ffe;
	height:60px;
}

#banner img {
	float:left;
	margin:5px 12px;
}

#banner h2 {
	font-size:20pt;
	padding-top:12px;
}

#menu {
	font-size: 11pt;
	height: 31px;
}

#content { padding:10px 15px 15px 15px ; }

.indent { margin:8px 0 12px 20px; }

#footer {
	clear: both;
	font-size: 8pt;
	text-align:right;
	color: #ffe;
	background-color:#36c;
	padding:4px 10px;
}

#menu { display: none; }

#links {
	margin-top:8px;
	font-size:8pt;
	text-align:center;
}

#menu a, #footer a { text-decoration: none; }

#menu a:link, #footer a:link { color: #069; }
#menu a:visited, #footer a:visited { color: #069; }
#menu a:hover, #footer a:hover {
	text-decoration: underline;
	color: #396;
}
#menu a:active, #footer a:active { color: #f00; }

#menu ul, #footer ul, #links ul {
	list-style-type: none;
	margin:0;
	padding0;
}
#menu li, #footer li, #links li {
	padding:0 10px;
	display: inline;
}

h1, h2, h3, h4, h5 { margin:0; }

.smallprint { font-size:8pt; }

.errormessage {
	color:#f00;
	font-weight:bold;
}

.tablehead {
	font-weight:bold;
	color:#fff;
	background:#369;
}
.tablesubhead {
	background:#dddde6;
}
