body {
	background-color: #697E6F;
	background-image: url(../images/bk2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

p {
	padding: 2px;
	font: 10pt gill sans, sans-serif;
	margin: 5px;
}

a:link { 
	font: 10pt gill sans, sans-serif;
	font-size: 9pt;
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
}

a:visited { 
	font-family: gill sans, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;; 
	color: #ffffff;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #9F9;
}

#pageTitle {
	background: transparent; 
	position: absolute;
	top: 25px;
	left: 26px;
	font: 30pt gill sans, sans-serif;
	color: #06541A;
}

#menu {
	background: transparent;
	position: absolute; 
	top: 100px; 
	left: 26px;
	width: 178px;
	color: #fff;
	overflow: auto;
}

#content {
	background: transparent;
	position: absolute;
	top: 100px;
	left: 225px;
	width: 400px;
	color: #fff;
	overflow: auto;
	padding: 5px;
	border: 2px dotted #fff;
}

#contentd {
	background: transparent;
	position: absolute;
	top: 100px;
	left: 225px;
	width: 700px;
	color: #fff;
	overflow: auto;
	padding: 5px;
	border: 2px dotted #fff;
}

#content h4 {
	font-family: gill sans, sans-serif;
}

#content p {
	font-family: gill sans, sans-serif;
}

#content ul {
	font-family: gill sans, sans-serif;
}

#content ol {
	font-family: gill sans, sans-serif;
}