@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(dragonflypatternperi.jpg);
	background-color: #6699FF;
	background-repeat: repeat;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	vertical-align: top;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link {
	color: #333399;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: normal;
	font-weight: bold;
	color: #333399;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #330099;
	vertical-align: top;
	text-align: left;
	margin-top: 4px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
	margin-top: 7px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: bold;
	color: #333399;
}
a:visited {
	color: #3333CC;
}
a:hover {
	color: #3333FF;
}
a:active {
	color: #3300CC;
}
small subhead {font-size: 10px}
address text {font-size: 10px}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 0em;
	font-weight: normal;
	color: #000000;
	background-position: left top;
	vertical-align: top;
}
