html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #846D59;
text-align: left;
background-image:url(../images/backgroundwater.gif);
background-repeat:no-repeat;
background-position:bottom right;
}

a:link {
	color: #006C69;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006C69;
}
a:hover {
	text-decoration: underline;
	color: #006C69;
}
a:active {
	text-decoration: none;
	color: #006C69;
}

#nav {
	border: 2px solid  #CCC;
	background-image: url(../images/menubar.gif);
	background-repeat: repeat-x;
	height: 16px;
	text-align: center;
}

#nav ul {
padding: 0;
margin: 0;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 15em;
	padding-right: 30px;
	padding-left: 30px;
}

#nav ul li a:hover, #nav ul li a:focus {
	background-color: #00938F;
	color: #FFFFFF;
	width: 15em;
	padding-right: 30px;
	padding-left: 30px;
}

p{
font-size: 12px;
line-height: 20px;
}

h1{
	font-style: normal;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #000000;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}

h2{
font-size: 16px;
color: #990000;
padding: 0;
}

.list {
list-style:disc;
list-style-position:inside;
line-height: 20px;
}

.list2 {
list-style:circle;
list-style-position:inside;
margin-left:20px;
line-height: 20px;
}

.list3 {
list-style:square;
list-style-position:inside;
margin-left:40px;
line-height: 20px;
}

.linkbrown {
	list-style-image: url(../images/bulletbrown.gif);
	list-style-position: inside;
}
.link {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}
.sidebar {
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}