body {
	font-family: arial, verdana;
	font-size: 0.9em;
	color: #000000;
	background-color: #ccc99f;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainBG.gif);
	background-repeat: no-repeat;
}
.leftColumn {
	text-align: center;
	position: absolute;
	width: 345px;
	left: 0px;
	top: 290px;
}
.rightColumn {
	text-align: center;
	position: absolute;
	width: 474px;
	left: 345px;
	top: 110px;
	background-image: url(images/contentBG.gif);
	margin: 0px;
	padding: 0px;
}
form {
	width: 340px;
	margin: 0px;
	padding: 0px;
}


.rightColumn p {
	text-align: left;
	width: 430px;
	margin-right: auto;
	margin-left: auto;

}
.blurb {
	text-align: left;
	width: 170px;
}

.rightColumn ul {
	text-align: left;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: square;
	padding-left: 25px;
	font-size: .95em;

}
.rightColumn h1 {
	color: #03663b;
	font-size: 1.3em;
}

.rightColumn h2 {
	color: #03663b;

	font-size: 1.em;
	font-size: 1.1em;
}

.rightColumn a {
	color: #ed1c24;
	text-decoration: none;	
}

.rightColumn a:hover {
	color: #ed1c24;
	text-decoration: underline;	
}
.leftSide {
	text-align: center;
	width: 330px;
	font-size: 11px;
	background-position: center;

}
.nav {
	background-color: #ccc99f;
	background-image: url(images/navImage.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 474px;
	padding: 0px;
}
.nav a {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 70px;
	position: relative;
	height: 25px;
	width: 110px;


}
td {
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: center;
	vertical-align: top;
}
img {
	border: 0px none;
}
.leftSide h4 {
	font-weight: bold;
	font-size: 12px;
}
.leftSide h3 {
	font-size: 14px;
}
.leftSide h2 {
	font-size: 16px;
}
.leftSide h1 {
	font-size: 18px;
}
.pics img {
	border: 2px solid #000000;
}

.picBord {
	border: 2px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
