body {
	margin: 0;
}
p, td, input, textarea, div {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  font: bold 16px Arial, Verdana, Helvetica, sans-serif;
  color: #007236;
  font-variant: small-caps;
}
td.leftnav {
	background-color: #d5d9e2;
	padding: 0 0 0 15px;
	width: 179px;
}
td.footer {
	font-size: 12px;
	background-color: #293f6f;
	text-align: center;
	color: white;
	padding: 7px 0 7px 0;
}
td.topnav {
	background-image: url(images/bg_topnav.jpg);
	background-repeat: repeat-x;
}
td.logo {
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
}
#topnav {
	width: 388px;
	height: 23px;
	background-image: url(images/bg_topnav_rt.jpg);
	font-size: 8px;
	color: white;
}
a.topnav {
	font-size: 8px;
	color: white;
	text-decoration: none;
}
a.topnav:hover {
	text-decoration: underline;
}
#banner {
	font-size: 19px;
	color: white;
	text-align: center;
}
#subhead {
	font-size: 15px;
	color: #007236;
	text-align: center;
	margin-top: 10px;
}
blockquote {
	margin-left: 15px;
}
.nomargin {
	margin: 0 0 0 15px;
	padding: 0;
}
a.leftnav {
  font-size: 10px;
	color: #007236;
	text-decoration: none;
}
a.leftnav:hover {
 	text-decoration: underline;
}
table.content {
  padding: 10px;
}