

body {
	margin:0px;
	background:#C3E472 url(/images/design/body_repeat.jpg) repeat-x top;
}

body.newsletterBody {
	margin:10px;
	background:#D4E6A0;
}

div.designArea {
	width:900px;
	text-align:left;
	position:relative;
}

div.designTop {
	width:100%;
	height:220px;
	
	background:url(/images/design/top1.jpg);
	
}

div.designTopArea {
	position:relative;
	width:100%;
	height:100%;
}

div.designMiddle {
	width:100%;
	background:url(/images/design/repeat.jpg);
}

div.designBottom {
	width:100%;
	height:80px;
	background:url(/images/design/bottom.jpg);
}

div.designContentBackground {
	width:100%;
	background:url(/images/design/content.jpg) top no-repeat;
}

table.contentTable {
	width:100%;
	height:467px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.contentTableLeftCell {
	width:245px;
	vertical-align:top;
	padding:0px;
}

td.contentTableRightCell {
	vertical-align:top;
	padding:0px;
}

div.leftMenuArea {
	padding-left:60px;
	padding-top:20px;
}

div.contentPadding {
	padding-left:30px;
}

div.contentWidth {
	width:570px;
}

div.featuresArea {
	width:600px;
	margin-bottom:0px;
	margin-top:0px;
}

table.featuresTable {
	width:100%;
	height:100%;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.featuresTableLeftCell {

}

td.featuresTableRightCell {
	text-align:right;
}





a.featuresLink, td.featuresTableLeftCell, td.featuresTableRightCell {
	font-family:trebuchet ms,tahoma;
	font-size:10px;
	color:#495600;
}

a.featuresLink:hover {
	color:#708622;
}





a.menu_level1, a.menu_level1:hover, a.menu_level1_selected, a.menu_level1_unclickable, div.menuLevel1_container, div.menuLevel1_container_selected {
	font-family:tahoma;
	font-size:11px;
}

a.menu_level1, div.menuLevel1_container {
	color:#a0c230;
}

a.menu_level1:hover {
	color:#668207;
}

a.menu_level1_selected {
	color:#668207;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level1_unclickable, a.menu_level1_unclickable:hover {
	color:#a0c230;
	cursor:text;
	text-decoration:none;
}

a.menu_level2, a.menu_level2:hover, a.menu_level2_selected, a.menu_level2_unclickable, div.menuLevel2_container, div.menuLevel2_container_selected {
	font-family:tahoma;
	font-size:11px;
}

a.menu_level2, div.menuLevel2_container {
	color:#a0c230;
}

a.menu_level2:hover {
	color:#668207;
}

a.menu_level2_selected {
	color:#668207;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level2_unclickable, a.menu_level2_unclickable:hover {
	color:#a0c230;
	cursor:text;
	text-decoration:none;
}

a.menu_level3, a.menu_level3:hover, a.menu_level3_selected, a.menu_level3_unclickable, div.menuLevel3_container, div.menuLevel3_container_selected {
	font-family:tahoma;
	font-size:11px;
}

a.menu_level3, div.menuLevel3_container {
	color:#a0c230;
}

a.menu_level3:hover {
	color:#668207;
}

a.menu_level3_selected {
	color:#668207;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level3_unclickable, a.menu_level3_unclickable:hover {
	color:#a0c230;
	cursor:text;
	text-decoration:none;
}

div.menuLevel1_container, div.menuLevel1_container_selected {
	width:139px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:2px;
	padding-left:10px;
}

div.menuLevel1_container {
	background:transparent;
}

div.menuLevel1_container_selected {
	background:transparent;
	/*filter:alpha(opacity=100);*/
}

div.menuLevel2_container, div.menuLevel2_container_selected {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:2px;
	padding-left:11px;
}

div.menuLevel2_container {
	background:transparent;
}

div.menuLevel2_container_selected {
	background:transparent;
}

div.menuLevel3_container, div.menuLevel3_container_selected {
	padding-top:3px;
	padding-bottom:3px;
	padding-right:2px;
	padding-left:18px;
}

div.menuLevel3_container {
	background:transparent;
}

div.menuLevel3_container_selected {
	background:transparent;
}





@media print {
	body {
		visibility:hidden;
	}
	.mmenu {
		position:absolute;
		display:none;
	}
	#contentContainer {
		visibility:visible;
		position:absolute;
		top:0px;
		left:0px;
		width:570px;
	}
	
	#contentContainer * {
		color:black;
	}
}