body {
font-size: 11px;
font-family: Tahoma, Arial, Sans-Serif;
;
color: #000;
padding:0px;
background: #40ae49 url(img/bg.png) repeat-x;
	margin: 0;
}
a {color: #297c00;}
a:visited {color: #47db19;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding:0px;
	margin: 0px 26px 0;
	color: #005d31;
}

h2 {
font-size: 15px;
font-weight: bold;
padding: 6px 0px 0px 26px;
color: #009D57;
	line-height: 8px;
	margin-bottom: -10px;
	margin-left: 0px;
	margin-right: 0px;
}



h3 {
font-size: 20px;
font-weight: normal;
padding:0px;
margin:0px;
color: #009D57;
	line-height: 25px;
}

blank {
	color: white;
}




img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 814px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
	height: 850px;
	background-image: url(img/contentbg.png);
}

#logo {
	width: 125px;
	height: 149px;
	position: relative;
	top: 0px;
	left: 0px;
}

#containe2 {
	background: url(img/pattern.png) repeat-x;
}



/* ----------banner for logo-------------- */
#banner {
text-align: left;
height: 168px;
margin-right: 7px;
	margin-top: 0;
}
#banner img {padding: 0px 0px 0 0px;
}

#banner logo {
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
margin-left: 180px;
margin-right: 7px;
font-size: 10px;
line-height: 10px;
	margin-top: 15px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
}

#content p {
color: #58595B;
	margin-left: 26px;
	font-size: 11px;
	line-height: 17px;
	margin-bottom: -2px;
}

#content strong {
	color: #191919;
	line-height: 20px;
}

#content space {
	color: white;
}


/* --------------left navi------------- */
#left {
float: left;
width: 174px;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 0;
	height: 677px;
	border-color: #00693F;
	background-color: #006940;
	margin-left: 10px;
}
    #left a {
	color: white;
	text-decoration: none;
	
}

    #left a:hover {
	color: #009D57;
	text-decoration: none;
	
}



/* -----------footer--------------------------- */
#footer {
width: 895px;
margin-left: auto;
margin-right: auto;
background-color: transparent;
font-size: 15px;
padding-top: 5px;
margin-bottom: 15px;
text-align: center;
font: Tahoma, Arial, Sans-Serif;

}
    #footer a {
	color: white;
	text-decoration: none;
	
}
        
    #footer a:hover {
	color: #00693F;
	text-decoration: none;
    }        
    
