body {
	font:75% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
html {
	height:100%;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 820px;
	background-color: #fff;
	background-image: url(images/copyback.gif);
	background-position: center top;
	text-align: center;
	margin:0 auto; /* for the rest */ 
}
#headtop {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-color: #fff;
	background-image: url(images/headerimg1.gif);
	background-position: center top;
	width: 820px;
}
#title {
	border-bottom: 2px solid #03294D;
	width: 758px;
	margin:0 auto; /* for the rest */
	margin-left: 42px;
}
#strap {
	color: #fff;
	padding-top: 3px;
	background-color: #056FD9;
	width: 485px;
	height: 17px;
	border-left: 178px solid #E8EDF0;
	margin:0 auto; /* for the rest */
	margin-left: 42px;
}
#nav {
	text-align: left;
	margin-left: 1px;
}
#nav ul{
	margin-top: 25px;
}
#nav ul li {
	list-style-type: none;
	margin-bottom: 0px;
	line-height: 105%;
}
#nav ul li a {
	display: block;
	width: 174px;
	height: 23px;
	background-image: url(images/navback.gif);
	background-repeat: no-repeat;
	font-size: 102%;
	padding: 5px 5px 2px 31px;
	color: #022755;
	text-decoration: none;
}
#nav ul li a:hover {
	background-image: url(images/navbackover.gif);
	background-repeat: no-repeat;
	color: #fff;
}
#copy {
	font-size: 102%;
	color: #424242;
	width: 540px;
	margin:0 auto; /* for the rest */
	border: 0px solid #000;
	margin-top: -160px;
	margin-right: 42px;
	text-align: left;
	padding: 5px;
}
#foot {
	font-size: 102%;
	color: #424242;
	width: 820px;
	margin:0 auto;
	text-align: center;
	height: 78px;
	background-image: url(images/footer.gif);
	background-position: center bottom;
	text-indent: 170px;
}
.backtotop {
	text-align: center;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #056FD9;
}
h1 {
	font-size: 130%;
	color: #056FD9;
	margin-top: 50px;
}
h2 {
}
.boxed {
	padding: 5px;
	border: 1px none #000000;
	float: right;
}
.boxed1 {
	padding: 5px;
	border: 1px none #000000;
	float: left;
}
.formbox {
    width:250px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.button {
    width:250px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}