

html, body {
	margin: 0;
	padding: 0px 0 10px 0;
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center
	}


a:link {text-decoration: underline;color: #3D3F3E;}
a:visited {text-decoration: underline;color: #3D3F3E;}
a:hover {text-decoration: none;color: #8CC63E;}
a:active {text-decoration: none;color: #8CC63E;}

a.nav:link {text-decoration: underline;color: #FFFFFF;}
a.nav:visited {text-decoration: underline;color: #FFFFFF;}
a.nav:hover {text-decoration: none;color: #FFFFFF;}
a.nav:active {text-decoration: none;color: #FFFFFF;}



#container {
	width: 1000px;
	margin-left: auto ;
        margin-right: auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
        vertical-align: middle;
        text-align: left
        }


#content {
	float: left; 
	text-align: left; 
	padding: 0 55px 0 55px;
	width: 650px;
	font-size: 12px;

	}
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#l2ynav {
	margin: 0px 0px 0px 5px;
	float: left;
	padding: 5px 5px 20px 5px;
	width: 215px;
	border: 2px solid #000000;
	font-size: 12px;
	}
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.l2ynavb {
	margin: 0;
	text-align: center;
	padding: 5px;
 	 }
#foot {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}




h1 {font-family: arial; font-size: 20px; font-style: normal; font-weight: bold;}
h2 {font-family: arial; font-size: 18px; font-style: normal; font-weight: bold;}
h3 {font-family: arial; font-size: 15px; font-style: normal; font-weight: normal;}


