body {
	background: #ffffff url(/media/screen/bmback.jpg) top center repeat-y;
	font-family: helvetica;
	font-size: 12px;
	color: #093E6B;
	}

h1 {
	margin: 35px 20px 25px 20px;
	font-size: 18px;
	}

h2 {
	margin: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	}
	
h3 {
	margin: 10px 20px;
	font-size: 14px;
	font-weight: normal;
	}

table {
	margin: 5px 20px;
	border: 1px solid #093E6B;
	border-collapse: collapse;
	}

td {
	font-family: helvetica;
	font-size: 12px;
	color: #093E6B;
	border: 1px solid #093E6B;
	}

p {
	margin: 5px 20px;
	line-height: 16px;
	}

p.infoline {
	margin: 5px 20px 15px 20px;
	line-height: 16px;
	font-size: 10px;
	}

ul {
	margin: 5px 20px;
	padding: 5px;
	}

li {
	margin-bottom: 5px;
	margin-left: 10px;
	}

underline {
	text-decoration: underline;
	}

a:link, a:visited {
	text-decoration: none;
	color: #093E6B;
	font-weight: bold;
	}
	
a:hover {
	color: #979797;
	font-weight: bold;
	text-decoration: underline;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -469px;
	width: 938px;
	height: 200px;
	}

#contentholder {
	position: absolute;
	left: 250px;
	top: 0px;
	width: 688px;
	}

#header {
	position: relative;
	width: 688px;
	height: 172px;
	}

#menu {
	position: relative;
	width: 688px;
	background: #ffffff;
	}

#menu ul.menu {
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	list-style-type: none;
	}

#menu li.menu {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	list-style-type: none;
	font-size: 15px;
	}

#content {
	clear: both;
	width: 688px;
	}
