/* background definitions */
body {
	background-color: #ffffff;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0189c2;
	font-size: 12px;
}
.altbg {
	background-image: url(images/headgradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

.img {
	padding:2px;
	border: 1px solid #0189c2;
	margin: 4px;
}

/* content boxes */
.primarybox {
	width: 445px;
	padding-right: 18px;
	padding-left: 18px;
	margin-bottom: 18px;
}
.primarybox H1 {
	font-size: 18px;
	color: #006d9a;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 15px;
	margin: 0px;
	margin-left: -16px;
	background-image: url(images/primaryheadline.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-bottom: 2px;
	margin-bottom: 12px;
}
.primarybox H2 {
	font-size: 14px;
	color: #006d9a;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0189c2;
	margin: 0px;
	margin-bottom: 12px;
}
.primarybox P {
	margin: 0px;
	margin-bottom: 12px;
}
.primarybox A, .primarybox A:link, .primarybox A:active, .primarybox A:visited {
	color: #79da00;
	text-decoration:none;
	font-weight: bold;
}
.primarybox A:hover {
	color: #79da00;
	text-decoration:underline;
	font-weight: bold;
}
.primarybox B, STRONG {
	color: #0189c2;
}

.secondarybox {
	width: 183px;
	padding-right: 18px;
	padding-left: 18px;
	margin-bottom: 18px;
	color: #0e5a44;
}
.secondarybox H1 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin: 0px;
	margin-bottom: 12px;
}
.secondarybox P {
	margin: 0px;
	margin-bottom: 12px;
}
.secondarybox H6 {
	font-size: 9px;
	margin: 0px;
}
.secondarybox A, .secondarybox A:link, .secondarybox A:active, .secondarybox A:visited {
	color: #0e5a44;
	text-decoration:none;
	font-weight: bold;
}
.secondarybox A:hover {
	color: #0e5a44;
	text-decoration:underline;
	font-weight: bold;
}
.secondarybox INPUT {
	color:#333333;
	background-color:#FFFFFF;
	border: 1 solid #333333;
	width: 175px;
	margin-bottom: 3px;
	font-size: 11px;
	padding: 2px;
}

/* footer */

.footerbox {
	color: #707070;
	width: 453px;
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 18px;
}
.footerbox A, .footerbox A:link, .footerbox A:active, .footerbox A:visited {
	color: #549701;
	text-decoration:none;
	font-weight: bold;
}
.footerbox A:hover {
	color: #549701;
	text-decoration:underline;
	font-weight: bold;
}
