* {
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px;
  color: #000000;
}

#header
{
  width: 734px;
}

body
{
  line-height: 17px;
  background: url("/images/bkg2.jpg");
}

table
{

  line-height: 16px;
}

#content
{
  width: 300px;
  line-height: 17px;
  text-align: left;
  padding-top: 18px;
  padding-left: 20px;
}


.background
{
   background: url("images/bkg.jpg");
}

.background-head
{
   background: url("images/header.jpg");
}

.white 
{
  color: #ffffff;
}

.accent
{
  color: #a99758;
  font-weight: bold;
}

.accent2
{
  color: #a99758;
  text-decoration: none;
}

.accent3
{
  font-size: 11px;
  color: #052148;
  text-decoration: underline;
}


.title
{
  font-size: 11px;
  color: #000000;
}

.graybg
{
  background-color: #d7dce2;
}

.gray
{
  font-size: 11px;
  font-weight: normal;
  color: #a0a0a0;
}

.gray10
{
  font-size: 10px;
  color: #a0a0a0;
}

.link
{
  font-size: 11px;
  font-weight: normal;
}

.whitelink
{
  color: white;
}

.smwhitelink
{
  font-size: 11px;
  color: white;
}

.bodysmall
{
  font-size: 11px;
  text-align: right;
}

.copyright
{
  /* width: 734px; */
  font-size: 100%;
  text-align: center;
  color: #363636;
  margin-top: 5px;
}

.tagid
{
  font-size: 11px;
  padding-left: 3px;
}

#footer
{
  width: 734px;
}

#team_photos
{
  font-size: 11px;
  /*background-color: #e7e7e6;*/
  padding: 10px 15px 5px 15px;
  width: 207px;
}

#contactInfo
{
  margin-top: 5px;
  padding: 18px;
  line-height: 15px;
  background-color: #282c2f;
}

#contactInfo tr td
{
    color: #ffffff;
}


#main_table
{
  border: 5px solid white;
  background-color: white;
}

#leftbar
{
  background-color: #052148;
  width: 184px;
}

#menubar
{
  background-color: #052148;
  font-size: 12px;
  margin: 0px 0px 5px 0px;
  height: 23px;
}

#menubar td
{
   color: #ffffff;
}

#menubar a
{
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 6px;
  text-decoration: none;
}

#menubar td.selected_menu
{
  background-color: white;
  font-weight: bold;
  color: black;
  padding: 0px 6px;
}


a img { border: none; } 
