html, body {
	margin: 0;
	padding: 0;
	color:#000;
	background: #FFF;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
form, label {
	color:#000;
	background: #FFF;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.required {
	font-weight: bold;
}
.asterisk {
	color: #008080;
}
h1, h2 {
	color: #008080;
	font: 28px "Times New Roman", Times, serif;
	font-weight: bold;
}
h3, h3, h4, h6 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
}
a {
	color: #006a56;
}
.tagline {
	font-style: italic;
}
.caption {
	font-size: 10px;
}
.tagline, .caption {
	color: #900;
	font-weight: bold;
}
#pagewidth {
	width: 750px;
	margin: auto;
	text-align:left;
}
#header {
	position: relative;
	height: 214px;
	width: 100%;
}
#header img {
	display: block;
}
#site_title, #print_header, #print_footer {
	display: none;
}
#wrapper {
	background: url(../img/nav.gif) repeat-y left;
}
#leftcol {
	width: 184px;
	float: left;
	position: relative;
	margin: 0;
	padding-bottom: 7px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}
#nav li {
	position: relative;
	float: left;
	line-height: 22px;
	margin-bottom: -1px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 149px;
	margin-top: -23px;
}
#nav li ul li {
	border: 1px solid #006a56;
	background: #FFF;
}
#nav li ul ul {
	left: -999em;
}
#nav li, #nav li a {
	width: 149px;
	w\idth: 148px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
#nav li a {
	padding:0 5px;
}
#nav li a:hover {
	color: #fff;
	background: #006a56;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#smile_img {
	position: relative;
	top: -25px;
	margin-bottom: -25px;
}
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 566px;
	padding: 0 0 15px 0;
}
#maincol_img {
	 float:right; 
	 margin:3px 10px 10px 10px; 
	 padding:0; 
	 text-align:center;
}
#maincol_img p{
	margin-top: 2px;
}
#maincol img {
	 border:1px solid #000;
}
#maincol #newsletters {
	float:right;
	width: 160px;
	font-size:80%;
	margin:0 0 0 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#maincol #newsletters h4 {
	text-align:center;
	margin:1px 0 0 0;
}
#maincol #newsletters ul {
	padding:0;
	margin:0;
}
#maincol #newsletters ul li{
	list-style:none;
	background-color:#E5E5E5;
	border-bottom: 1px solid #999;
	margin-top:4px;
	padding-left:3px;
}
#footer {
	text-align: left;
	padding-left:75px;
	height: 100px;
	clear: both;
	background: url(../img/footer.jpg) no-repeat left top;
}
#footer p {
	margin: 0px 5px 0 0; font-size:12px;
}
#footer_print img {
	height: 100px;
	clear: both;
 	display:none;
}

.footcontact { width:200px; height:100px; float:left; margin-right:10px; }

#nlp {
	font-size: 80%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}