@charset "UTF-8";
/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

.photos {
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 14px;
	border: 1px solid #000000;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

.subheadersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

Input {
	background-color: #FFFFCC;
	color: #006699;
	font-family: Arial;
	font-size: 11;
  }
  
  
  textarea {
	background-color: #FFFFCC;
	color: #006699;
}

.accentbox
{
  width:300px;
  border:1px solid #333;
  padding:2px 5px;
  color:#333;
  margin-left:5px;
  float:right;
  background-color:#BFE9FF;
  text-align:left;
  
}


.clear
{ clear:both;}