body
{
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	background-color: #FFCC66;
}

div#page
{
	border: 2px solid black;
	background-color: white;
}

div#banner
{
	margin:3px 2px 1px 2px;
	text-align: left;
	float: left;
}

div#topinfo
{
	height: 105px;
	text-align: right;
	margin-right: 2px;
	font-size: 0.8em;
}

div#topinfo span
{
	font-weight: bold;
}

div#topinfo a
{
	color: black;
	background-color: white;
	font-weight: normal;
	text-decoration: underline;
}

div#topinfo a:hover
{
	color: #FF6600;
}

div#topnav
{
	padding: 2px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

div#topnav li
{
	display: inline;
}

div#topnav ul
{
	padding: 0px;
	margin: 0px;
}

div#topnav div
{
	background-color: black;
}

div#center
{
	text-align: left;
}

div#main
{
	text-align: center;
}

div#footer
{
	border-top: 2px solid black;
	color: white;
}

div#footer div
{
	background-color: black;
	margin: 2px;
}

div#footer p
{
	font-size: 0.8em;
}

div#footer a
{
	color: white;
	font-weight: normal;
}

div#sitemap a
{
	color: black;
	background-color: white;
}

div#sitemap p.orange
{
	border-bottom: 2px solid gray;
	margin-right: 2px;
}

div#sitemap p.orange a
{
	color: #FF6600;
}

div.left
{
	text-align: left;
}

p, h1
{
	margin: 0px;
	padding: 0px;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	background-color: black;
	color: #FF6600;
}

a.current
{
	color: white;
	background-color: black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a em
{
	text-decoration: underline;
	font-style: normal;
}

a.home
{
	color: black;
	background-color:#FF6600;
}

p.bold, span.bold
{
	font-weight: bold;
}

p.orange
{
	color: #FF6600;
	font-weight: bold;
	font-size: 1.2em;
}