/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

p {
	color:#FFFFFF;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#064475;
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#logo {
	background-image:url(../images/mbw.gif);
	background-position:top right;
	background-repeat:no-repeat;
	height:90px;
	width:500px;
	float:right;
	text-align:right;
	
}

.clear {
	clear:both;
}


.logofloat {
	margin-top:10px;
	margin-left:5px;
	float:left;
}
