html,body{ height:100%;}
body{
    width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #560F0A;
	background-color: #F2E1BB;
    margin: 0;
    padding:0;
}

a{color: #951900;text-decoration: none;}

#header{
	width: 100%;
	background: #fffcef;
	margin: 0 0 50px 0!important;
	padding: 0!important;
	text-align: center;
}


.page_frame{
	width: 650px;
	margin: 0 auto;
}
#header .page_frame{
	width: 750px;
}

.page_content{
	width: 360px;
}

.page_sidebar{
	width: 185px;
}


.logo{
	display: block;
	margin: 0 auto;
}

/* NAV */
#nav{
    position:relative;
    display: inline-block;
    margin: 0 auto
}
ul.nav{
	z-index:100;
	margin:0px;padding:0px;
	list-style:none;
	line-height: 50px;
	display: inline-block;
	}
ul.nav li{
	float:left;
	zoom:1;
	line-height:1em;margin-top:0px;margin-bottom:0px;
	}
ul.nav > li{
	padding:0;
	}
#nav a{
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0px 30px;
	text-decoration: none;
	color: #353535;
	font-size: 16px;
}

/* helpers-> clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.tAr{text-align: right;}
.tAc{text-align: center;}


td {
	vertical-align: top;
}
.homemaintable {
	background-color: #F2E1BB;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.hmquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #560F0B;
	text-decoration: none;
	margin-bottom: 2px;
}
.hmquotecredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #560f0b;
	margin-bottom: 2px;
}
p {
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 22px;
}
.footercredit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #560F0A;
	text-decoration: none;
	text-align: center;
}
.footercell {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.guestspeaker_reg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #931B0C;
	font-style: italic;
	font-weight: normal;
}
.guestspeaker_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #931B0C;
}

#cta{
	background-color: #951901;
	text-align: center;
	width: 90%;
	padding: 2% 5%;
}
#cta h1{color: white;margin-bottom: 10px;text-shadow:1px 1px 6px black;}
#cta h2{color: #f2e0b8;font-size: 22px;text-shadow:1px 1px 6px black;margin-top: 0;}