body {
	background: url(../graphics/background.gif) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	width: 780px;
	border-right: 1px solid white;
}
* html body {
	font-size: x-small;
}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
}
p {

}

img {
	border: 0 none;
}

td {
	font-size: small;
}

#main a, #footer a {
	color: #85B41F;
	border-bottom: 1px dashed #85B41F;
	text-decoration: none;
}
#main a:hover, #footer a:hover {
	border: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 780px;
	border-right: 1px solid white;
}

#header {
	height: 214px;
	background: white;
	positon: relative;
}
#header div.left {
	border-bottom: 1px solid #A4C757;
	height: 184px;
	width: 237px;
	float: left;
}
#header div.right {
	float: right;
	width: 561px;
	background: url(../graphics/top.gif) no-repeat top right;
	position: absolute;
	top: 0;
	left: 226px;
}
#header div.right div.top {
	height: 68px;
	border-bottom: 1px solid #A4C757;
}
#header div.right div.bottom {
	height: 116px;
}

#sidebar {
	width: 239px;
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
}
#sidebar li a {
	display: block;
	padding: 0 0 0 30px;
	height: 28px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	background: #166424;
	border-top: 1px solid #85B41F;
}
#sidebar li a:hover {
	background: #4E8C21;
}
#sidebar li.nav_active a, #sidebar li.nav_active a:hover {
	background: white;
	color: #166424;
	font-weight: bold;
}

#main {
	background: white;
	margin-left: 239px;
	padding: 0 30px 10px;
}
#main h1 {
	font-size: 130%;
	color: #85B41F;
}
#main h2, #main p.sub_header {
	color: #166424;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 5px;
}
#main p {
	margin-top: 0;
}
#main li {
	font-size: 90%;
}
#main h2 {
}
td p {
	margin: 0 !important;
}

#footer {
	font-size: 80%;
	text-align: right;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-top: 40px;
}

#pattern {
	width: 300px;
	height: 619px;
	background: url(../graphics/pattern.gif);
	position: absolute;
	left: 781px;
	top: 0;
	z-index: 5;
}

#header-divider {
	width: 71px;
	height: 117px;
	background: url(../graphics/header.gif);
	position: absolute;
	top: 68px;
	left: 200px;
	z-index: 5;
}
* html #header-divider {
	top: 67px;
}