/*defaults*/
body {
	background-color: #336699;
	text-align: center;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1{
	font-size: small;
	font-weight: bold;
	color: #003366;
}
h2{
	font-size: x-small;
	font-weight: bold;
	color: #003366;
}
h3{
	font-size: x-small;
	font-weight: bold;
	color: #003366;
}
p{
	line-height: 1.5em;
}

/*subnav*/
.navbutton{
	width: 192px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
}
a.subnavlink:link{
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
}
a.subnavlink: hover{
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: underline;
}
a.subnavlink:visited{
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

/*links*/
a:link {
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
a.h1:link{
	font-size: small;
	font-weight: bold;
	color: #003366;
}
a.h1:hover{
	font-size: small;
	font-weight: bold;
	color: #003366;
}

/*special classes*/
.emhpasis{
	font-weight: bold;
	color: #006699;
}
div.righttextbox{
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	border: 1px dashed #003366;
	background-color: #336699;
	margin-right: 10px;
}
.photolocation{
	font-size: x-small;
	font-style: italic;
	color:#666666;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rowheader{
	font-weight: bold;
	color: #FFFFFF;
	background: #006699;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.memorial{
	color: #CCCCCC;
	background: #003366;
	text-align: center;
	padding: 4px 10px;
	width: 90%;
	border: 1px solid #CCCCFF;
	font-weight: bold;
}

/*image classes*/
img.right{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #003366;
}
img.plainright{
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
img.left{
	float:left;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #003366;
}

/*footer classes*/
footertext{
}
a.footerlink:link{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a.footerlink:hover{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}
a.footerlink:visited{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}