body {
	margin: 27px 0px 0px;
	color: #808285;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
a:link {
	text-decoration: none;
	color: #808285;
}
a:visited {
	text-decoration: none;
	color: #808285;
}
a:hover {
	text-decoration: none;
	color: #b5b58e;
}
a:active {
	text-decoration: none;
	color: #808285;
}
::selection {
        background: #b5b58e; /* Safari */
        color: #FFF;
}
::-moz-selection {
        background: #b5b58e; /* Firefox */
        color: #FFF;
}
img {
	border: 0px;
}
.wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper .header {
	background-image: url(../images/headerBg.gif);
	height: 50px;
	width: 940px;
	background-position: right;
	padding-bottom: 10px;
}
.menu ul {
	margin: 0px;
	padding: 0px 0px 16px;
}
.menu ul li {
	margin: 0px;
	text-align: left;
	list-style: none;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 4px;
}
.wrapper .mainPic {
	height: 300px;
	width: 940px;
	padding-bottom: 16px;
}
.wrapper .caption {
	float: left;
	width: 235px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.wrapper .headerText {
	float: left;
	width: 705px;
	font-size: 25px;
	font-weight: bold;
	line-height: 28px;
	text-align: left;
}
.wrapper .divider {
	background-image: url(../images/divider.gif);
	height: 20px;
	width: 940px;
	background-repeat: no-repeat;
	clear: both;
}
.headerText p {
	margin: 0px;
	padding-bottom: 30px;
}
p {
	margin: 0px;
	padding-bottom: 12px;
}
.leftColHeader {
	width: 235px;
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #b5b58e;
}
.midColCopy {
	float: left;
	width: 340px;
}
.rightColCopy {
	float: left;
	padding-left: 25px;
	width: 340px;
}.logo   {
	float: left;
	padding-right: 20px;
	clear: both;
	width: 60px;
	padding-bottom: 50px;
}
.wrapper .copyright  {
	float: left;
	width: 500px;
	color: #B5B48E;
	padding-top: 35px;
}
.bodyText {
	float: left;
	width: 705px;
	padding-bottom: 16px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}