﻿
@import "../default.css";
/* =body 
---------------------------------------------------------------------- */
body
{
	margin-top: -1px; 
	top: 0%;
	background-color: white;
}

/* =mainbody defines the location on the screen for the body text
---------------------------------------------------------------------- */
#mainbody
{
	margin-left:auto; 
	margin-right:auto;
	width: 960px;
	position: relative;
	text-align: left;
	font-size: .8em;
}

.maintext
{
	float: left;
	background: #FFFFFF;
}

.footer
{
	clear: both;
	width:800px;
	text-align:center;
	font-size: smaller;
}

