body {
	text-align: center; /* for IE */
	font-size: 8pt;
	font-family: Tahoma;
	color: #000000;
	margin: 0 auto;
	padding: 0;
}
	
div#banner, div#content{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

div#header{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 6px;
	background: url(images/head_green1.gif);
	overflow:hidden

}

div#banner{
	left: 0px;
	top: 0px;
	width: 732px;
	height: 80px;
	background: url(images/head_baner.jpg);

}

div#menu{
	top: 0px;
	left: 0px;
	width: 712px;
	height: 16px;
	background: url(images/menu.gif);
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	font-weight: bold;
	word-spacing: 15px;
	font-family: Tahoma;
}

div#content{

	left: 0px;
	width: 712px;
	height: auto;
	font-size: 10pt;
	text-align: justify;
	font-family: Tahoma;
	z-index:3;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div#footer{

	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 158px;
	background: url(images/foot.gif);
	z-index: 0;
	font-family: Tahoma;
}
.menu, .menu a, .menu a:link, .menu a:visited, .menu a:active, table, table a, table a:link, table a:visited, table a:active{
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover, table a:hover{
	color: #ffffff;
	text-decoration: underline;
}

a:link, a:visited, a:active{
	color: #378e18;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #056b33;
	text-decoration: none;
	font-weight: bold;
}