body {
	margin: 0;
	font: normal 100% arial, helvetica, sans-serif;
	background: #ffffff;
	/*color: #9FBFBA;*/
	color: #8EAFAA;
	font-weight: bold;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#hdr{
	width: 800px;
	height: 160px;
	background-image: url(./images/topbanner.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div#hdr div{
	font-size: 40px;
	text-align: right;
	padding-top: 110px;
	margin-right: 20px;
}

div#menu{
	width:100%;
	clear: both;
}

div#menu li{
	text-decoration: none;
	padding-right: 20px;
	font-size: 125%;
	list-style:none;
	display: inline;
}

div#menu li a{
	color: #9FBFBA;
}

div#menu li a#current {
	text-decoration: underline;
}

/*
div#menu li a#current:hover {
	text-decoration: underline;
	color: red;
}
*/

div.content {
	width: 70%;
	max-width: 780px;
	clear: both;
	padding-top: 60px;
	padding-bottom: 0px;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 90%;
	/*text-align:justify;*/
}

div.content a {
	color: #9FBFBA;
	text-decoration: underline;
}

div.content img {
	margin: 10px;
}

span.photoalbum {
	white-space: nowrap;
}

span.photoalbum strong{
	position: relative;
	right: 65px;
	top: 3px;
}

div.index {
	width: 100%;
	clear: both;
}
div.index td {
	font-size: 125%;
	text-align: center;
	vertical-align: bottom;
}

/* forms */
form {
	margin: .8em 0;
}

input, textarea, select {
	background: #FFFFFF;
	border: 3px double #EEEEEE;
	color: #666666;
	margin: 2px 0 0 0;
}

fieldset {
	border: 1px solid #EEEEEE;
	padding: 10px;
	background: #EEEEEE;
}

legend {
	font-size: 140%;
	margin: 0 0 0 4px;
	padding: 25px 0 0 0;
}

div#footer {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

div#footer a{
	color: #9FBFBA;
	font-size: 60%;
}