html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
text-align: left;
line-height: 15px;
/*
cursor:pointer;
*/
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}

#nav {
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Bell MT", Times, Arial;
	font-weight:bold;
}

#nav ul {
padding: 0;
margin: 0;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a {
	color: #000066;
	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-image:url(../images/buttonback.gif);
	background-repeat:no-repeat;
	color: #000066;
	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:"Bell MT", 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;
}

.menubarsmall {
font-size:10px;
}

.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;
}

