

body {
	margin:0px;
	background:#ffffff url(/images/design/bodyRepeat.jpg);
}

body.newsletterBody {
	margin:10px;
	background:#ffffff;
}

div.designArea {
	width:760px;
	text-align:left;
}

div.designTop {
	width:100%;
	height:161px;
	
	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:105px;
	background:url(/images/design/bottom.jpg);
}

div.designContentBackground {
	width:100%;
	background:url(/images/design/content.jpg) top no-repeat;
}

table.contentTable {
	width:100%;
	height:300px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.contentTableLeftCell {
	width:138px;
	vertical-align:top;
	padding:0px;
}

td.contentTableRightCell {
	vertical-align:top;
	padding:0px;
}

div.leftMenuArea {
	padding-left:25px;
	padding-top:8px;
}

div.contentPadding {
	padding-left:40px;
}

div.contentWidth {
	width:505px;
}

div.featuresArea {
	width:598px;
	height:21px;
	margin-bottom:20px;
}

table.featuresTable {
	width:100%;
	height:100%;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.featuresTableLeftCell {
	padding-left:8px;
	padding-top:4px;
	vertical-align:top;
	text-align:left;
}

td.featuresTableRightCell {
	padding-right:10px;
	padding-top:4px;
	vertical-align:top;
	text-align:right;
}





a.featuresLink, td.featuresTableLeftCell, td.featuresTableRightCell {
	font-family:trebuchet ms,tahoma;
	font-size:10px;
	color:#59584C;
}

a.featuresLink:hover {
	color:#890000;
}





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:#666666;
}

a.menu_level1:hover {
	color:#960000;
}

a.menu_level1_selected {
	color:#960000;
	text-decoration:none;
}

a.menu_level1_unclickable, a.menu_level1_unclickable:hover {
	color:#666666;
	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:#666666;
}

a.menu_level2:hover {
	color:#960000;
}

a.menu_level2_selected {
	color:#960000;
	text-decoration:none;
}

a.menu_level2_unclickable, a.menu_level2_unclickable:hover {
	color:#666666;
	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:#666666;
}

a.menu_level3:hover {
	color:#960000;
}

a.menu_level3_selected {
	color:#960000;
	text-decoration:none;
}

a.menu_level3_unclickable, a.menu_level3_unclickable:hover {
	color:#666666;
	cursor:text;
	text-decoration:none;
}

div.menuLevel1_container, div.menuLevel1_container_selected {
	width:105px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:5px;
}

div.menuLevel1_container {
	background:transparent;
}

div.menuLevel1_container_selected {
	background:#E0E1D1;
	filter:alpha(opacity=100);
}

div.menuLevel2_container, div.menuLevel2_container_selected {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	padding-left:6px;
}

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:13px;
}

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:505px;
	}
	
	#contentContainer * {
		color:black;
	}
}