body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../grfx/bg.gif) repeat-x #fff;
	margin: 0;
	padding: 0;
}

#top {
	height: 127px;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#main {
	margin: 0;
	padding: 10px 0px 0px 10px;
	height: 177px;
	background: url(../grfx/main.jpg) no-repeat top left;
}

* html #main {
	overflow: hidden;
}

#bottom {
	height: 171px;
	margin: 0;
	background: url(../grfx/bottom2.jpg) no-repeat top left;
}

#footer {
	background: url(../grfx/footer.gif) no-repeat top left;
	height: 46px;
	border: 0;
	padding: 10px;
}

/*__________ text items below ___________*/
.hdrtxt {
	font-size: 0em;
	display: none;
	color: #fff;
}

h1 {
	font-size: 1.0em;
	color: #006900;
	margin: 0;
}

h2 {
	font-size: 0.85em;
	color: #006900;
	margin: 1ex 0px 1ex 0px;
}

h3  {
	font-size: 0.8em;
	color: #006900;
	margin: 1ex 0px 1ex 0px;
	padding: 0px;
}

h4, h5, h6 {
	font-size: 0.75em;
	color: #000;
	margin: 1ex 0px 1ex 0px;
}

p {
	font-size: 0.7em;
	color: #000;
	margin: 0.4em 0px 0.5em 2px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ol, td {
	font-size: 0.7em;
	color: #333;
}

#top a {
	left: 640px;
	top: 80px;
	position: absolute;
}

#main h1, #main p, #main ul, #main ol {
	margin-left: 300px;
	width: 420px;
}

#main ul, #main ol {
	padding-left: 20px;
}

#main ul li { 
	list-style: none;
	background: url(../grfx/bullet.gif) 0px 3px no-repeat;
	padding-left: 16px;
}

#footer p, #footer a { 
	color: #888;
}

#footer p { 
	margin-top: 25px;
	margin-left: 50px;
	padding-top: 5px;
	background: url(../grfx/footerline.gif) repeat-x top left;
	width: 660px;
}

* html #footer p {
	margin-top: 35px;
}

.clear {
	clear: both;
}