.fourwindspopup  #container {
	width: 630px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding-top: 20px;
}
.fourwindspopup  #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}
.fourwindspopup  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.fourwindspopup  #mainContent {
	background: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.fourwindspopup  #footer {
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.fourwindspopup  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.addlead6 {
	font-size: 6px;
	line-height: 6px;
}
.addlead4 {
	font-size: 4px;
	line-height: 4px;
}
.body8 { color: #000000; font-size: 8px; line-height: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.papyrusheadline {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 56px;
	line-height: 56px;
	color: #337700;
}
.papyrusheadline2 {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 39px;
	color: #337700;
}
.papyrusheadline3 {
	font-family: Papyrus, Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 45px;
	color: #337700;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
}
.body9 { color: #000000; font-size: 9px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
.body10 {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.body12 { color: #000000; font-size: 12px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif }
.body14 { color: #000000; font-size: 14px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.blacksub9 { color: #000000; font-weight: bold; font-size: 9px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
.blacksub10 { color: #000000; font-weight: bold; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif }
.blacksub12 { color: #000000; font-weight: bold; font-size: 12px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.blacksub14 { color: #000000; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif }
.blacksub16 { color: #000000; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub9 { color: #337700; font-weight: bold; font-size: 9px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub10 { color: #337700; font-weight: bold; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub12 { color: #337700; font-weight: bold; font-size: 12px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub14 { color: #337700; font-weight: bold; font-size: 14px; line-height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub16 { color: #337700; font-weight: bold; font-size: 16px; line-height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif }
.greensub18 {
	color: #337700;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
.orangesub9 { color: #CB3E0A; font-weight: bold; font-size: 9px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
.orangesub10 { color: #CB3E0A; font-weight: bold; font-size: 10px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif }
.orangesub12 { color: #CB3E0A; font-weight: bold; font-size: 12px; line-height: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link, a:visited {
color: #005395;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #648CBC;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
h1 {
	font-weight: normal;
}
