body {
	margin:0;
	background-image:url(images/bg_rpt.jpg);
	background-repeat:repeat-x;
}

.pageheading {
	font-size: 1.8em;
	color: #231f20;
	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: #231f20;
	margin-bottom:10px;
}
.moduletitle {
	font-size: 1.1em;
	color: #231f20;
	font-weight: bold;
	line-height: 140%;
}
.moduleheading1 {
	font-size: 1.1em;
	color: #231f20;
	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 #231f20;
	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 #231f20;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width:100%;
}


#contactform input.textinput {
	border:1px solid #c8c7c7;
	width:230px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contactform textarea {
	border:1px solid #c8c7c7;
	width:230px;
	height:80px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}