body {
	width: auto;
	margin: 0 auto;
	padding: 0;
	font: 10px verdana, arial, sans-serif;	
	color: #000;
	background: #fff;
}
img {
	border: 0;
}

.imageleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}

h1 {
	color:#516b80;
	font-size:1.4em;
	margin-bottom:4px;
	margin-top:0;
	padding-top:0;
}
h2 {
	color:#516b80;
	font-size:1.2em;
	margin-bottom:3px;
}

h3 {
	color:#516b80;
	font-size:1.0em;
	margin-bottom:2px;
}
h4, h5, h6 {
	color:#516b80;
	font-size:1.0em;
	margin-bottom:2px;
}
p {

}

a, a:link, a:visited {
	color: #516B80;
	text-decoration: underline;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0;
	background: none;
}
#header {
	display: none;
}
#leftcol {
	display: none;
}
#rightcol {
	width: auto;
	margin: 0 auto;
	text-align: left;
	float: none;
}
ul#nav {
	display: none;
}
#content {
	font-size:1.2em;
}
#tophead {
	display: none;
}
#printbu {
	display: none;
}
#rightcol p {
	
}
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #E0AB00;
	font-size:0.9em;
}
#footer p {
	text-align: left;
	padding: 0;
	margin: 0;
}

ul#sitemap {
	margin: 0;
	padding: 0;
}

ul#sitemap li {
	list-style-type: none;
	margin: 10px 0 20px 0;
	font-weight: bold;
}

ul#sitemap li ul li {
	margin: 10px 0 10px 0;
	font-weight: normal;
	list-style-type: square;
	color: #9EB7CA;
}

.caption {
	color: #666;
	font-size: 0.8em;
	/*font-weight: bold;*/
	font-style: italic;
}

.centre-align {
	text-align: center;
}

#searchResults dl {
	margin: 10px 0 20px 0;
}

#searchResults dl dt, #searchResults dl dd {
	margin-left: 0px;
}

#searchResults .info {
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}