body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em;
	text-align: center;
	background: #ffffff url(../Images/mc_bg.jpg) repeat-x;
	color: #000000;
}
#wrapper, #header, #credit {	
	margin: 0px auto;
}
#wrapper {
	width: 980px;
	background: url(../Images/mc_main_bg.png) repeat-y;
	color: #3e3e3e;
}
#innerWrapper, #header, #credit {
	text-align: left;
	width: 950px;
}
#innerWrapper {
	margin-left: 15px;
	margin-right: 15px;
}
#header {
	height: 80px;
}
.logo {
	margin-top: 10px;
}
.tagline {
	margin-left: 250px;
}
.leftCol {
	width: 250px;
	float: left;
}
.rightCol {
	width:700px;
	float: right;
}
#top {
	float: left;
	padding-bottom: 15px;
	background: url(../Images/mc_border_bg.png) repeat-x bottom;
}
#bottom, #footer {
	clear: both;	
}
#leftNav, #footer, #footwrap {
	background-color: #000000;
	color: #ffffff;
}
#bottom {
	background-color: #ffffff;
}
#footer {
	padding: 22px 10px 1px 10px;
	clear: both;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:link {	
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;	
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;	
}
#footer p {
	font-size: .75em;
	margin-bottom: 0px;
}
#footWrap {
	background: url(../Images/mc_footer_bg.jpg) no-repeat bottom;
	width: 980px;
	height: 40px;
	text-align: right;
}
#leftFoot {
	width: 230px;
	float: left;
}
#rightFoot {
	width: 650px;
	float: right;	
	text-align: right;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
	line-height: 1em;
}
h3 {
	font-size: .65em;
	text-align: right;
	padding-bottom: 1em;
	padding-right: 1em;
}
h1, h2 {
	color: #03273d;
}
h1, h2 {
	margin-top: 1em;
}
h1, h2, p, ul, ol, fieldset {
	margin-bottom: 1em;
}
#mainContent, #sideBar {
	padding: 0px 15px 0px 15px;
}
#leftNav {
	height: 316px;
}
#leftNav ul {
	padding:15px;
}
#leftNav ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#contactForm, #contactForm legend, .membership, .membership legend {
	border: solid 1px #cccccc;	
}
.membership {
	width: 275px;
	height: 120px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
#contactForm, .membership {
	padding: 15px;
}
#contactForm legend, .membership legend {
	padding: .25em;
}
#contactForm ol li, .membership ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.cfLabel {
	float: left;
	width: 200px;
}
.inputBox {
	width: 275px;
}
.inputBigBox {
	width: 350px;
}
.pointsList li {
	padding-left: 3em;
	padding-bottom: 3px;
}
#credit {
	text-align: right;
	font-size: .625em;
}
#credit a {
	color: #cccccc;
	text-decoration: none;
}
#credit a:link {	
	text-decoration: none;
}
#credit a:visited {
	text-decoration: none;	
}
#credit a:hover {
	text-decoration: underline;
}
#credit a:active {
	text-decoration: none;	
}
#slideshowWrapper {
	float: right;
	width: 188px;
	height: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
