<!-- css file -->


body{
  background-color: #ffffff;
  margin:0px;
  text-align:center;
  }

#header { 
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative; top: 50px; 
  }

#main-wrapper {
  width:800px;
  margin: 0 auto;
  background-color: #ffffff;
  }

#bottom { 
  width: 800px;
  margin: 0 auto;
  background-color: #ffffff;  
  }

.text14b      {font:14pt; color:#000000; font-weight:bold;}
.text12      {font:12pt; color:#000000;}
.text12b      {font:12pt; color:#000000; font-weight:bold;}
.text10b      {font:10pt; color:#000000; font-weight:bold;}

.photocaption { 
  padding-left: 20px;
  padding-right: 20px; 
}

a:hover {
  color:#ff0000;
  text-decoration:none;
}

.menu {
	font-weight: bold;
	text-decoration: none;
}
A.menu:link,
A.menu:visited,
A.menu:active
{color: #002868;}
A.menu:hover {color: #ff0000;}