#main {
    width: 776px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	width: 776px;
}
#column1 {
	float: left;
	width: 195px;
	height: 650px;
	/* added height to push footer down */
}
#column2 {
	float: right;
	width: 581px;
	color: #003300;
	/* added color to make text navy */
}
#content {
	clear: both;
	display: inline;
	/* removed padding */

}
#footer {
	clear: both;
	border-bottom: 9px solid #003300;
	padding-top: 6px;
	/* moved bg color to foottext to try to solve IE bg color problem, removed padding-bottom to bring navy bar higher */
}



#colcontain {
	width: 776px;
}
#nav {
	line-height: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#image1 {
	float: left;
	width: 283px;
	text-align: center;
	padding-bottom: 40px;
	/* reduced width from 290 to 283; added text-align: center to image1 & image2 because it wasn't working in safari when "center" was only in .caption, added padding-bottom to force space between caption and text below */
	/* removed 	height: 290px; */
	/* changed padding from 20px to 40px */
}
#image2 {
	float: right;	
	width: 283px;
	text-align: center;
	padding-bottom: 40px;
	/* reduced width from 290 to 283; added text-align: center to image1 & image2 because it wasn't working in safari when "center" was only in .caption, added padding-bottom to force space between caption and text below */
	/* removed 	height: 290px; */
	/* changed padding from 20px to 40px */
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 22px;
	text-align: left;
	/* added align left */
}
.foottext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-left: 195px;
	text-align: left;
	background-color:#BFCCBF;
}

p {
	margin-top: 0px;
}
	/* added margin-top to prevent text/images from starting below top of nav */

a:link {
	color: #611923;
	text-decoration: none;
}
a:hover, a:active {
	color: #611923;
	text-decoration: underline;
}
a:visited {
	color: #603640;
	text-decoration:none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
label input {
	margin-left: 20px;
}
hr {
	background: #003300;
	color: #003300;
	height: 2px;
}
