body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: white;
	text-align: center;
}

a {color: inherit;	text-decoration: none;}
p {margin: 0px 0px 15px 0px;}

p a {
	color: #0955b3;
}

p a:hover {
	text-decoration: underline;
}

#container {
	margin: 30px 100px 10px 100px;
	padding: 75px 75px 75px 50px;
	border: 1px solid #b8b8b8;
	text-align:left;
}

#menu {
	margin-top: 20px;
	float: left;
}

div.menuitem {
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 20px;
	width: 131px;
	border: 1px solid transparent;
}
			
.menuitem:hover {
	color: #215aaa;
	border: 1px solid;
	border-color: #7e92a1 white #7e92a1 #7e92a1;
	background-color: white;
	cursor: hand;
	cursor: pointer;
}

#centerblock {
	margin: 2px 160px 0px 150px;
	border-style: 1px solid;
}

.t {background: url(../images/border_top.gif) top repeat-x;}
.b {background: url(../images/border_bottom.gif) bottom repeat-x}
.l {background: url(../images/border_left.gif) left repeat-y}
.r {background: url(../images/border_right.gif) right repeat-y}
.bl {background: url(../images/border_bl.gif) bottom left no-repeat}
.br {background: url(../images/border_br.gif) bottom right no-repeat}
.tl {background: url(../images/border_tl.gif) top left no-repeat}
.tr {background: url(../images/border_tr.gif) top right no-repeat; padding:10px;}

#content {
	margin: 0px 10px 0px 10px;
	<!--height: 260px;-->
}

#pictureblock {
	float: right;
	background-color: white;
}

.pictureblockitem {
	margin: 2px;
}

#logo {
	height: 61px;
	padding: 0px 0px 0px 0px;
	background: url(../images/mwh_logo.jpg) top center no-repeat;
	margin: 20px 0px 15px 0px;
}

#title {
	color: #2962a1;
	font-size: large;
	margin: 0px 0px 15px 0px;
}

#footer {
	color: #999999;
	font-size: smaller;
	padding-bottom: 15px;
	text-align:center;
}

.mwh {
	color: #0955b3;
}

p.comment {
	padding-top: 5px;
	font-size: 11px;
}

#ie6padder {
	display: none;
}