body {
	background-color: #002062; 
	font-family: verdana;
	margin: 10px;
}
img.top {
	margin-bottom: 20px;
}
img.bottom {
	margin-top: 20px;
}
h1 {
	color: #aec9e4;
	font-size: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	color: #aec9e4;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;	
	letter-spacing: 0.1em;
	margin: 20px 0 10px 0;
	text-align: left;
}
h3 {
	color: #aec9e4;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 30px 0 10px 0;
}
p {
	color: #aec9e4;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1em 0;
	text-align: left;
}
p.nav {
	text-align: center;
	margin: 24px 0 24px 0;
}
a {	
	color: #aec9e4;
}
form {
	text-align: left;
}
input, textarea {
	background-color: #aec9e4;
}

input:focus, textarea:focus {
	background-color: #99a9d4;
}

label {
	color: #aec9e4;
	font-size: 12px;
	line-height: 18px;
}

#main {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px double #aec9e4;
	border-bottom: 3px double #aec9e4;
	
}
	
ul.pageBrowser {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #aec9e4;
}

ul.pageBrowser li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 5px;
}

ul.pageBrowser .active {
	font-weight: bold;
}
