.body
{
  background-color: #C8C8C8; /*C8C8C8 6699AB BBBBBB*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  height: auto;
  display: block;
  text-align: center;
  font-size: x-small;
  margin-top: 0px; 
  margin-bottom: 0px;
  margin-left: 0px; 
  margin-right: 0px;  
}

.greenBorder {border: 1px solid green;}


img {vertical-align:middle;}
/*div {line-height:8em;}
*/

A:link {text-decoration: none; font-weight: bold; color: #666666}
A:visited {text-decoration: none; font-weight: bold; color: #666666}
A:active {text-decoration: none; font-weight: bold; color: #666666}
A:hover {text-decoration: none; font-weight: bold; color: #79A8AE;}

.page
{
  width: 760px;
  height: auto;
  padding: 10px;
  background-color: #FFFFFF;
  text-align: left;
}

.header
{  
  width: 740px;
  height: 183px;
}

.HeaderImageLeft
{
  float: left;
  padding: 0px 0px 0px 0px;
}

.HeaderImageRight
{
  float: right;
  padding: 34px 0px 0px 0px;   
}

.headerlogo
{
  width: 330px;
  float: left;  
}

.headerimages
{
  width: 410px;
  float: right; 
  text-align: right;
  padding: 0px 0px 1px 0;
  font-size: 0.9em;
}

.headerimages img
{
  border: solid 0px #888888;
}

.topnav
{ clear: both;
  border-top: solid 2px #888888;
  border-bottom: solid 2px #888888;
  height: 30px; 
  width: 740px; 
  line-height: 30px;
  text-align: center;
}

.topnav .current
{
  font-weight: bold; 
  color: #79A8AE;
}

.main
{
  height: auto;
  width: 740px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mainleft
{
  width: 450px;   
  float: left;
  padding: 10px 0 10px 0;
  line-height: 15px;
  text-align: left;    
}

.mainright
{
  width: 270px;
  float: right;
  padding: 10px 0 10px 0;
  line-height: 15px;
  text-align: right;  
}
.mainright img
{
  border: solid 1px #888888;
}

.mainleftsinglephoto
{ 
  padding: 1px 10px 10px 10px;
}

.mainrightsinglephoto
{
  width: 270px;
  float: right;
  padding: 80px 0 10px 10px;  
  line-height: 10px;
  text-align: right;  
}
.mainrightsinglephoto img
{
  border: solid 1px #888888;
}

.footer
{
  clear: both;
  border-top: solid 2px #888888;
  border-bottom: solid 2px #888888;
  height: 30px; 
  width: 740px; 
  text-align: center;
  font-size: 0.9em;
  line-height: 30px;
}

label.indent, div.indent {
	float: left;
	width: 150px;
	clear: both;
	font-size: 12px;
	line-height: normal;
	margin: 2px 2px 2px 0;
}

.required {
	background-color: #ffff9b;
}
.error {
	background-color: #ffa6a6;
}

.error_feedback {
	font-size: 12px;
}
.error_feedback li {
	color: #920003;
	list-style-image: url("/images/error-cross.jpg");
	list-style-type: square;
	padding: 0px 0px 5px 0px;
}
