﻿body
{
	font-family: 'Trebuchet MS' , Sans-Serif , Arial;
	font-size: smaller;
	margin: 0px;
	text-align: left;
}

#header
{
	width: 800px;
	height: 111px;
}

#content
{
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	top: 139px;
	float: left;
}

#footercenter
{
	width: 680px;
	font-size: x-small;
	float: left;
}

#footerright
{
	width: 100px;
	font-size: x-small;
	text-align: right;
}

.emph:first-letter
{
	font-size: x-large;
}

.heading
{
	font-family: "ZapfChan MdIt BT" , Arial;
	font-size: xx-large;
}

.subheading
{
	font-family: "ZapfChan MdIt BT" , Arial;
	font-size: large;
	border-top: black 1px solid;
	text-align: right;
}

.subheadingleft
{
	font-family: "ZapfChan MdIt BT" , Arial;
	font-size: large;
	border-top: black 1px solid;
	text-align: left;
}

.menu
{
	padding-left: 15px;
}

#menubar
{
	width: 800px;
	position: absolute;
	left: 0px;
	top: 111px;
	float: left;
	color: white;
	background-color: #006633;
	vertical-align: middle;
}

.formlabel
{
	text-align: right;
	width: 125px;
}