/* Sent to all browsers except IE3 */

BODY	{
	/* Reduce the huge margins, since I have 2 columns */
/*	margin: 0;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2em;
	padding-bottom: 2em; */
	margin-left: 3%;
	margin-right: 3%;
/*
	margin-top: 2em;
	margin-bottom: 2em; 
*/
	margin-top: 0;
	margin-bottom: 0.5em; 
	}

DIV.left	{
	/* make the left column a float */
	float: left;
	width: 59.9%; /* no horizontal scrollbar on MSIE5 */
	/* leave the alignment to the other attributes */
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-style: none;
	}

DIV.right	{
	float: right;
	width: 40%;
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-style: none;
	}

DIV.bottom	{
	padding-top: 1em; /* margin messes up NN 4.5 */
	}

H2	{
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	/* for WinNS4 */
	font-weight: normal;
	}

H2 A, H2 A:link, H2 A:visited, H2 A:hover	{
	font-weight: normal;
	}

DIV.contain	{
	padding: 0;
	border-style: none;
	border-width: 0;
	margin: 0;
	}

DIV.imgicons	{
	margin: 0; /* want the box properties of the P */
	padding: 0;
	float: right;
	width: 150px; /* images are 88px wide, give padding */
	}

P.imgicons	{
	text-align: center;
	}

UL { margin-top: 0 }

@media all and (max-width: 45em) {

DIV.left, DIV.right { float: none; width: auto }

}

/* Sent to all browsers except IE3 and NN4 */

DIV.bottom	{
	clear: both;
	}

#head	{
	position: relative;
	font-size: 100%;
	/*height: 5.1em;*/ /* Just enough room if no absolute positioning support */
	height: 0;
	padding: 1px 0 0 0; /* prevent margin below head collapsing to above it */
	margin: 0;
	border: none;
	}

#headhp, #headname	{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	border: none;
	white-space: nowrap;
	}

#headname	{
	font-size: 400%;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	color: #990;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 1;
	line-height: 1;
	}

#headhp	{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	letter-spacing: 1.5em;
	/* color: #0ff; */
	color: #c33;
	top: 1.9em;
	left: 0;
	margin-left: 5em; /* so it works even in CSS1 */
	text-transform: uppercase;
	background: transparent;
	z-index: 2;
	line-height: 1;
	}

.eo #headhp {
	letter-spacing: .8em;
	}

#afterhead	{
	margin-top: 5.1em;
/*	margin-top: 0; */
	}

H2	{
	font-size: 1.4em;
	}


/* Sent to all browsers except IE3, IE4, and NN4 */

DIV.imgicons	{
	clear: right;
	}

