/* Copyright 2005 March 4th Software, All Rights Reserved */

body {
	background: #fff none repeat;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	margin: 150px 50px 20px;
	max-width: 700px;
}

th {
	font-weight: bold ;
	vertical-align: bottom;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
}

hr {
	height: 1px;
	color: #00c;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul {
	list-style-type: square;
}

ul.dot {
	list-style-type: circle;
	margin-top: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ol {
	list-style-type: decimal;
}

#noPrintMenu {
	border: thin #000 solid;
}
#noPrintMenu li{
	margin-bottom: 0;
}

.menu {
}

.initfade {
	display: block;
}

.postfade {
	color: #fff;
	display: none;
}

.printonly {
	display: none;
}

.noprint {
}

#sidebox {
	position: relative;
	margin: 0; 
	padding: 0;
	float: left;
	left: -30px;
	width: 15em; /* ems so it will grow */
	background: #ffffff none no-repeat;
}

#boxhead {
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #3333cc none no-repeat;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 1.1em; 
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}

#boxbody {
	background: #ffffff none no-repeat;
	margin: 0;
	padding: 5px 10px 10px 10px;
	border: 1px solid #0000cc;
	text-align: center;
}

#logo {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 1px;
	width: 190px;
	height: 95px;
}

img {
	border-style: none;
}

#rocks {
	position: absolute;
	z-index: 1;
	left: 330px;
	top: 1px;
	width: 420px;
	height: 95px;
}

.floatleft {
	float: left;
	margin: 0 2em 2em 0;
	padding: 2px;
}

.rightImage {
	float: right;
	margin: 1em;
	border: thick outset;
}

p.footer {
	font-size: 0.8em;
	margin-top: 1em;
	text-align: center;
}

a:link,
a:visited {
	background: #fff;
	color: #00c;
	text-decoration: underline;
}

a:hover,
a:active {
	background: #fff;
	color: #000;
	text-decoration: none;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; 
	padding: 0;
	border: medium none;
	visibility: hidden;
}

a.topic {
	margin-bottom: 1em;
	font-weight: bold;
}

a.topic:link {
	background: #fff;
	color: #00c;
	text-decoration: underline;
}
 
a.topic:visited {
	background: #fff;
	color: #000;
	text-decoration: underline;
}

a.topic:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

a.topic:active {
	background: #fff;
	color: #c00;
	text-decoration: none;
}
