	body {
		margin-right:auto; 
		margin-left: auto;
		margin-top: 0;
		font-family: sans-serif;
		font-size: 11pt;
		width: 770px;
		height: 100%;
		background: #000000 url("/images/back.bmp") top repeat-y;
		}

	#header {
		margin:0;
		margin-left: 10px;
		width: 100%;
		height: 126px;
		background: url("/images/headerwlogo2.bmp") no-repeat;
		padding:0px 1em;
		}

     /* Designates Content Background Color */
	#main1 {
		padding:0;
		background-color: #fdd017;
		}

	#main2 {
		padding:0;
                width: 770px;
                height: 100%;
		background: url("/images/paper.jpg");
		}
	p{
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
		}
	
	a{	
		color: #000000;
		}



/* actual header bits */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	align: center;
}

#nav a {
	display: block;
	width: 88px;
	color: #e7c600;
	background: #000000;
	text-align: center;
	font: bold 11px/16px arial, helvetica, sans-serif;
	text-decoration:none
}

#nav a:hover {
	color: #a00;
	background: #fff;
	}

#nav .lbl a{
	background:#000000 url("/images/tab.png");
	width: 88px;
	color: #000000;
	}

#nav .lbl a:hover{
	background-image: url("/images/tab_mo.png");
	}

#nav li { /* all list items */
	float: left;
	width: 88px; /* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 88px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end actual header bits */

	p.footer {
		color: #FFFFFF;
		margin: 0;
		}


	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

	.copy { 
		text-align:center; 
		font-size:80%;
		color: #FFFFFF;}

	.copy a{
		color: #FFFFFF;
		}


#imageContainer 
{
	position:relative;
	margin:auto;
	margin-left:520px;
	border:0px solid #000;
	height:140px;
}

#imageContainer img 
{
    display:none;
    position:absolute;
    top:0; left:0;
    height: 140px;
}
