#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/i/bg.jpg);
	background-repeat: repeat-y;
}
#title {
	width: 750px;
	height: 200px;
}
#column1 {
	float: left;
	width: 135px;
	height: 650px;
	/* added height to push footer down */
}
#column2 {
	float: right;
	width: 515px;
	margin-right: 65px;
}
td {
}
.rule {
	border-bottom: 1px solid #810021;
	padding-bottom: 20px;
	vertical-align: top;
	padding-top: 10px;
}
#content {
	clear: both;
	display: inline;
	/* removed padding */

}
#footer {
	clear: both;
	border-bottom: 7px solid #810022;
	padding: 3px 0 0 0;
	background-color: #DAA087;
	/* moved bg color to foottext to try to solve IE bg color problem, removed padding-bottom to bring navy bar higher */
}



#colcontain {
	width: 750px;
}
#nav {
	line-height: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul {
	line-height: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	display:block;
}
#nav li {
	border-top: 2pt dotted #DAA087;
	
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	color: #811D39;
}
#content .listheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	color: #811D39;
	margin-bottom: 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;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	color: #811D39;
	margin-bottom: 24px;
	/* added align left */
}
.beautify {
	color: #811D39;
	padding-top: 5px;
	padding-bottom: 8px;
	font: 19px/27px Georgia, "Times New Roman", Times, serif;
	}

.foottext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-left: 170px;
	text-align: left;
	color: #810022;
}

a:link {
	color: #D1505B;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
a:hover, a:active {
	color: #611923;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}
a:visited {
	color: #C14A54;
	text-decoration: none;
	font-weight: bold;
	border: none;
}
label input {
	margin-left: 20px;
}
hr {
	margin-top: 30px;
	margin-bottom: 10px;
	background-color: #810021;
	height:1px;
	border:none;
}
.capsubhead {
	letter-spacing: 5px;
	color: #C14A53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 90%;
	margin-bottom: 16px;
	margin-top: 0px;
}
body {
	background-image: url(/i/bg2.gif);
	background-repeat: repeat;
	background-position: center top;
}
#column2 img {
	margin: 5px 15px 5px 0px;
	border: 2px solid #FFF;
}
#column2 #content .thumb-noborder {
	padding: 5px 15px 8px 0px;
	border: none;
}


select {
	margin-bottom: 24px;
}

