

html,body {
	height:100%;
}

body {
	margin:0px;
	background:#ffffff;
}

body.newsletterBody {
	margin:10px;
	background:#ffffff;
}

div.designArea {
	width:900px;
	text-align:left;
	position:relative;
}

div.designTop {
	position:absolute;
    left:0px;
    top:0px;
    width:100%;
	height:124px;
	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:25px;
	background:url(/images/design/bottom.jpg);
}

div.designContentBackground {
	width:100%;
	background:url(/images/design/content.jpg) top no-repeat;
}

table.contentTable {
	width:100%;
	height:500px;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

td.contentTableLeftCell {
	width:163px;
	vertical-align:top;
	padding:0px;
}

td.contentTableRightCell {
	vertical-align:top;
	padding:0px;
}

div.leftMenuArea {
	padding-left:3px;
    padding-top:129px;
    height:auto !important;
	height:431px;
	min-height:431px !important;
	min-height:auto;
}

div.contentPadding {
	padding-left:42px;
    padding-top:139px;
    padding-bottom:10px;
}

div.contentWidth {
	width:650px;
}

div.contentWidth * {
	line-height:1.4;
}

div.featuresArea {
	position:absolute;
    left:0px;
    top:5px;
	width:900px;
}

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:#6D6D6D;
}

a.featuresLink:hover {
	color:#CD0000;
}





a.menu_level1, a.menu_level1:hover, a.menu_level1_selected, a.menu_level1_unclickable, div.menuLevel1_container, div.menuLevel1_container_selected {
	font-family:verdana;
	font-size:11px;
}

a.menu_level1, div.menuLevel1_container {
	color:#000000;
}

a.menu_level1:hover {
	color:#000000;
}

a.menu_level1_selected {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level1_unclickable, a.menu_level1_unclickable:hover {
	color:#000000;
	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:verdana;
	font-size:11px;
}

a.menu_level2, div.menuLevel2_container {
	color:#000000;
}

a.menu_level2:hover {
	color:#000000;
}

a.menu_level2_selected {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level2_unclickable, a.menu_level2_unclickable:hover {
	color:#000000;
	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:verdana;
	font-size:11px;
}

a.menu_level3, div.menuLevel3_container {
	color:#000000;
}

a.menu_level3:hover {
	color:#000000;
}

a.menu_level3_selected {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a.menu_level3_unclickable, a.menu_level3_unclickable:hover {
	color:#000000;
	cursor:text;
	text-decoration:none;
}

div.menuLevel1_container, div.menuLevel1_container_selected {
	width:148px;
	padding-top:5px;
	padding-bottom:5px;
	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:5px;
	padding-bottom:5px;
	padding-right:2px;
	padding-left:23px;
}

div.menuLevel2_container {
	background:transparent;
}

div.menuLevel2_container_selected {
	background:transparent;
}

div.menuLevel3_container, div.menuLevel3_container_selected {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:2px;
	padding-left:18px;
}

div.menuLevel3_container {
	background:transparent;
}

div.menuLevel3_container_selected {
	background:transparent;
}

        


@media print {
	html, body {
		visibility:hidden;
	}
	#menu0, #menu3, #menu4, #menu1, #menu2, #tbl0, div.mmenucontainer, div.noprint, .milonictable  {
		position:absolute;top:1px;left:1px;width:1px;height:1px;
		display:none;
        visibility:hidden;
        opacity:0.0;filter:alpha(opacity=0)
        z-index:0;
        border:1px solid red;
	}

/*	div.mmenucontainer {
	    position:absolute;top:1px;eft:1px;width:1px;height:1px;
    	display:none;
        visibility:hidden;
        }
    
    .noprint {
    	position:absolute;top:1px;eft:1px;width:1px;height:1px;
    	display:none;
        visibility:hidden;        
        }
    .milonictable {
    	display:none;
        visibility:hidden;
        }*/
        
	#contentContainer {
		visibility:visible;
		position:absolute;
		top:0px;
		left:0px;
		width:650px;
        z-index:1000000;
	}
	
	#contentContainer * {
		color:black;
	}
}