﻿body {
	background-color: #dedede;
	font-family: Verdana;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
a:link,
a:visited {
	color: Blue;
}
h1 {
	color: #666666;
	font-family:Georgia;
	font-size: 16pt;
	font-weight: normal;
	padding: 2px;
	text-indent: 4px;
	text-align: center;
}
h2 { 
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
}
#site-area {
	background-color: #ffffff;
	border: 1px solid #999999;
	border-top: none;
	margin: 0px auto;
	padding: 0 20px 20px 20px;
	width: 960px;
}
#header {
	overflow: auto;
	padding: 10px 0 4px 0;
}
#topmenu {
	background-color: #00528A;
	margin-bottom: 10px;
	padding: 8px;
}
#topmenu a:link,
#topmenu a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 40px;
}
#footer {
	color: #333333;
	font-size: 11px;
	margin: 10px auto;
	text-align: center;
	width: 1000px;
}
#footer a:link,
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
a.topButton:link,
a.topButton:visited {
	float: right;
}
a.topButton:hover {

}