body {
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3887C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003d6f;
	margin: 3px;
	padding: 3px;
}
.content-table {
	background-color: #D7E9F4;
	background-position: top;
	border: 5px solid #FFFFFF;
}
.content-table-interior {
	background-color: #D7E9F4;
	background-position: top;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
.content {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}

h1.title {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #56af46;
	letter-spacing: 1px;
	font-weight: bold;
}

h1 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #D1871F;
	letter-spacing: 1px;
	font-weight: bold;
}
h1 a {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #22AA30;
	letter-spacing: 1px;
	font-weight: bold;
}

h2 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3480B9;
	letter-spacing: 1px;
	font-weight: bold;
}
.contact-table {
	margin:0;
	padding:0;
	border: 5px solid #FFFFFF;
}
h2 a {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22AA30;
	letter-spacing: 1px;
	font-weight: bold;
}

a:link {
	color: #22AA30;
	text-decoration: underline;
}
a:visited {
	color: #C6801D;
	text-decoration: underline;
}
a:hover {
	color: #22AA30;
	text-decoration: none;
}
a:active {
	color: #22AA30;
	text-decoration: underline;
}

.bold-green {
	font-size: 14px;
	font-weight: bold;
	color: #22AA30;
	text-decoration: underline;
}
.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.footer a{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;

}
.footer a:hover{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;

}