html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #006BB5;
	background: transparent;
}
a:visited {
	color: #4B5970;
	background: transparent;
}
a:hover {
	color: #F60;
	background: transparent;
}
a img {
	border: none;
}
h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
ul {
	list-style: square;
}
.imgfloatleft {
	float: left;
	padding-right: 8px;
}
.imgfloatright {
	float: right;
	padding-left: 8px;
}
.warn {
	color: #C00;
	font-weight: bold;
}
.question {
	font-weight: bold;
}
#wrap {
	width: 770px;
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#header {
	height: 92px;
	padding: 10px 0 0 22px;
	background: #016BB5 url(images/headerbg.gif) top left no-repeat;
}
#header h1 {
	margin: 0;
	padding: 0;
	background: transparent;
}
#header a {
	display: block;
	width: 392px;
	height: 77px;
	background: url(images/cab.gif) top left no-repeat;
}
#header span {
	display: none;
}
#access {
	padding: 6px;
	color: #454545;
	background-color: #E6E6E6;
	font-size: 0.85em;
	margin-bottom: 20px;
	font-size: 0.7em;
}
#access a {
	color: #454545;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
#access a:hover {
	text-decoration: underline;
}
#contentcontainer {
	width: 100%;
}
#navigation {
	float: left;
	width: 160px;
	font-size: 0.8em;
}
#mainnav {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#mainnav li {
	margin: 0;
	padding: 0;
}
#mainnav a {
	display: block;
	padding: 4px 10px;
	color: #000;
	background-color: #F5F5F5;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	width: 140px;
}
#mainnav a:hover {
	background-color: #D1E0EB;
}
#mainnav a.selected {
	color: #016BB5;
}
#advice {
	color: #454545;
	background: #F5F5F5 url(images/advice.gif) center left no-repeat;
	padding: 6px 9px 6px 45px;
	font-size: 0.8em;
	line-height: 140%;
}
#sitedate {
	color: #454545;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 0 0 0 10px;
}
#content {
	float: right;
	width: 480px;
	padding: 0 105px 20px 0;
	height: 400px;
	font-size: 0.8em;
}
html>body #content {
	height: auto;
	min-height: 400px;
}
#footer {
	clear: both;
	background: url(images/footerbg.gif) top left no-repeat;
	padding: 5px 8px;
	color: #666;
	font-size: 0.8em;
}
/* form styles */
input, textarea {
	border: 1px solid #999;
}
input.button {
	border: 1px solid #999;
	background: #E6E6E6 url(images/button_bg.gif) repeat-x;
	padding: 0 5px;
}
input.radio { border: 0; }
.title { font-weight: bold; text-align: center; font-size: 1.2em; }
.description { font-size: 0.85em; }
