#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#title {
	width: 846px;
	height: 219px;
}
#column1 {
	float: left;
	width: 215px;
	height: 600px;	/* added height to push footer down */
	margin-top: 26px;
}
#column2 {
	float: right;
	width: 566px;
	margin-right: 65px;	/* added color to make text navy */
	color: #34616c;
}
#content {
	clear: both;
	display: inline;
	/* removed padding */

}
#footer {
	clear: both;
	padding-top: 10px;	/* moved bg color to foottext to try to solve IE bg color problem, removed padding-bottom to bring navy bar higher */
	padding-bottom: 10px;
}
#foottext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #34616c;
	margin-left: 215px;
	line-height: 14px;
}



#colcontain {
	width: 846px;
}
#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: 13px;
	line-height: 18px;
	margin-right: 60px;
	padding-top: 5px;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 24px;
	text-align: left;
}
li {
	margin-left: 45px;
	margin-right: 20px;
	list-style-image: url(i/bullet.gif);
}

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

a:link {
	color: #E66E06;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	background-color: #E66E06;
}
a:visited {
	color: #E6A318;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: normal;
}
label input {
	margin-left: 20px;
}
hr {
	height: 1px;
	background: #BB5937;
	margin-top: 30px;
	margin-bottom: 10px;
}
.thumb {
	padding: 5px 15px 8px 0px;
}
.caption-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-right: 125px;
}

