body {
	margin: 0px 0px 0px 0px;
	font-family:"Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	color:#003300;
	font-size:10pt;
	background-color:#919B64;
}

img, div {
	border:0;
}

div.f {
	width:50px;
	float:left;
}

div.fm {
	width:500px;
	float:left;
	text-align:center;
}

div.h {
	width:300px;
	float:left;
}

div.hm {
	width:250px;
	float:left;
}

td, th {
	font-size:10pt;
}

p, li {
	text-align:justify;
}

p.c, h2 {
	text-align:center;
}

p.nav {
	padding-left:20px;
}

ul.1 {
	margin-left: 1em;
	padding: 5px;
}	

#wrapper {
	width:100%;
	text-align:center;
}

#body {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
}
#header {
	height:80px;
	vertical-align:top;
	background-image:url('images/tbd.gif');
	background-repeat:repeat-x;
}

#navbar {
	clear:left;
	float:left;
	width:110px;
	height:350px;
}

#main {
	float:left;
	width:465px;
}

#footer {
	height:50px;
	clear:left;
	vertical-align:bottom;
	background-image:url('images/bbd.gif');
	background-repeat:repeat-x;
}