.module {
}
.module .mheader, .module .mfooter {
	height: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.module .moduleBody {
	padding: 0 10px;
}
.module .moduleBody .moduleBodyBleed {
	padding: 0;
}
.module .left, .module .right {
	width: 12px;
	height: 12px;
}
.module .edge {
	height: 12px;
	margin: 0 12px;
}
.module .noleftpadding {
	margin-left: 0px;
}

.module .mheader .left , .module .mfooter .left {
	float: left;
}
.module .mheader .right , .module .mfooter .right{
	float: right;
}

.module .mtitle {
	height:35px;
}
.module .mtitle .moduleHeader {
	float:left;
	padding-top:10px;
	height:25px;
	overflow:none;
}

.module .mtitle .left, .module .mtitle .right {
float:left;
width: 12px;
height:35px;
vertical-align:top;

}
.module .mheader .left, .module .mtitle .left {
	background-position: 0px 0px;
}

.module .mheader .right, .module .mtitle .right {
	background-position: -12px 0px;
}
.module .mfooter .left {
	background-position: 0px -112px;
}
.module .mfooter .right {
	background-position: -12px -112px;
}


.menu2 {
	clear:both;
	height:40px;
	xfont-weight:bold;
	font-size:18px;
	font-style:italic;
	

}
.menu2 .left, .menu2 .right{
	width:12px;
	height:40px;
	float:left;
}
.menu2 .top, .menu2 .bottom {
	width:12px;
	height:20px;
	background-repeat: no-repeat;
}
.menu2 .right {
	margin-right:20px;
}
.menu2 .left .top {
	background-position: 0 0;
}
.menu2 .left .bottom {
	background-position: 0 -104px;
}
.menu2 .right .top {
	background-position: -12px 0;
}
.menu2 .right .bottom {
	background-position: -12px -104px;
}

.menu2 .act {
	float:left;
	width:auto;
	height:29px;
	overflow:hidden;
	padding:11px 3px 0 3px;
	margin-right:20px;

}

.menu2 .no {
	float:left;
	width:auto;
	height:29px;
	overflow:hidden;
	padding:11px 3px 0 3px;
	margin-right:20px;
}


.menu3 {
    font-size:14px;
    margin-bottom:90px;
    clear:both;
}

.menu3 DIV {
    float:left;
    margin-right:20px;
}


.green .left, .green .right {
	background: url("../images/rnd-green.png") no-repeat;
}
.green .edge, .green .moduleBodyWrap, .module .mtitle .moduleHeader {
	background-color: rgba(9, 98, 36, 0.701961);
}
.module .left, .module .right, .menu2 .top, .menu2 .bottom {
	background: url("../images/rnd-green.png") no-repeat;
}
.module .edge, .module .moduleBodyWrap, .menu2 .act {
	background-color: rgba(9, 98, 36, 0.701961);
}

.module A, .module A:visited {
	color:#fff;
	text-decoration:underline;
}

.module A:hover {
	color:#FF0;
}
.menu2 .no A, .menu2 .no A:visited {
	color:rgb(0, 139, 68);
	text-decoration:underline;
}
.menu2 .no A:hover {
	color: rgb(170, 0, 0);	
}

/*
 WHITE body....
*/

body.white .green .left, body.white .green .right {
	background: url("../images/rnd-white.png") no-repeat;
}
body.white .green .edge, body.white .green .moduleBodyWrap, body.white .module .mtitle .moduleHeader {
	background-color: transparent;
}
body.white .module .left, body.white .module .right, body.white .menu2 .top, body.white .menu2 .bottom {
	background: url("../images/rnd-white.png") no-repeat;
}
body.white .module .edge, body.white .module .moduleBodyWrap, body.white .menu2 .act {
	background-color: transparent;
}

body.white .module A, body.white .module A:visited , body.white A, body.white A:visited  {
	color:#137123;
	text-decoration:underline;
}

body.white .module A:hover, body.white A:hover {
	color:#F30;
}
body.white .menu2 .no A, body.white .menu2 .no A:visited {
	color:rgb(0, 139, 68);
	text-decoration:underline;
}
body.white .menu2 .no A:hover {
	color: rgb(170, 0, 0);	
}

body.white .menu2 .act {
	color:#8fc1a3;
}

