@charset "utf-8";
/* -- generic styles ----------------------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #D8DEE5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.content {
}
.content img {
	border: 10px ridge #000;
}

a:link {
	color: #000099;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #00BB00;
}
a:active {
	color: #000066;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	vertical-align: middle;
}
.navigation {
	font-size:.6em;
	text-indent: 10px;
	
}
div.navigation {
	margin:10px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.centerImage {
	border: 10px ridge #000;
}
