body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background : #E4E4E4;
	text-align:center;
}

div#banner {
	top: 10px;
	font: 80% Verdana, Arial, sans-serif;

}

div#navigation {
	top: 120px;
	font: 80% Verdana, Arial, sans-serif;
	width: 700px
	text-align:left;
	padding-top: 5px;
	padding-bottom: 10px;

}

div#navigation ul {
	list-style: none;
}

div#navigation a {
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 0px 2px;
	color: White;
	text-align: left;
	text-decoration: none;
	list-style: none;
	background: #0000A0 
}

div#navigation a:hover {
	background: #0000A0 ;
	list-style: none;
	color: black
}

div#content{
	width: 700px;
	background-color: White;
	font: 85% Verdana, Arial, sans-serif;
	padding: 20px;
	text-align:left;
	padding-top: 5px;
	position: center;
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	FONT-SIZE: 85%;
	text-decoration: none;
	font-weight: normal
}

a:hover {
	text-decoration: none;
	color: white;
	background: #0000A0
}

.link1:hover { 
	text-decoration: none
}

h1 {    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000A0;
	FONT-SIZE: 85%;
}
