table.moduletable {
	width: 100%;
	table-layout: auto;
	border: 1px solid #ED8241;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
}
table.moduletable th {
	color: #efefef;
	background-color: #ED8241;
	padding: 3px 3px 3px 3px;
	text-transform: uppercase;
}
table.moduletable td {
	padding: 3px 3px 3px 3px;
	text-align: left;
}
table.moduletable td td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.moduletable td div {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 3px 0px;
}

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #655940;
	vertical-align: top;	
	line-height:12px;
}
img{border:0;}
a {
	font-family:tahoma;
	font-size: 10px;	
	color: #80AA47;		
}
a:visited {
	color: #80AA47;
}
a:hover {
	color: #80AA47;
}
a:active {
	color: #80AA47;	
}

.mainlevel {
	display: block;
	width: auto;
	height: 16px;
	line-height: 16px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {
	text-transform: uppercase;
	font-size: 9px;
	color: rgb(138, 119, 79);
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}

.sublevel {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
a.sublevel:link, a.sublevel:visited, a.sublevel:hover {
	padding-left: 19px;
	color: rgb(138, 119, 79);
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: block;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-bottom: 2px;
	color: rgb(101, 89, 64);
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}
li a {
	text-decoration: none;
}

.componentheading {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ED8241;
	color:#ED8241;
	font-size:13px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.contentheading, a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:hover {
	color:#ED8241;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 3px;
	text-decoration: none;
}

a.readon:link, a.readon:visited, a.readon:hover {
	margin-top: 3px;
	margin-bottom: 7px;
}

.blog_more {
	margin-top: 3px;
	margin-bottom: 7px;
}