body {
	background:#e6e6e6;
	margin:0;
}

.pageheading {
	font-size: 1.8em;
	color: #454545;
	font-weight: bold;
	margin:10px 0;
}

.clear {
	clear: both;
}



.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px none;
}
.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px none;
}

.modulemaintitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #454545;
	margin-bottom:10px;
}
.moduletitle {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.moduleheading1 {
	font-size: 1.1em;
	color: #454545;
	font-weight: bold;
	line-height: 140%;
}
.moduledate {
	line-height: 140%;
	margin-bottom:10px;
}
.modulesummary {
	line-height: 140%;
	padding-bottom: 5px;
}
.moduletext {
	font-size: 12px;
	line-height: 140%;
}
.moduledivider {
	border-bottom: solid 1px #454545;
	margin-bottom: 5px;
}

.modulelistitem {
	border-top:1px solid #bbb;
	margin-top:10px;
	padding-top:10px;
}

.modulelistitem a {
	color:#ff6207;
	text-decoration:none;
}

.modulelistitem h3 {
	margin:0;
}

.modulelistitem img {
	float:left;
	margin-right:10px;
	padding:3px;
	border:1px solid #ccc;
}

.blockmaintitle {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	background-color: #999;
	padding: 3px 2px 4px 2px;
}
.blocktitle {
	color: #000000;
	font-weight: bold;
	line-height: 120%;
	padding-top: 5px;
}
.blocktext {
	color: #000000;
	line-height: 120%;
}
.blockdate {
	line-height: 120%;
}
.block {
	border-bottom: solid 1px #454545;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width:100%;
}


/****** NEWS BLOCK ********/

#newsblock {
	background:#e6e6e6;
}

#newsblock .newsblocktitle {
	padding:2px;
	background:#808080;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

#newsblock .newsblockitem {
	border-bottom:1px solid #808080;
	padding:2px;
}

#newsblock .newsblockitem img {
	border:0px;
}

#newsblock .newsblockitem .newsblockitemimage {
	float:left;
	width:29px;
}

#newsblock .newsblockitem .newsblockitemtext {
	float:right;
	width:110px;
}
#newsblock .newsblockitem .newsblockitemtext .newsblockitemtitle {
	font-weight:bold;
}

#newsblock .newsblockitem .newsblockitemtext .more {
	text-align:right;
}
