BODY {
	background: #FFFFFF;
	margin: 0px;
	}

.logo,.sidebar2 {display: none;}

.header {
	position: relative;
	left: 75px;
	top: 100px;
	}
		
H3 {
	position: auto;
	font-family: trebuchet ms, arial, agency;
	color: black;	
	font-weight:bold;
	}
	
#content 
 {
	width: 100%;
	font-family: trebuchet ms, arial, agency;
	color: black;	
	font-size:12px;
	}

 P {position: left}
 
 .sidebar {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 146px;
	height: 200px;
	background: white;
	border: 1px solid black; 
	font-family: trebuchet ms, arial, agency;	
	font-size:11px;
	color: black;
	padding: 6px;
	}


#nav a{
	text-align: center;
	padding:7px 15px 15px 5px;
	font-family: trebuchet ms, arial, agency;
	color: black;
	font-size: 10pt;
	text-decoration:none;
	}

#nav a:hover{ 
text-decoration:none;
}

#nav a:visited{
color:black;
}

td {
	font-family: trebuchet ms, arial, agency;
	color: black;	
	font-size:12px;
	}
	
input {
	border: 1px solid black;
	font-size:11px;
	color: black;
	}

ul {
	position: inline;
	}

hr {
	color: black0;
	} 	
