body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #wrapper  {
	height: auto;
}
#wrapper  {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	border-top: 1px solid #778899;
	border-bottom: 1px dotted #CC99FF;
	height: 150px;
	background-color: #F2F2FF;
	text-align: center;

}
#header h1   {
	margin-left: auto;
	margin-top: 26px;
	margin-bottom: 0px;
	font-size: 180%;
	color: #6C006C;
	margin-right: auto;
}
#header .strapline {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: center;
	left: auto;
	right: auto;
}
#header .logoleft {
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 6px;
}
#header .logoright {
	float: right;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 6px;
}
#nav {
	position: absolute;
	top: 152px;
	left: 0;
	width: 13em;
	padding-left: 1em;
	padding-top: 6px;
}
#nav ul, #content ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	padding-right: 20px;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #6C006C;
	background-color: transparent;
}
#nav a:hover {
	color: #CC0000;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 15em;
	margin-right: 2em;
	margin-bottom: 2em;
}
h1 {
	font: 120% Georgia, "Times New Roman", Times, serif;
}
#content p, #content ul, address {
	font-size: 80%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	font-style: normal;

}
h2 {
	font-size: 110%;
}
#footer {
	font-size: 70%;
	color: #999999;
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	display:block;
	margin-top: 200px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #F2F2FF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC99FF;
}
#footer p {
	margin: 0 0 0.5em 0;
	padding: 0;
}
#footer a:link, #footer a:active, #footer a:visited     {
	color:#666666;
}
#footer a:hover    {
	color:#333333;
}
h3 {
	font-size: 100%;
	text-indent: 1em;
}
dt   {
	font-size: 80%;
	font-weight: bold;
}
dd  {
	font-size: 80%;
}
abbr {
	font-size: 80%;
	font-weight: normal;
}
.floatright {
	float: right;
	margin-left: 6px;
}
.floatleft {
	float: left;
	margin-right: 6px;
}
td {
	font-size: 80%;
}
