@charset "utf-8";
/* CSS Document */

body,html{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

img{
	border:0px;
}

a, a:visited {
	text-decoration:none;
	color:#C3C1B8;
}

a:hover {
	text-decoration:underline;
	color:#ffb400;
}

a.white, a.white:visited {
	color:#FFFFFF;
}

div.mbody {
	width: 913px;
	margin:auto;
	margin-top:44px;
}

h1 {
	color: #e7e5db;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
	border:0px;
}

div.menuRight {
	float: right;
	margin-top:-29px;
	background-color: #848484;
	height:29px;
	width:294px;
	text-align:center;
	color:#c3c1b8;
	font-weight:bold;
	position:relative;
}

span.menuRightText {
	margin-top:7px;
	display:block;
}

img.logo {
	
}

div.content {
	margin-top:20px;
}

div.footer {
	background-color: #848484;
	height:32px;	
	font-size:10px;
	color:#c3c1b8;
	font-weight:bold;
	margin-top:10px;
	float:left;
	width:100%;
}

.footer_inside {
	margin-top: 8px;
}

.footer_copy {
	display:block;
	text-align:center;
}

.footerRight {
	float:right;
	margin-top:-12px;
}

.footerLeft {
	margin-top:-12px;
	float:left;
}