body         {
	font-size: 1em;
	color: #003300;
	background-color:none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image:  url(pictures/background.jpg);}
td {
	text-align: center;
	vertical-align: top;}
p {
	text-align: left;
	font-size: 1em;
	padding: 5px;
	white-space: normal;
	font-weight: normal;
}
h1           {
	font-size: 2em;
	font-weight: bold;}
h2           {
	font-size: 18pt;
	font-weight: bold;
	padding: 10px;

}
h4 {
	font-size: 2em;
	color: #996633;
	background-color:none;
}
.title {
	font-size: 3em;
	text-align: center;
	color: #000000;
	background-color:none;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 20px 0px 10px;
}
a:link {
	text-decoration: underline;
	color: #003300;
	background-color:none;
	}
a:visited {
	text-decoration: underline;
	color: #003300;
	background-color:none;
	}
a:hover {
	color: #00CC00;
	background-color:none;
	text-decoration: underline;}
a:active {
	color: 003300;
	background-color:none;
	text-decoration: underline;}
.address {
	color: #003300;
	background-color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}
ul {
	list-style-type: none;
	text-align: center;
}
 #navcontainer {
	width: 225px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 5px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 6px;
	width: 200px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: .8em;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
.sidebar {
	width: 250px;
}
