.mainContainer {
	border: 2px solid #669900;


}
.bottomBar {
	font-size: 16px;
	color: #003366;
	background-color: #669900;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 10px;


}
.popBoxRepeating {
	background-image: url(images/popBoxRepeating.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.popBoxTop {
	background-image: url(images/popBoxTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;

}
.popBoxBottom {
	background-image: url(images/popBoxBottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.paragraphHeader {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #669900;
	font-weight: bold;
}
a:visited {
	color: #669900;
	font-weight: bold;
}
a:hover {
	color: #003366;
}
