body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: Green;
}
a:hover {
	text-decoration: underline;
}
.outer {
	padding-top:136px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:2px solid #000000;
	background: url(images/header.gif) no-repeat top;
}
.bodybanner {
	float: left; 
	position: absolute; 
	top: 147px; 
	width: 100%; 
	height: 55px;
}
* html .bodybanner {
	top: 155px;
}
.menu {
	position:relative;
	float:right;
	margin-top:-35px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.8em;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu li {
	display: inline;
}
.inactive {
	background: url(images/inactiveleft.gif) no-repeat left;
	padding-left: 11px;
}
.inactive strong {
	background: url(images/inactiveright.gif) no-repeat right;
	padding-right: 11px;
}
.inactive:hover {
	background: url(images/hoverleft.gif) no-repeat left #e3e3e3;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.inactive:hover strong {
	background: url(images/hoverright.gif) no-repeat right;
	padding : 3px 11px 3px 3px;
}
.mainbody {
	border-left: 200px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align : justify;
	width: *;
}
* html .mainbody {
	clear: none;
	overflow: hidden;
}
.headline {
	background: url(images/title_grey.gif) repeat-x left;
	color: Green;
	margin-top:0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	font-weight: bold;
}
.sidebar {
	padding: 0px;
	left: -210px;
	margin-right: -210px;
	position: relative;
	float: left;
	width: 200px;
	background-color: #dddddd;
	font-size: 0.8em;
}
.sidebar h4, .rightcontent h4 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(images/title_green.gif);
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.sidebar a {
	text-align: center;
	padding: 3px;
	display: block;
	width: 194px;
	background-color: #dddddd;
	color: Green;
}
.sidebar a:hover {
	text-align: center;
	padding: 3px;
	display: block;
	width: 194px;
	background-color: Red;
	color: #ffffff;
}
.sidebar a img {
	margin: 0 auto 0 auto;
}
.rightcontent {
	padding: 0px;
	position: relative;
	float: right;
	right: -10px;
	width: 160px;
	background-color: #ffffff;
	font-size: 0.8em;
	z-index:2;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
.rightcontent dl {
	background-color: #dddddd; 
	margin-bottom: 5px; 
	margin-top: 0px;
	padding: 3px;
	margin-left: 0px;
}
.rightcontent dt {
	font-weight: bold;
}
.rightcontent dd {
	margin-left: 10px; 
	padding-bottom: 5px;
}
.active {
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: url(images/activeleft.gif) no-repeat left; 
	padding-left: 8px;
}
.active strong {
	background: #ffffff url(images/activeright.gif) no-repeat right; 
	padding-right: 11px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 5px;
}