/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #999;
}

div {
	overflow: hidden;
}

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

a:hover {
	text-decoration: underline;
	color: #f80;
}

div#container {
	width: 750px;
	min-height: 250px;
	background: url("images/leftback.gif") #f6f6f6;
	background-repeat: repeat-y;
}

div#left {
	width: 200px;
	min-height: 250px;
	float: left;
}

div#right {
	width: 547px;
	background: #f6f6f6;
	min-height: 250px;
}

div#container > div#right {
	width: 550px;
}

div#right p {
	margin: 10px;
}

div#right h1 {
	margin: 10px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #fa0;
}

div#navbar {
	margin: 10px;
	width: 167px;
}

div#navbar a {
	display: block;
	width: 167px;
	height: 25px;
	margin-bottom: 5px;
}

a#navhome {
	background: url("images/nav_home.gif");
}

a#navhome:hover, a#navhomesel {
	background: url("images/navo_home.gif");
}

a#navfind {
	background: url("images/nav_find.gif");
}

a#navfind:hover, a#navfindsel {
	background: url("images/navo_find.gif");
}

a#navaging {
	background: url("images/nav_aging.gif");
}

a#navaging:hover, a#navagingsel {
	background: url("images/navo_aging.gif");
}

a#navmhn {
	background: url("images/nav_mhn.gif");
}

a#navmhn:hover {
	background: url("images/navo_mhn.gif");
}

a#navmhw {
	background: url("images/nav_mhw.gif");
}

a#navmhw:hover {
	background: url("images/navo_mhw.gif");
}

a#navaction, a#navactionsel {
	background: url("images/nav_action.gif");
}

a#navaction:hover {
	background: url("images/navo_action.gif");
}

div.hidden {
	display: none;
	width: 0px;
	height: 0px;
}

div.table {
	margin: 10px;
}

div.table table {
	width: 100%;
}

table.states td {
	text-align: center;
	font-weight: bold;
}

div#mainpicture {
	width: 185px;
	height: 250px;
	background: #fff;
	margin: 0px 0px 10px 1px;
}

img.floatLeftPicture {
	float: left;
	margin: 0px 10px 0px 10px;
}

img.floatRightPicture {
	float: right;
	margin: 0px 10px 10px 10px;
}

a img {
	border: 0px;
}
