html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #D0D9E4;
  font-family:georgia;
  font-size: 13px;
  color: #000000; 
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}

h1 {
  color: #005FA3;
  font-size: 22px;
  letter-spacing: -1px;
}

p {
  text-align: justify;
}

#links {
 margin: 0 auto 0 auto;
 width: 900px;
 height: 106px;
 background-color: #ffffff;
}

#header {
 margin: 0 auto 0 auto;
 width: 900px;
 height: 375px;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
}

#main {
 margin: 0 auto 0 auto;
 width: 900px;
 height: 400px;
 background-color: #ffffff;
}

#info1{
 position: absolute;
 float: left;
 margin-left: 0;
 padding: 10px 10px 10px 10px;
 width: 430px;
 text-align:justify;
}

#info2{
 position: absolute;
 float: left;
 margin-left: 450px;
 padding: 10px 10px 10px 10px;
 width: 430px;
 text-align:justify;
}

#msgs {
 margin: 0 auto 0 auto;
 width: 900px;
 height: 58px;
 background-image: url(images/zabg.gif);
 background-repeat: repeat-X;
}

#footer {
 margin: 0 auto 0 auto;
 width: 900px;
 height: 159px;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 background-color: #ffffff;
}

.clear{
clear:both;
}

a.default:link    {color:#000000; text-decoration:underline}
a.default:active  {color:#000000; text-decoration:underline}
a.default:visited {color:#000000; text-decoration:underline}
a.default:hover   {color:#000000; text-decoration:underline}


