body {
	background: #eee url(../images/back1.jpg) repeat-x;
	background-attachment: fixed;
	font-family: Arial, serif;
	font-size: 0.8em;
	color: #000;
	margin-top: 25px;
	text-align: center;
}
h1 {
	text-align: center;
}
h3 {
	margin: 25px auto -5px auto;
}
a {
	color: #a00;
	text-decoration: underline;
}
a:hover {
	color: #600;
	text-decoration: none;	
}

td {
	font-size: 1em;
	vertical-align: top;
}
fieldset {
	border: 1px solid #ccc;
	margin: 20px auto;
	padding: 10px;
}
fieldset legend {
	font-size: 1.25em;
	font-weight: bold;
	color: #a00;
}
#header {
	width: 750px;
	height: 160px;
	margin, padding: 0;
	background: #fff;
}
#container {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
	border: 0;
	text-align: left;
}
#menu {
	display: none;
}
#contactinfo {
	display: none;
}
#contactinfo ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	float: right;
}
#contactinfo ul li {
	float: left;
	margin-left: 50px;
}
#contactinfo ul li a {
	color: #fff;
	text-decoration: none;
}
#contactinfo ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}
#mainbody {
	padding: 20px;
	clear: both;
}
#footer {
	display: none;
}
.bodycontent {
	width: 505px;
	float: right;
	margin-top: -5px;
}
.bodyboxes {
	clear: both;
	margin-bottom: 20px;
}
.bodybox {
	width: 200px;
	height: 125px;
	float: left;
	padding: 10px;
	margin-right: 10px;
	display: block;
}
.bodybox h2 {
	margin: 0;
}
.red {
	background: #a00 url(../images/boxred.jpg) repeat-x;
	color: #fff;
	border-top: #600 1px solid;
}
.red ul li {
	list-style: url(../images/bullet.png);
	margin-top: 5px;
}
.red a {
	color: #fff;
	text-decoration: none;
}
.red a:hover {
	color: #ccc;
	text-decoration: underline;
}
.gray {
	background: #eee url(../images/boxgray.jpg) repeat-x;
	color: #000;
	border: #666 1px solid;
}
.gray ul li {
	list-style-image: url(../images/bullet.png);
	margin-top: 5px;
}
.gray a {
	color: #000;
	text-decoration: none;
}
.gray a:hover {
	color: #a00;
	text-decoration: underline;
}
.active {
	font-weight: bold;
}
.menubox {
	display: none;
}
.menubox h2 {
	margin: 0;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.tableinfo {
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid #aaa;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.tableinfo td,th {
	padding: 5px;
	border: 1px solid #aaa;
}
.contactlist {
	font-size: 1em;
}
.contactname {
	font-weight: bold;
	color: #a00;
	width: 125px;
}
.standardform input {
	margin-left: 75px;
	margin-top: -1.2em;	
}
.erroron {
	color: #a00;
	visibility: visible;
}
.erroroff {
	visibility: hidden;	
}
.standardform .nomargin {
	margin: auto;
}
.introText {
	font-size: 1.2em;
	font-weight: bold;
}