/* CSS Document */
body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(buffwash.jpg);
	background-repeat:no-repeat;
	background-position: 9px 135px;
}
#header {
	border-top: 2px solid #778899;
	border-bottom: 1px dotted #b2bcc6;
	height: 8em;
}
#header .strapline {
	font: 130% georgia, "Times New Roman", Times, serif;
	color: #595C79;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 2.5em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#nav {
	position:absolute;
	top: 129px;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	margin-top:0px;
	padding-top:0;
	
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #b2bcc6;
	margin-bottom: 0.35em;
}
#nav a:link, #nav a:visited {
	font-weight:bold;
	color: #1F3850;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% georgia, "Times New Roman", Times, serif;
	color:#2a4f6f;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content {
	margin-left: 20em;
	margin-right: 2em;
}
h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size:100%;
	line-height: 1.6em;
	padding-left: 1.2em;
}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #2a4f6f;
	background-color: transparent;

}
#content a:hover {
	color: #778899;
}
u {
	font-weight:bold;
}
div.ind {
	text-indent:5em;
}

#content li {
	margin-left: 26px;
	padding-bottom: 12px;
}





