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

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

body {
	margin-top: 20px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#086373;
		font-family: "Century Gothic", Verdana, Arial, sans-serif;
		font-size:12px;
}

p{
font-size: 12px;
line-height: 20px;
padding-bottom:10px;
}

h1{

	font-style: normal;
	font-size: 20px;
	font-variant:small-caps;
	margin-top: 10px;
	color: #10778A;
	border-bottom:dotted;
	border-bottom-color:#666666;
	border-bottom-width:medium;
		margin-bottom:10px;
	font-weight: bold;
	text-align:center;
}

h2{

	font-style: normal;
	background-color:#D8D098;
	font-size: 16px;
	color: #000000;
	font-variant:small-caps;
		padding-bottom:10px;
		padding-top:10px;
	text-align:center;
}

h3{
	padding-top: 20px;
	font-size: small; 
	font-weight: bold; 
}
	
h4{
	font-size: small; 
		font-weight: normal; 
}


.smallfont {
font-size:10px;
}

.smallfontnav {
font-size:10px;
color:#962828;
font-weight:bold;
}

.formtype {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}

#nav {
	border: 0px solid  #fff;
	line-height: 18px;
	height:18px;
	text-align: center;
}

#nav ul {
}

#nav ul li {
display: inline;
}

#nav ul li a {
	color: #CCCCCC;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-variant:small-caps;
	font-size:12px;
	text-decoration:none;
	text-align: center;
	width: 20em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:3px;
}

#nav ul li a:hover, #nav ul li a:focus {
	color:#118A99;
	background-color:#000000;
}
#topnav {
	vertical-align:bottom;
	text-align: center;
}

#topnav ul {
}

#topnav ul li {
display: inline;
}

#topnav ul li a {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align: center;
	width: 5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;
}

#topnav ul li a:hover, #nav ul li a:focus {
	color:#990000;
}

.style1 {
	font-size: 10px;
}
.style2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.list{
	list-style-type:circle;
	margin-left: 25px;
	line-height:20px;
}
.copyright{
	font-size: 10px;
	color:#FFFFFF;
	}
	
#address{
	text-align:right;
	font-variant:small-caps;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	
}