html {background-color:#434343; height: 100%; width: 100%; }

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #000;
	width: 100%;
    height: 100%;
    min-height: 100%;
    background-color:#434343;
}

#main {
    width: 870px;
	background-color:#FFFFFF;
	height:auto;
	min-height:100%;
	position:relative;
	margin: 0 auto; /* for content to center */
	vertical-align: top;
	overflow:hidden;
}

#leftcol {
	position:relative;
	left:0;
	top:0;
	width: 186px;
	display: inline;
	margin-left: 18px;
	float: left;
}

#rightcol {
	top:0;
	right: 0px;
	width: 657px;
	display: inline;}

#logoM {}
#logoM img {margin: 21px 0 10px 0px; border: 0px;}

#banner {
	padding: 20px 0 19px 228px;
}

ul#topmenu {
    margin: 0 10px 0 228px;
    padding: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul#topmenu li {
	background: url(img/bg_topmenu.gif) repeat-x scroll right top;
	height: 26px;
	cursor:pointer;
	float:left;
	position:relative;
	width: 114px;
	text-align: right;
	padding: 2px 10px 0 0;
	margin-right: 2px;
}
ul#topmenu li a  { font: 15px Trebuchet MS, Arial; font-weight: bold; color: #fff; text-decoration: none; }
ul#topmenu li:hover { background: url(img/bga_topmenu.gif) repeat-x scroll right top; }

ul#topmenu li div#submenu { margin: 5px 0 0 0;}

ul#topmenu li ul {
	padding: 0;
	margin: 0px;	display: none; top: 3px; right: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul#topmenu li:hover ul {display: block;}
ul#topmenu li ul li {padding: 5px 10px 6px 0; background: #707070 url(img/px_white.gif) repeat-x bottom; height: auto;}
ul#topmenu li ul li:hover { background: #dd0508 url(img/arrow.gif) no-repeat 3px center; }
ul#topmenu li ul a {font: 11px Verdana;}

#page {
    margin: 10px 0px 0 10px;
    padding: 20px;
}

#footer {	bottom: 10px;
	margin: 0px 0 30px 18px;
	padding: 0;
}
#footer img {float: left; margin-right: 4px;}
#footer div#footline {
	margin: 0 0 0 210px;
	padding: 6px 0 0 20px;
	height: 31px;
	width: 608px;
	color: #fda6a6;
	font-weight: bold;
	font-style: italic;
	background: url(img/bg_footline.gif) repeat-x scroll right top;
}

#footer a#mail {	background: url(img/ico_mail.gif) no-repeat 0px 4px;
	float: left;
	color: #000;
	font: 11px Verdana;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#footer a:hover#mail { text-decoration: underline; }
#footer p#fotername {padding: 0px; margin: 0px; float: right; font: 11px Verdana; margin-right: 13px;}

