html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;		/*border-top: 2px solid #2A4F6F; */
	
}
#header	{
	text-align: center;
	font-family: "Courier New", Courier, mono;
	color: #3333FF;
	border-bottom: 1px solid #cccccc;
}
#header h1	{
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
		}
#header h5	{
	margin:0
	}
.logo	{
	position:absolute;
	margin: 0;
	top: 5.50em;
	left: 1em;
	}
#nav	{
	position:absolute;
	top: 8em;
	width: 9em;
	margin-left: 0.5em;
	/* border: 1px solid #cccccc; */
	}

#nav ul	{
	list-style: none;
	padding-left: 1em;
	margin-left: 0px;
	}

#nav ul li	{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: .75em;
	}
	
#nav a:link, a:visited	{
	color: #3333FF;
	text-decoration:none;
	}

#nav a:hover	{
	color: #333333;
	text-decoration:none;
	border-bottom:1px solid;
	border-bottom-color:#FF0000;
	background-color: #DBDBDB;
	}	
#nav h4	{
	font-size: 75%;
	margin-left: .5em;
	}

#side2	{
	position:absolute;
	top: 100px;
	right: 10px;
	width: 90px;
	}
.image1	{
	float:right;
	padding-bottom: 10px;
	} 	
	
#content	{
	margin-left: 23%;
	margin-right: 15%;
	top: 8em;
	}
