body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	background-color: #2088B2;
	color: white;
	text-decoration: none;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.boldred {
	font-weight: bold;
	color: #990000;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	padding-bottom:15px;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2088B2;
	padding: 3px 20px 3px 3px;
	border-bottom: 3px double #2088B2;
	border-left: 3px double #2088B2;
}

/* photos page gallery names */
.subheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
	color: #2088B2;
	padding: 3px;
	border: 3px double #2088B2;
}

.photocell {
	background-color: #EEEEEE;
	border-left:2px solid #AAAAAA;
	border-top: 2px solid #AAAAAA;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	padding: 10px;
}

.photodescr {
	background-color: #2088B2;
	border-left: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
}

img.gallery {
	border: 2px solid white;

}

/* design by joyce link at bottom */
a.dbj {
	font-size: 10pt;
	color: #555555;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.dbj:hover {
	color: #79B7D0;
}