address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}

td
{
	margin-left: 0;
}

th
{
	font-weight: bold;
	text-align: center;
	margin-left: 0;
}

#container
{
	background-color: #60833b;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #60833b;
}

h1
{
	font-size: 23px;
}

h2 
{
	font-size: 23px;
}

h3
{
	font-size: 19px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 13px;
}

h6
{
	font-size: 12px;
}

body
{
	margin: 0px;
	background-color: #dcd1bc;
	width: 100%;
}

#body_container
{
	width: 100%;
}
html > body #body_container
{
	min-width: 1000px;
}

.footer
{
	text-align: center;
	border-top: 10px solid #000000;
	padding-top: 5px;
	background-color: #dcd1bc;
	width: 100%;
}

#header
{
	height: 94px;
	background-color: #dcd1bc;
	border-bottom: 10px solid #000000;
	font-size: 23px;
	font-weight: bold;
	vertical-align: middle;
	width:100%;
}

* html #header
{
	height: 95px;
}

a:link 
{
	color: #60833b;
	text-decoration: none;
}

a:visited
{
	color: #60833b;
	text-decoration: none;
}

a:active
{
	color: #60833b;
	text-decoration: none;
}

a:hover
{
	color: #60833b;
	text-decoration: underline;
}

#nav {
	position: absolute;
	left: 0;
    margin: 0;
	top: 171px;
	width: 125px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 99999;
}
* html #nav
{
	top: 160px;
	width: 135px;
}

#content {
    padding: 5px;
    margin-left: 140px;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 140px;
    background-color: #FFFFFF;
    border-left: 1px solid #000000;
    min-height: 600px;
    width: 100%;
}

html > body #content
{
	width: auto;
}

* html #content
{
	height: 600px;
}
