﻿/* CSS Document */

body { font-family: verdana, sans-serif;}

p {margin: 5px 0 8px 0;}

.domain {color: #9d8174;font-size: 0.7em;text-align: center;}

.domain a {
	color: #9d8174;
	text-decoration: underline;
}

.domain a:hover {
	text-decoration: underline;
}

#left { float:left;
width:500px;
margin:10px 10px 10px 50px;}

#left h1 { font-size:120%;
font-weight:bold;
color:#5a4338;
border-bottom:1px solid #5a4338;}

#left h2 { font-size:110%;
font-weight:bold;
color:#5a4338;
border-bottom:1px solid #5a4338;}

#left a {color:#5a4338;
text-decoration:underline;}

#left a:hover {color:#5a4338;
text-decoration:underline;}

#left p { font-size:74%;
color:#6c574c;
line-height:18px;}

#right { margin:10px 10px 10px 10px;
width:220px;
float:left;}

#right h2 { font-size:110%;
font-weight:bold;
color:#5a4338;
border-bottom:1px solid #5a4338;}

#right img { padding:5px;
border:1px solid #5a4338;}

#access-statement { margin:10px;
margin-top:28px;
width:220px;
float:left;}

#access-statement h2 { font-size:110%;
font-weight:bold;
color:#5a4338;
border-bottom:1px solid #5a4338;}

#access-statement img {border:none;}
#access-statement a {color:#5a4338;text-decoration:none;}
#access-statement a:hover {text-decoration:underline;}
#access-statement p { font-size:74%;
color:#6c574c;
line-height:18px;}

#footer { width:900px;text-align:center;
margin:0 auto;}

#footer p { font-size:70%;
color:#fff;}

.footer-left {
float:left;
width:50%;
}

.footer-right {float:right;width:50%; }

#footer a { color:#fff;
text-decoration:underline;}

#footer a:hover { color:#fff;
text-decoration:underline;}

#footer a { color:#fff;}

h2 a {font-size:12px; text-decoration:none; color:#9E7563;}

#towns {display: none;}

.justify {text-align: justify;}

.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}