body {
	font-family: verdana, sans serif, sans-serif;
	margin-top: 0px;
	background-color: #dddddd;
	
}

#webpage {
}

#center {
	width: 850px;
	background-color: white;
	margin: 0px;
	border-collapse:collapse;
}

#headerpic{
	border-style: none;
	border-bottom-style: solid;
	border-color: #666699;
	border-width: 1px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer {
	text-align: right;
	font-size: 9px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #666699;
	background-color: #dddddd;
}

#footer a {
	color: #666699;
	text-decoration: none;
}

#footer a:hover {
	color: #666699;
	text-decoration: underline;
}