div.module h3 {
	font-size: 14px;
	width: 130px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	color: #005E31;
	border-bottom: 1px solid #005E31;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	width:  90%; 
}

hr.separator {
	width:  40%; 
}

iframe.wrapper {
	z-index: 0;
}
 
/* Topmenu */
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
	white-space: nowrap;
}

ul#mainlevel-nav li{
	width: auto !important;
	width: 5%;
	float: left;
	margin: 0;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	margin-right: 1px;	
	background: url(../images/headmenu_left.gif) bottom left no-repeat;	
}

ul#mainlevel-nav li a{
	font-weight: normal;
	height: 20px;
	display: block;
	padding-left: 5px;
	padding-right: 10px;
	text-decoration: none;
	color: #CCCCCC;
	margin-left: 5px;
	white-space: nowrap;
	background: url(../images/headmenu_right.gif) bottom right no-repeat;
}

ul#mainlevel-nav li:hover, ul#mainlevel-nav li.sfhover {
	background: url(../images/headmenu_left_hover.gif) bottom left no-repeat;
}

ul#mainlevel-nav li:hover a, ul#mainlevel-nav li.sfhover a{
background: url(../images/headmenu_right_hover.gif) bottom right no-repeat;
}

/* Main Menu(s) */

a.mainlevel {
	font-size: 10px;
	padding-left: 4px;
	width: 143px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	border-right: 4px solid #CACACA;
	width: 135px;
	color: #005E31;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
}

a.mainlevel:hover, a.mainlevel#active_menu {
	border-right: 4px solid #669E83;
	background: #F1F1F1;
	text-decoration: none;
}

html>body a.mainlevel {
	width:135px;
} /* Opera5-Fix-fix ;-) */

a.sublevel {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	padding-left: 12px;
	width: 139px;
	display: block;
	line-height: 20px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: normal;
	border-right: 4px solid #CACACA;
	color: #005E31;
	background: url(../images/submenu_back.gif) left center no-repeat;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
}

html>body a.sublevel {
	width:123px;
} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
	text-decoration: none;
	width: 139px;
	voice-family:"\"}\""; /* Box Model fix */
	voice-family:inherit;
	width: 123px;
	background: #F1F1F1 url(../images/submenu_back.gif) left center no-repeat;
	border-right: 4px solid #669E83;
}

html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
	width: 123px;
}

a.pnav {
}

.pnav:hover {
}

a.readon {
	font-size: 10px;
	text-decoration: none;
	line-height: 15px;
	border: 1px solid #EEEEEE;
	padding-left: 13px;
	background: url(../images/readon.gif) no-repeat left;
	margin-top: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.readon:hover {
	background: #EEEEEE url(../images/readon.gif) no-repeat left;
	text-decoration: none;
}

table.contentpane td.contentheading {
	font-weight: bold;
	font-size: 16px;
	height: 23px;
	line-height: 20px;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	border: none;
	color: #005E31;
}

table.contentpane ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table.contentpane ul li{
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	background: url(../images/readon2.gif) no-repeat left top;
}

a.category {
	text-decoration:  underline; 
}

a.category:hover {
	text-decoration:  underline; 
}

table.moduletable {
	width:  100%; 
	font-size: 80%;
}

table.moduletable th  {
	font-size: 80%;
}

table.contenttoc {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

table.contenttoc th{
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px solid #BBBBBB;
}

