html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(grad4.gif) repeat-x;

	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background-color: #4169e1;
	color: #333333;
}

#container
{
	width:792px;
	padding:0;
	position:relative;
	left:100px;
}

#nav
{
	position:relative;
	left: 36px;
}

#navlist
{
	border-left:2px solid #cec9a3;
	border-right:2px solid #cec9a3;
	border-bottom:2px solid #cec9a3;
	text-align: center;
	padding: 2px;
	white-space: nowrap;
	background-color: #86e5e4;
	font-family: Verdana, Arial, Helvetica;
	font-size: .82em;
}

#navlist li
{
	margin: 0px;
	display: inline;
	list-style-type: none;
}

#navlist a
{
	padding: 2px 30px;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	color: #000;
	background-color: #86e5e4;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}

#navlist #active
{
	background-color: #86e5e4;
	color: #000;
	padding: 2px 30px;
	text-decoration: none;
	cursor:default;
	font-weight: bold;
}

#content
{
	margin:0;
	padding: 20px;
	font-size: 80%;
	background-color: #FFF;
	border-left:2px solid #cec9a3;
	border-right:2px solid #cec9a3;
	border-bottom:2px solid #cec9a3;
}

#content h1 {
	font-size:160%;
	text-align: center;
}

#content h2 {
	font-size:110%;
	font-style:italic;
	text-align:center;
}

#content p {
	margin: 20px;
}

#content form {
	margin-left: 20px;
	margin-top: -10px;
}

#content ul
{
	padding: 4px 40px;
}

#content ul li
{
	padding: 0 0 5px 0;
}

.imgright {
	position:relative;
	float:right;
	margin-left: 10px;
}

.deepbluesb {
	text-align: center;
	color: #00009d;
	font-weight: bold;
	margin-top: 20px;
}

.blacksb {
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}

#footer
{
	margin-top:10px;
	font-size: 65%;
	text-align:center;
	color: #86e5e4;
}

.clearboth {
	clear:both;
}

.boxlabel {
	padding:10px 0px 0px 0px;
	font-size: 90%;
}

.field {
	padding:0px 0px 10px 0px;
}