body {
	margin: 0px;
	background-color: #666;
}

label
{
float: left;
width: 150px;
}

.showerror
{
	color: #ee0000;
}

#hpheader {
	background-color: #666;
	font-family: Tahoma;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	height: 150px;
	vertical-align: middle;
	width: 800px;
}

#hpmenu {
	background-color: #666;
	height: 450px;
	vertical-align: top;
	width: 150px;
}

#hpbody {
	background-color: #666;
	font-family: Tahoma;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	height: 450px;
	vertical-align: top;
	padding: 10px;
	width: 800px;
}

#hpfooter {
	background-color: #666;
	text-align: center;	
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#subnav {
	list-style: none;
	margin: 0px;
	padding: 10px;
}

#missionnav {
	list-style: none;
	margin: 0px;
	padding: 5px;
}

a:active, a:link, a:visited {
	color: #111;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #cd6600;
}

.section {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.subtitle {
	color: #ededed; 
	text-align: center;
}

.space {
	height: 4pt;
}

.books
{
	background-color: #666;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	height: 200px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}

.bookimg
{
	background: #fff;
	height: 115px;
	top: 5px;
	left: 24px;
	position: relative;
	width: 100px;
}

.imgcaption
{
	padding: 5px;
	vertical-align: middle;
}

