.clear {
	clear: both;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0 0;
}
a {
border: 0;
}
#header {
	height: 137px;
	border: 1px solid #FFFFFF;
	border-width: 0 0 1px;
}
*html #header {
	height: 135px;
}
#container {
	width: 845px;
	margin: 0 auto;
	text-align: left;
}

#content {
	padding: 10px 0;
}
td.contentTD {
	height: 300px;
}
.pageTitle {
	color: #4c937f;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 15px;
	border: 1px dashed #4c937f;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
}

/* Split Home page*/
#homeRight {
	width: 290px;
	float: right;
	padding: 0 0 0 10px;
}

#homeLeft {
	width: 539px;
	height: 504px;
	background: url(images/homeLeftBack.jpg) no-repeat;
	text-align: center;
}
#homeLeft p {
	text-align: left;
	line-height: 17px;
	margin: 15px 0;
	padding: 0 15px;
}
#homeLeft img {
	border: 8px solid #FFFFFF;
	margin: 12px 0 0;
}


/* Search */
#ajaxSearch_input {
	width: 210px;
}

p.ajaxSearch_resultsInfo {
	margin: 5px 0 10px;
}

.ajaxSearch_paging {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.ajaxSearch_highlight {
	font-weight: bold;
}

.ajaxSearch_result {
	margin: 0 0 20px;
}

/*   sitemap  */ 

#sitemap li {
	list-style: none;
}
#sitemap ul li {
	margin: 0 0 5px;
}
#sitemap ul li ul {
	padding: 0px 0px 0 15px;
	margin: 0;
}
#sitemap ul li ul li {
	margin: 0;
	padding: 0;
}
#sitemap a {
 	text-decoration: underline;
	font-weight: normal;
	color: #103257;
}
#sitemap ul li ul li a {
	font-weight: normal;
	color: #103257;
}
#sitemap a:hover {
	color: #4c937f;
}

/*   Membership form */ 
.formNotes {
	padding: 0 0 0 70px;
}

.formNotes ol {
	padding: 0 0 0 20px;
	margin: 5px 0 10px;
}
.required {
	color: #CC0000;
}
/*   Footer */ 
#footer {
	padding: 0 15px;
	background: #103257;
	height: 16px;
	line-height: 16px;
	text-align: right;
}
#footer, #footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #4c937f;
	text-decoration: none;
}