body {
	background-color: #ddeaff;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 10pt;
}

div#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	position: relative;
}

div#main {
	margin-top: 5px;
	background-color: #8cb1d3;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-bottom: 3px solid white;
}
#main #content {
	margin: 10px;
}

h2#pageheader {
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #0065c3;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: Arial, Helvetica, Sans;
}

div#footer {
	color: white;
	font-size: 8pt;
	background-color: #0065c3;
	padding: 5px;
}
#footer #credit {
	text-align: right;
	color: #5488b8;
	margin-left: 50px;
}
#credit a {
	text-decoration: none;
	color: #5488b8;
	border-bottom: 1px dotted #5488b8;
}
#credit a:hover {
	color: #8cb1d3;
	border-bottom: 1px solid #8cb1d3;
	text-decoration: none;
}

img.photo {
	border: 1px solid black;
}
img.currentphoto {
	border: 1px solid white;
}

table.topmenu {
	border-collapse: collapse;
}
.topmenu td {
	padding: 0px;
	margin: 0px;
}
.topmenu img {
	border: 0px;
}

.submenu {
	position: absolute;
	top: 100px;
	margin: 5px;
	color: #dddddd;
	display: none;
}
.submenu a {
	color: #dddddd;
	text-decoration: none;
}
.submenu a:hover {
	color: white;
}
.submenu ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: circle;
	
}
.submenu li {
	margin-left: 5px;
	list-style-image: url(images/bullet.png);
}
.submenu li:hover {
	list-style-image: url(images/tinyshell.png);
}

.pagemenu {
	text-align: right;
	font-weight: bold;
}

.required {
	color: darkred;
}
