body {
padding:0;
margin:0;
background: #99ccff;
}

body, body tr td
{

  font-family: cursive;
  font-size: 90%;
}

a:link, a:visited
{
 color: #003366;
 text-decoration: none;
}

a:hover
{
 color: #990033;
 text-decoration: none;
}

h1, h2, h3, h4, h5 {
color: #000099;
}


.infotable {
 border: 2px solid #ccc;
 padding: 1px;
}

.infotable td { 
font-size: .8em;
padding: 2px 5px;
}

.tableheader {
 background: #ccc;
  font-weight: bold;
 }

.header {
 background: #99ccff url(images/header.jpg) no-repeat;
 height: 130px;
 }

.menu {
 background: #003366 url(images/menubg.jpg) repeat-y;
 height: 25px;
 padding: 0px 15px;
 }

.menu a:link, .menu a:visited
{
 color: #ffffff;
 text-decoration: none;
}

.menu a:hover
{
 color: #990033;
 text-decoration: none;
}

.menubutton {
 width:100px;
  // background: purple;
 margin: 0px 5px;
  float: left;
  text-align: center;
  font-weight: bold;
 }

.content {
 background: #ffffdd;
 }

.leftside {
 background: #99ccff url(images/leftside.jpg) repeat-y right;
 width: 30px;
 }

.rightside {
 background: #99ccff url(images/rightside.jpg) repeat-y left;
 width: 30px;
}

.leftbottom {
 width: 30px;
 height: 39px;
 background: #99ccff url(images/bottomleft.jpg) no-repeat right;
 }

.midbottom {
 height: 39px;
 background: #99ccff url("images/bottommid.jpg") repeat-x;
 }

.rightbottom {
 width: 30px;
 height: 39px;
 background: #99ccff url(images/bottomright.jpg) no-repeat left;
 }

.photoholder {
  // border-top: 2px solid #003366;
  // border-right: 4px solid #003366;
  // border-bottom: 4px solid #003366;
  // border-left: 2px solid #003366;
 }
