body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background: #eeddff;
	font-size: 11pt;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ddccff;
	scrollbar-track-color: #eeddff;
	scrollbar-face-color: #ddccff;
	scrollbar-dark-shadow-color: #333366;
	scrollbar-shadow-color: #333366;
	scrollbar-highlight-color: #eecccc;
	scrollbar-3d-light-color: #eecccc;
}
#container
{
	width: 90%;
	border: 1px solid gray;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #ffffff;
}

#banner
{
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid gray;
	background-color: #DD99FF;
}

#content	
{
	padding: 5px;
	background-color: #FFF;
}

#content a, #content a:link
{ color: #66C; }

#content a:visited
{ color: #906; }

#content a:hover
{ color: #3333ff; }

#footer
{
	clear: both;
	padding: 5px;
	margin-top: 5px;
	border-top: 1px solid gray;
	background-color: #DD99FF;
}

#navlist, #sublist
{
 	margin: 5px;
 	padding: 0 0 25px 5px;
 	border-bottom: 1px solid #000;
}

#footnavlist
{
 	margin: 5px;
 	padding: 5px 0 0 5px;
 	border-top: 1px solid #000;
}

#navlist ul, #navlist li, #sublist ul, #sublist li, #footnavlist ul, #footnavlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 10pt;
}

#navlist a:link, #navlist a:visited, #sublist a:link, #sublist a:visited, #footnavlist a:link, #footnavlist a:visited
{
	float: left;
	line-height: 20px;
	font-weight: bold;
	margin: 0 8px 4px 7px;
	text-decoration: underline;
	color: #669;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover,
#sublist a:link#current, #sublist a:visited#current, #sublist a:hover,
#footnavlist a:link#current, #footnavlist a:visited#current, #footnavlist a:hover

{
	text-decoration: underline;
	background: transparent;
	color: #000;
}

#navlist a:hover, #sublist a:hover, #footnavlist a:hover
{ color: #000; }

#reginfo
{ margin: 20px; }

#reginfo li
{ }

h1	
{
	text-align: left;
	vertical-align: bottom;
	text-transform: lowercase;
	letter-spacing: 0.7em;
	color: black;
	font-style: italic;
	margin: 10px 5px 2px 10px;
}

h2	
{
	text-align: right;
	vertical-align: top;
	text-transform: lowercase;
	color: #330066;
	font-style: italic;
	margin: 2px 10px 4px 10px;
}

/* style and page idea from http://www.consternation.org.uk/ */

