body {
	font: small/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFCF4;
	background: #006699;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #EEE;
	text-decoration: none;
}
a:visited {
	color: #9933CC;
	text-decoration: none;
}
a:hover {
	color: #9dc9f4;
	text-decoration: underline;
}
h1, h2 {
	font-weight: normal;
	color: #CCCCCC;
	letter-spacing: .25em;
	margin-bottom: 0.75em;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 120%;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
#navcontainer { width: 200px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font: large Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #eee;
	background: #006699;
}

#navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #fff;
	background: #036;
}
a:visited {
	color: #9dc9f4;
	text-decoration: none;
