body {
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 800px;
	background-color: #E2E2E2;
	font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif;
	text-align: left;
}
#main-box {
	background: #E2E2E2;
	margin: 0 auto;
	width: 800px;
	z-index: 1;
}
#title-box {
	background: url(images/title-bar.gif) no-repeat;
	height: 85px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
a.nav {
	color: #DAF4DB;
	text-decoration: none;	
}
#nav-wrapper {
	width: 800px;
	position: relative;
	background: url(images/nav-bar.gif) repeat-y;
	padding-right: 18px;
	padding-left: 18px;
	z-index: 1;
}
#nav-box {
	height: 40px;
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 10px none;
}
#nav-box a
    {
	color: #FFFFFF;
	text-decoration: none;	
    }
#nav-box a:hover
    {
	color: #598059;
	text-decoration: none;
	background: #DAF4DB;
    }
#nav-box ul
    {
        list-style : none;
        padding:0px;
        margin:0px;
    }
#nav-box li
    {
	display:inline;
	list-style:none;
	padding: 0px 5px;
    }
#text-wrapper {
	background: url(images/main-bar-bg.gif) repeat-y;
	width: 800px;
	position: relative;
	padding: 8px 18px;
	z-index: 1;
}
#text-box {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 764px;
	position: relative;
	z-index: 1;
}
tr {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
td {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#footer-box {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/footer-bar.gif) no-repeat;
	height: 25px;
	width: 800px;
	position: relative;
	z-index: 1;
}
#right-text-box {
	width: 200px;
	position: absolute;
	top: 125px;
	z-index: 1;
	padding: 5px;
	right: 0px;
	background-color: #CCCCCC;
	left: 650px;
	height: 85px;

}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #365B36;
	font-weight: bold;
	border-bottom: 1px solid #365B36;

}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	border-bottom: 1px dotted #666666;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
a:link.home {
	color: #598059;
	text-decoration: none;
	background: #DAF4DB;
}

a {
	color: #267E3E;
	text-decoration: none;
}
a:link {
	color: #267E3E;
	text-decoration: none;
}
a:hover {
	color: #6BBE44;
	text-decoration: none;
}
a:visited {
	color: #267E3E;
}
a:visited:hover {
	color: #6BBE44;
	text-decoration: none;
}
.posted {
	font-style: italic;
	color: #666666;
	text-align: right;
	border-bottom: 1px dotted #000000;
}
.bordered {
	margin: 0px 6px 4px;
	border: 1px dotted #598059;
}

.posttext {

}
