* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
h1, h2{
	margin-bottom: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 990px;
}
#header {
	width: 990px;
	float: left;
	height: 129px;
}
#navigation {
	float: left;
	width: 990px;
	height: 45px;
}
#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	width: 172px;
	float: left;
	padding-top: 23px;
	padding-left:10px;
}
#content {
	float: left;
	color: #333;
	margin: 0px;
	width: 600px;
	display: inline;
	/*padding-right: 10px;*/
}
#rightcolumn {
	color: #333;
	margin: 0px 10px 0px 0px;
	width: 162px;
	float: right;
	padding-top: 23px
}
#footer { 
 width: 970px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size: 10px;
}
a:hover {
	text-decoration:underline;
}
#content .componentheading {
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #7C211D;
}
#content .contentheading {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #7C211D;
}
.contentpaneopen h3 {
	color: #7C211D;
	margin-bottom: 5px;
}
.blog td {
	padding-right: 10px;
}
#content ul {
	margin-left: 10px;
}
.contentpaneopen p {
	margin-bottom: 12px;
}
.contentpaneopen table {
	margin-bottom: 0px;
}
.mod_contentitem .article_seperator {
	display:none;
}
a.mainlevel:link, a.mainlevel:visited {
	color:#7c211d;
}
a.mainlevel:hover {
	color: #8c7999;
	text-decoration:none;
}
a {
	text-decoration:none;
}
a.mainlevel {
	font-size: 14px;
	line-height: 24px;
}
a.sublevel:link, a.sublevel:visited {
	color:#7c211d;
}
a.sublevel:hover {
	color: #8c7999;
	text-decoration:none;
}
a.sublevel {
	font-size: 14px;
	line-height: 24px;
}
ul#mainlevel, ul#mainlevel ul {
/*	text-align:right;*/
	list-style: none;
	width: inherit; 
	margin-bottom: 10px;
}
ul#mainlevel ul {
	margin-left: 10px;
	margin-top: 10px;
}
#mainlevel li {
	margin-bottom: 10px;
}
a#active_menu.mainlevel {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/mainlevel.gif);
	color: #8c7999;
	display: block;
}
a#active_menu.sublevel {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/sublevel.gif);
	color: #8c7999;
	display: block;
}
.moduletable_subscribe {
	margin-bottom: 20px;
}
#rightcolumn .moduletable {
	margin-bottom: 15px;
}