body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #DBE7F2;
	text-align:center;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 120%;
 color: #0284BD;
}

h2{
 font-size: 114%;
 color: #0284BD;
}

h3{
 font-size: 100%;
 color: #990000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
#heading {
	background-color: #FFFFFF;
	width: 750px;
}
#mainnav {
	background-color: #0284BD;
	width: 750px;
	color: #FFFFFF;
	font-size: .75em;
}
#content {
	background-color: #FFFFFF;
	width: 750px;
	color: #0284BD;
	font-size: 0.75em;
	position: relative;
	padding-bottom: 1em;
	padding-top: 1.5em;
}
#content a {
 
 color: #0284BD;
}
#content img{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #0284BD;
	text-align: left;
	text-indent: 1em;
	margin-left: 8px;
	padding-right: 8px;
	margin-right: 8px;
}
#credits {
	background-color: #FFFFFF;
	width: 750px;
	color: #0284BD;
	font-size: 0.65em;
	text-align: center;
	border-top-color: #0284BD;
	border-top-width: medium;
	border-top-style: solid;
}
#credits a {
	color: #0284BD;
}
