html, body {
background: #34383D url(images/mainbg.jpg) no-repeat top center;
width: 100%;
height: 100%;
margin: 0;
}

img {
  border: 0;
}

div.maintitle {
width:828px;
height:84px;
text-align: left;
padding:0px;
}

td.mainmenu {
background: url(images/menu-bg.gif) no-repeat;
width: 700px;
height: 33px;
text-align: left;
color: #ffffff;
padding-left: 15px;
}

p, td, body, h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
}

h2 {
  color: #517CB8;
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica;
  font-weight: normal;
}

p {
color: #000000;
text-align: justify;
}

td.maincontentarea {
background: #F4F4F4;
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 5px;
}

td.footer {
background: #F4F4F4;
padding-bottom: 5px;
}

a:link {
text-decoration: underline;
color:#244F8A;
}

a:visited {
text-decoration: underline;
color:#244F8A;
}

a:hover {
text-decoration: none;
color:#244F8A;
}

a:active {
text-decoration: none;
color:#244F8A;
}

a:link.menu {
color:#ffffff;
text-decoration: underline;
}

a:visited.menu {
color:#ffffff;
text-decoration: underline;
}

a:hover.menu {
color:#ffffff;
text-decoration: none;
}

a:active.menu {
color:#ffffff;
text-decoration: none;
}