body{
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
    
  background-image: url('images/design/bg.jpg');
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #585757;
}

img{
  border: 0px;
}

div#{
  font-family: Verdana, Arial;
  font-size: 12px;
}

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

a:link, a:active, a:visited{
  color: #000000;
  text-decoration: none;
}
a:hover{
  color: #000000;
  text-decoration: underline;
}

a.menu, a.menu:active, a.menu:visited{
  color: #a90231;
}

a.menu:hover{
  color: #a90231;
  text-decoration: underline;
}

input{
  width: 200px;
  font-size: 11px;
  font-family: Verdana, Arial;
}

textarea{
  font-size: 11px;
  font-family: Verdana, Arial;
}

td.left{
  width: 206px;
  vertical-align: top; 
  background-image: url('images/design/menu_bg.gif');
}

td.right{
  width: 564px;
  vertical-align: top; 
  background-image: url('images/design/content_bg.gif');
}

td.logo{
  background-image: url('images/design/logo.gif');
  width: 206px;
  height: 156px;  
}

td.header{
  background-image: url('images/design/header.gif');
  width: 100%;
  height: 127px;
}

td.content{
  width: 564px;
}

table.menu{
  margin: 25px 0px 25px 0px;
}

td.menu{
  width: 206px;
  height: 25px;
  padding: 0px 15px 0px 15px;
}

td.footer{
  background-image: url('images/design/footer.gif');
  height: 19px;
}
td.copyright{
  padding-top: 10px;
  font-size: 10px;
  color: #e2e2e2;
  text-align: center;
}

td.pageHeading{
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  padding: 10px;
}

td.pageInformation{
  padding: 10px;
  
}

td.pageImage{
  text-align: center;
}
