table,div { 
  margin: 0px;
  padding: 0px;
}

body{
  background-color: #E9EFF4;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}
div {
  margin: 0px;
  padding: 0px;
}

p {
margin:0px;
padding:0px;
}

body,td, p,a { font-family: Arial; font-size: 10pt; color: #FFFFFF}
a { text-decoration: underline}
a:link { text-decoration: underline}
a:active { text-decoration: underline}
a:visited { text-decoration: underline}
a:hover { color: #AA8949; text-decoration: none}

.small {
  font-size: 7pt; 
}

div.menu {
  width: 760px;
  padding: 0px;
  margin: 0px;
}

div.menu img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: inline;
}

div.leftmenu {   
    width: 246px;
    height: 1000px;
    text-align: center;
    padding-top: 9px; 
    background-color: #DED3BD;    
    background-image: url(../img/bg1.jpg);   
    background-repeat: no-repeat;
}

td.leftmenubg {
    background-color: #DED3BD;                
    background-image: url(../img/bg3.jpg);   
    background-repeat: repeat-y;
}

td.content {        
    width: 514px;
    background-color: #5B7691;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    padding: 5px;
}

td.contentbg {        
    width: 514px;
    background-color: #5B7691;
}

div.footer {
  clear: all;
  width: 760px;
  background-color: #2F3D68;
}

div.filler {
  width: 500px;
  color: #FFD748;
  background-color: #5E84A9;
  text-align: center;
  margin: auto;
  height: 1px;
  overflow: hidden;
}

div.bottom_menu {
  text-align: center;
  height: 60px;
  margin-top: 10px;
}

div.bottom_menu a {
  color: #FFFFFF;
  text-decoration: underline;
}

h1 {
  text-align: center;
  font-family: Arial; 
  font-size: 14pt; 
  color: #FFFFFF;
}

td.error {
  color: red;
  padding: 10px 10px 10px 100px;   
}
