html, body { height: 100%; }
body {
	margin: 0 auto;
	background-color:#999999;
	height: 100%;
	background-image:  url("images/bkgd_shade.gif");
	background-position:center top;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#wrapper {
	margin: 0 auto;
	background-color:#31837D;
	width: 750px;
	height: 500px;
	background-image:  url("images/bkgd_img.jpg");
	background-position:top;
	background-repeat:no-repeat;
}
#mainmenu {
	position: absolute;
	float: left;
	margin-left: 11px;
	margin-top: 260px;
	width: 128px;
/*	border: 1px solid #000000; */
}
ul.localnav{
	padding: 10px;
	margin: 0px;
	list-style: none;
	line-height: 2em;
	text-decoration: none;
	text-align: left;
	font-size:.85em;
	text-align:center;
}
ul.localnav li{
	padding: 0px;
	font-weight: bold;
	color: #99FF00;
}
ul.localnav li a{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.localnav li a:hover {
	text-decoration: underline;
}

#maincontent, #maincontent2 {
	position: absolute;
	float: left;
	margin-left:168px;
	margin-top: 38px;
/*	background-color:#FFFF66; */
	width: 540px;
}	
#maincontent2 {
	width: 400px;
}	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin: 0px;
}	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	margin: 0px;
	margin-bottom: 1.25em;
	padding:0px;
}
p {
	font-size: 1em;
	line-height: 1.5em;
}
.entries h3 { 
	font-size: .9em;
	letter-spacing: 0em;
	font-weight:bold;
	color: #99FF00;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 10px;
	border-bottom: 1px solid #99FF00;
	margin-bottom: 10px;
}
.entries p, .entries ul, .entries ol {
	font-size: .85em;
	line-height: 1.5em;
	margin-top:0px;
}
.entries ul ul, .entries ol ul {
	font-size: 1em;
}
table.content {
	font-size: .9em;
	width: 100%;
}
table.content td {
	border-bottom: 1px solid #669999;
}
table.content2 td {
background-color:#FFFFFF;
background-color:#99ddd8;
padding-left: 2px;
padding-right: 2px;
	border-right: 1px solid #669999;
}
table.content tr.titles td {
	border-bottom: 1px solid #99FF00;
	color: #99FF00;
}
#submenu {
position: absolute;
	float: left;
	margin-top: 138px;
	margin-left: 583px;
	margin-bottom: 10px;
	font-size: .95em;
	line-height: 1.6em;
	width: 150px;
}
#maincontent2 a, #maincontent a {
	color: #FF66CC;
}
#submenu, #submenu a {
	color: #FF66CC;
}