#top {
margin-top: 0;
border-bottom: 1px solid gray;
height: 75px;
background-color: #0000cc; 
}

#top h1 {
color: #eee;
padding-top: 15px;
padding-bottom: 0px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 0px;
font-size: 32pt;
}

#content {
height: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: left;
width: 800px;
}

body { 
	clear: both;
	font-family: Arial; 
	color: 333;
	margin: 0px;
	font-size: 24pt;
	text-align: center;
}

ul {
	list-style-type: none;
	
	padding: 0;
	margin-left: 2em;	
}

li
{
list-style-image: url(..\images\3arrow.gif);
/* background-repeat: no-repeat;

background-position: 0 .2em;
padding-left: 1em; */


}



p { 
	font-family: Arial; 
	color: 666;
}


H1 { font-family: Arial; 
	 font-size: 28pt;
	 color: #666;
	 text-align: center;
}
	
H2 {
	font-family: Arial; 
	font-size: 24pt;
	color: #666;
	backround-color: white;
	text-align: center;
	margin-bottom: 50px;
}

H3 {
	font-family: Arial; 
	font-size: 16pt;
	color: #666;
	text-align: center;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
#footer {
clear: both;
margin: 0;
padding: .5em;
font-size: 10pt;
color: #eee;
background-color: #000033;
border-top: 1px solid gray;
}
#footer p {
margin: 4px;
color: #eee;
font-size: 10pt;
text-align: center;
}