@charset "windows-1252";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
	/*  background-color: #c5b0d5; */
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}
#hdr {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 191px;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 12pt;
	
}
#nav a {
	float: left;
	color: #000000;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#nav a:hover {
	float: left;
	color: #6f4396;
	display: block;
	border-top: 3px solid #eb00db;
	text-decoration: none;
	margin: 0;
	padding: 2px 0 0 0;
}
#nav .static {
	float: left;
	color: #6f4396;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}

#hdrGfk { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:146;
    margin: 0;
    padding: 0;
}


#contentHm {
	float: right;
	width: 600px;
	margin: 0;
	padding: 0;
	background-image: url(images/hm_bg_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#content {
	float: right;
	width: 600px;
	padding: 0;
	background-color: #ffffff;
	margin-right: 10px;
}

#contentSuccessStories {
	clear: both;
	width: 700px;
	margin: 0;
	padding: 20px 20px 12px 36px;
	background-color: #ffffff;
}

.toplineHm {
	padding: 12px 296px 0 12px;
	margin: 0;
}
.textHm {
	padding: 12px 160px 0 12px;
	margin: 0;
}
.textInteriorPg {
	padding: 12px 20px 0 12px;
	margin: 0;
}
.textInteriorTd {
	padding: 0px 0px 2px 10px;
	margin: 0;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000000;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 17pt;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 15pt;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 13pt;
	font-weight: bold;
	color: #000000;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	margin-left: 50px;
	padding-left: 0;
	color: #000000;
}

#footer {
	clear: both
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	color: #000000;
	margin: 0;
	padding: 18px 0 30px 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #content li {
	margin-bottom: .75em;
}
#container #content .centertext {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #content .centertexttop {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #content .leftevent {
	font-weight: bold;
	text-indent: 20px;
	vertical-align: top;
}
#container #content .rightevent {
	padding-left: 10px;
}
#container #content .boardmtgtable {
	width: 90%;
	margin-top: 20px;
	margin-left: 20px;
}
