


div#topmenu1 {
	position:absolute;
	left:87px;
	top:157px;
}

div#topmenu2 {
	position:absolute;
	left:259px;
	top:157px;
}

div#topmenu3 {
	position:absolute;
	left:432px;
	top:157px;
}

div#topmenu4 {
	position:absolute;
	left:604px;
	top:157px;
}

div#feature1 {
	position:absolute;
	left:786px;
	top:173px;
}

div#feature2 {
	position:absolute;
	left:815px;
	top:173px;
}

div#feature3 {
	position:absolute;
	left:872px;
	top:173px;
}

div#topmenu_subs {
	position:absolute;
	left:110px;
	top:207px;
}

a.topmenuSublinks {
	font-family:verdana;
	font-size:11px;
	color:#AFAFAF;
}

a.topmenuSublinks:HOVER {
	color:#287591;
	text-decoration:underline;
}

div#newsArea {
	position:absolute;
	left:796px;
	top:286px;
	width:157px;
	height:208px;
	overflow:hidden;
}

div#newsAd {
	position:absolute;
	left:789px;
	top:508px;
}




body {
	margin:0px;
	background:#ffffff url(/images/design/body_repeat.jpg) top repeat-x;
}

body.newsletterBody {
	margin:10px;
	background:#ffffff;
}

div.designArea {
	width:1000px;
	text-align:left;
	position:relative;
}

div.designTop {
	width:100%;
	height:162px;
	
	background:url(/images/design/top.jpg);
	
}

div.designTopArea {
	position:relative;
	width:100%;
	height:100%;
}

div.designMiddle {
	width:100%;
	background:url(/images/design/repeat.jpg);
}

div.designBottom {
	width:100%;
	height:85px;
	background:url(/images/design/bottom.jpg);
}

div.designContentBackground {
	width:100%;
	background:url(/images/design/content.jpg) top no-repeat;
}

table.contentTable {
	width:100%;
	height:520px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.contentTableLeftCell {
	width:86px;
	vertical-align:top;
	padding:0px;
}

td.contentTableRightCell {
	vertical-align:top;
	padding:0px;
}

div.leftMenuArea {
	padding-left:45px;
}

div.contentPadding {
	padding-left:60px;
	padding-top:85px;
}

div.contentWidth {
	width:580px;
}

div.featuresArea {
	width:615px;
	margin-bottom:5px;
	margin-top:10px;
}

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:#a7b673;
}

a.featuresLink:hover {
	color:#a1c331;
}





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:580px;
	}
	
	#contentContainer * {
		color:black;
	}
}