
body 
	{
	background-color: #d3d7df;
	margin: 0px;
	background-image: url(images/bg.gif);
	}
#container {
	margin-left: -401px;
	border:0px;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 802px;
		height: 500px;
		background-color: #ffffff;
}
#header {
	top: 0px;
	height: 112px;
	left: 0px;
	width: 802px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	position: absolute;

}
#homeimage {
	top: 110px;
	height: 204px;
	left: 0px;
	width: 802px;
	position: absolute;

}

#content {
	top: 364px;
	left: 0px;
	width: 802px;
	position: absolute;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #072a5e;
			background-color: #ffffff;

}
#tablecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align:justify;
	color: #202020;

}
#tablecontent a {
	color: #202020;
}
#tablecontent a:hover {
	text-decoration:none;
	color: #202020;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #202020;

}
#navtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #202020;
}
#navtable a {
	font-family: Arial, Helvetica, sans-serif;
	color: #707e33;
	font-weight: bold;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align:justify;
	color: #202020;
		line-height: 22px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #202020;
		font-weight: bold;	line-height: 11px;margin-bottom:4px; }
li {
	line-height: 22px;
	font-size: 12px;

}

#menu {
	top: 316px;
	width: 802px;
	left: 0px;
	background-color: #ffffff;
	position: absolute;
	z-index: 20;
}


