body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	margin-top: 0px;
}
a {
	color: #09F;
	text-decoration: none;
}
p {
	margin: 0px;
	line-height: 20px;
	margin-top: 0px;
}
h1 {
	color: #E62119;
	margin-bottom: 0px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	margin-top: 0px;
}

ul {
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 0px;
}
ul li {
	padding-top: 10px;
}



#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}



#navbar {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	position: relative;
	z-index: 5;
}
#navbarbg {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 214px;
	left: 0px;
	background-color: #394FA2;
	z-index: 3;
}

#mainbody {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer {
	height: 90px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #394FA2;
	position: relative;
	bottom: 0px;
}

.space {
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.fttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	font-variant: small-caps;
	height: 63px;
}
.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	position: absolute;
	text-align: left;
}
