html {
    background-color: black;
    color: white;
}

body {
    background-color: black;
    color: white;
}

.site { margin-top:0px; margin-bottom:5px; margin-left:5px; margin-right:0px; }

* { background-color: black; color: white; font-size:11px; line-height:14px; font-family:tahoma,arial,helvetica,sans-serif; }

.topmenu { background-color:black; height: 16px }

a.mainlink:link { text-decoration: none; color: white; }
a.mainlink:visited { text-decoration: none; color: white; }
a.mainlink:hover { text-decoration: none; color: #ff0000; }

a.menulink:link { text-decoration: none; color: white; font-size:14px; }
a.menulink:visited { text-decoration: none; color: white; font-size:14px; }
a.menulink:hover { text-decoration: none; color: #ff0000; font-size:14px; }

a.cmenulnk:link { text-decoration: none; color: #f03b30; font-size:14px; font-weight:bold; }
a.cmenulnk:visited { text-decoration: none; color: #f03b30; font-size:14px; font-weight:bold; }
a.cmenulnk:hover { text-decoration: none; color: #f03b30; font-size:14px; font-weight:bold; }

a.cmainlnk:link { text-decoration: none; color: #f03b30; font-weight:bold; }
a.cmainlnk:visited { text-decoration: none; color: #f03b30; font-weight:bold; }
a.cmainlnk:hover { text-decoration: none; color: #f03b30; font-weight:bold; }

.selmargin { width: 1px; height: 25px; }
.lansel { width:140px }

.txtmargin { width: 1px; height: 21px; }

.copyright { font-size: 10px; color: red; }

.headline { font-size:24px; font-weight: bold; }

.family { font-size:16px; }

.sellantxt { color: white }

/* header logo */
#header-logo {
    margin: 48px 48px 12px;
}
#mrd-logo {
	vertical-align: top;
	margin-right: 12px;
}
/* header text */
#header-text {
	margin: 12px 48px 12px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
/* header branding */
#header-branding {
	margin: 12px 48px 48px;
	border-top: #666666 1px solid;
	border-bottom: #666666 4px solid;
}
/* menu */
#menu {
    border: none;
    margin: 48px 48px 48px 48px;
    width: 150px;
}
