@import "/css/wwm.css";

/* @group General */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff8e5 url('/file/716980d6d7a/bg.gif') repeat-x;
}

body,td,div {
	font: 11px verdana, helvetica, arial, sans-serif;
}

/* @end */

/* @group Main container */

table.main_container {
	width: 1020px;
	margin: 10px 0 0 0;
	border-spacing: 0px;
	border-collapse: collapse;

}

table.main_container tr td.shadow_top {
	height: 20px;
	background-image: url('/file/716975b46a4/ShadowTop.png');
}

table.main_container tr td.shadow_bottom {
	height: 20px;
	background-image: url('/file/7169769aa62/ShadowBottom.png');
}

table.main_container tr td.shadow_tr {
	width: 20px;
	background: url('/file/716975516b0/ShadowRT.gif') no-repeat;
}

table.main_container tr td.shadow_tl {
	width: 20px;
	background: url('/file/7169762fb04/ShadowLT.gif') no-repeat;
}

table.main_container tr td.shadow_r {
	width: 20px;
	min-height: 100px;
	background: url('/file/716976755e1/ShadowR.png') repeat-y;
}

table.main_container tr td.shadow_l {
	width: 20px;
	min-height: 100px;
	background: url('/file/7169768c95e/ShadowL.png') repeat-y;
}

table.main_container tr td.main_td {
	background-color: white;
	width: 980px;
}

table.main_container tr td.main_td div.main_container {
	width: 980px;
	background: #F4EDD8 url('/scripts/heading.php?location=frontpage&select=month') no-repeat;
	min-height: 532px;
}

table.main_container tr td.main_td div.main_container div.bottom {
	clear:both;
	height: 10px;
}


/* @end */

/* @group Left col */

table.main_container tr td.main_td div.main_container div.left {
	float: left;
	width: 760px;
	min-height: 532px;
}

table.main_container tr td.main_td div.main_container div.left div.head_content div.image_overlay {
	height: 500px;
}

/* @end */

/* @group Right col */

table.main_container tr td.main_td div.main_container div.right {
	float: right;
	width: 220px;
	text-align: center;
	min-height: 600px;
}

table.main_container tr td.main_td div.main_container div.right div.logo {
	width: 220px;
	height: 170px;
	background: url('/file/716977224fc/Logo.png') no-repeat center center;
	cursor: pointer;
}



/* @end */

/* @group Frontpage only */

/* @group Main */

div.fp_main {
	text-align: right;
	width: 760px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.fp_main div.greenbox div.green_top,div.fp_main div.greenbox div.green_bottom {
	width: 748px;
	height: 1px;
	background-color: #5F8923;
	font-size: 0px;
	margin-left: 1px;
}

div.fp_main div.greenbox div.green_container {
	background-color: #5F8923;
	width: 750px;
	min-height: 450px;
}

/* @group 4 col frontpage */

table.fp_3col {
	width: 748px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.fp_3col tr td {
	width: 25%;
	text-align: center;
	padding: 10px;
}

table.fp_3col tr td div.white_container_top, table.fp_3col tr td div.white_container_bottom {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 1px;
	width: 165px;
	height: 1px;
}

table.fp_3col tr td div.white_container {
	background-color: #fff;
	text-align: left;
	padding: 5px;
	min-height: 300px;
}

table.fp_3col tr td div.white_container a img {
	vertical-align: bottom;
	margin: 0;
	border: 1px dashed transparent;
}

table.fp_3col tr td div.white_container a:hover img {
	border-color: #4E781D;
}

table.fp_3col tr td div.white_container a:hover {
	border-width: 0;
}



div.contentsubfp3col {
	text-align: left;
	padding: 0 10px 10px 10px;
	font: 14px "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #F4EBC1;
}

/* @end */


/* @end */


/* @end */