

body {
	margin:0px;
	background:#d9d4d2;
}

body.newsletterBody {
	margin:10px;
	background:#ffffff;
}

div.designArea {
	width:900px;
	text-align:left;
}

div.designTop {
	width:100%;
	height:210px;
	
	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:165px;
	background:url(/images/design/bottom.jpg);
}

div.designContentBackground {
	width:100%;
	background:url(/images/design/content.jpg) top no-repeat;
}

table.contentTable {
	width:100%;
	height:260px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.contentTableLeftCell {
	width:236px;
	vertical-align:top;
	padding:0px;
}

td.contentTableRightCell {
	vertical-align:top;
	padding:0px;
}

div.leftMenuArea {
	padding-left:53px;
	padding-top:40px;
}

div.contentPadding {
	padding-left:25px;
}

div.contentWidth {
	width:564px;
}

div.featuresArea {
	width:589px;
	margin-bottom:5px;
	margin-top:5px;
}

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:#888888;
}

a.featuresLink:hover {
	color:#4999A2;
}





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:#696D76;
}

a.menu_level1:hover {
	color:#274169;
}

a.menu_level1_selected {
	color:#274169;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level1_unclickable, a.menu_level1_unclickable:hover {
	color:#696D76;
	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:#696D76;
}

a.menu_level2:hover {
	color:#274169;
}

a.menu_level2_selected {
	color:#274169;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level2_unclickable, a.menu_level2_unclickable:hover {
	color:#696D76;
	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:#696D76;
}

a.menu_level3:hover {
	color:#274169;
}

a.menu_level3_selected {
	color:#274169;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level3_unclickable, a.menu_level3_unclickable:hover {
	color:#696D76;
	cursor:text;
	text-decoration:none;
}

div.menuLevel1_container, div.menuLevel1_container_selected {
	width:165px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:15px;
}

div.menuLevel1_container {
	background:transparent;
}

div.menuLevel1_container_selected {
	background:transparent;
	/*filter:alpha(opacity=100);*/
}

div.menuLevel2_container, div.menuLevel2_container_selected {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:21px;
}

div.menuLevel2_container {
	background:transparent;
}

div.menuLevel2_container_selected {
	background:transparent;
}

div.menuLevel3_container, div.menuLevel3_container_selected {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:28px;
}

div.menuLevel3_container {
	background:transparent;
}

div.menuLevel3_container_selected {
	background:;
}





@media print {
	body {
		visibility:hidden;
	}
	.mmenu {
		position:absolute;
		display:none;
	}
	#contentContainer {
		visibility:visible;
		position:absolute;
		top:0px;
		left:0px;
		width:564px;
	}
	
	#contentContainer * {
		color:black;
	}
}