@charset "utf-8";
/* CSS Document */

/*MODULES*/
.module_container{
	background-image: url(../images/website_structure/box_white_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.module_header_container{
	background-image: url(../images/website_structure/box_top.png);
	background-repeat: repeat-x;
	background-position: top;
	height:18px;
}

.module_header{
	background-image:url(../images/website_structure/header_bg_green.png);
	background-repeat:repeat-x;
	position: relative;
}
.module_headertxt{
	font-size:16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.module_h1{
	font-size:11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.module_date{
	font-size:9px;
}
.module_text{
	font-size:11px;
	color:#2e2e2e;
}

.module_bodyl{ background-image:url(../images/website_structure/box_left.png); background-repeat:repeat-y; background-position:left; padding-left: 20px;
}
.module_bodyr{ background-image:url(../images/website_structure/box_right.png); background-repeat:repeat-y; background-position:right; padding-right: 20px;
}

.module_footer_container{
	background-image: url(../images/website_structure/box_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	height:18px;
}


/*MISC*/

.news{ width:190px; }
a.more_news{color: #36552f; text-decoration:none;}
a.more_news:hover{color:#1e2a5c; text-decoration:underline;}