body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/bckgrd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#header {
	height: 80px;
	width: 100%;
	text-align: left;
}
#mainnav {
	background-attachment: scroll;
	background-image: url(images/mainnavbckgrd.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#mainlink {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #003366;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	height: 18px;
	font-size: .75em;
}
#mainlink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mainlink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainlink a:hover {
	color: #00CCFF;
}
#mainlink a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#left {
	width: 130px;
	text-align: center;
	vertical-align: middle;
}
#center {
	width: auto;
	padding: 10px;
	vertical-align: top;
}

#center h1 {
	font-size: 1em;
	font-weight: bold;
	color: #0099CC;
	padding: 0px;
	margin: 0px;
}
#center h2 {
	font-size: .90em;
	font-weight: bold;
	color: #FF0000;
	margin: 5px 0px;
}
#center p {
	font-size: .75em;
	line-height: 18px;
	margin-top: 5px;
}
#right {
	background-color: #CCCCCC;
	width: 78px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 10px;
}
#footer {
	font-size: .70em;
	color: #FFFFFF;
	background-color: #004477;
	width: 765px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #00CCFF;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.mediumtext {
	font-size: .75em;
}
#mailing {
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
	width: 154px;
	margin: 0px;
	text-align: left;
}
#mailing a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#mailing a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mailing a:hover {
	color: #00CCFF;
}
#mailing a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#center li {

	font-size: .75em;
	line-height: 18px;
	margin-top: 5px;
}
.required {
	color: #FF0000;
}
