
#body {
	position: absolute;
	top:  0;
	left: 0;
	display: block;
	}

/* ------- header and logo stuff -------  */
#header	{
	/* background: #66f; */
	background: #00f;
	color: #000;
	border: 0;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 31px;
	}


	
#logobanner {
	margin: 0;
	padding: 0;
	border: 0;
	width: 600px;
	height: 31px;
	background: url(/images/logo1.gif) no-repeat;
	}

.alt {
	display: none;
	}
	
#logo {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;
	background: url(/images/logo2.gif) no-repeat;
	width: 600px;
	height: 31px;
	}
a#logo:hover {
	background: url(/images/logo1.gif) no-repeat;
	}



	

/*  ------- page content stuff  ------- */

p {
	margin-top: 0;
	margin-bottom: 1em; 
	font: 11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	}



li {font: 11px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;}
	
p.underline {text-decoration: underline;}
p.strike {text-decoration: line-through;}
p.overline {text-decoration: overline;}

SPAN.underline {text-decoration: underline;}
SPAN.strike {text-decoration: line-through;}
SPAN.overline {text-decoration: overline;}


H3 {
	margin-top: 0.25em;
	margin-bottom: 1em;
	font: 14px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: 600;
}
H4 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	font: 12px/1.5 Verdana, Trebuchet, Lucida, Arial, sans-serif;
	font-weight: 500;
}
