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: #E2E2E2;
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0;
}

h1 {
  color: #828282;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
}

p {margin-left: 22px;}

#topDiv {
 background-color: #86DE00;
 margin: 0 auto 0 auto;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid;
 width: 899px;
 height: 68px;
}
#tomain{
 position: absolute;
 background-image: url(images/main.gif);
 background-repeat: no-repeat;
 width: 21px;
 height: 17px;
 float: left;
 margin-top: 25px;
 margin-left: 35px;
 cursor: pointer;
}

#tomail{
 position: absolute;
 background-image: url(images/mail.gif);
 background-repeat: no-repeat;
 width: 21px;
 height: 17px;
 float: left;
 margin-top: 25px;
 margin-left: 75px;
 cursor: pointer;
}


#header {
 background-color: #000000;
 background-image: url(images/header.gif);
 background-repeat: no-repeat;
 margin: 0 auto 0 auto;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid;
 width: 899px;
 height: 170px;
}

#nav {
 background-color: #F2F2F2;
 margin: 0 auto 0 auto;
 width: 899px;
 padding: 10px 0 10px 0;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid; 
 text-align: right;
}

#pageImg {
 background-color: #F2F2F2;
 background-image: url(images/pageImg.gif);
 background-repeat: no-repeat;
 margin: 0 auto 0 auto;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid;
 width: 899px;
 height: 148px;
}

#pageText {
 background-color: #F2F2F2;
 margin: 0 auto 0 auto;
 width: 899px;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid; 
 text-align: justify;
}

#info {
 background-color: #F2F2F2;
 padding: 10px 100px 0 208px;
 text-align: justify;
}

#office{
 background-color: #F2F2F2;
 padding: 30px 0 20px 650px;
}


#footer {
 background-color: #CFCFCF;
 margin: 0 auto 0 auto;
 border-left:#D6D6D6 1px solid; 
 border-right:#D6D6D6 1px solid;
 width: 899px;
 height: 40px;
}


a.default:link    {color:#059BFA; text-decoration:underline}
a.default:active  {color:#059BFA; text-decoration:underline}
a.default:visited {color:#059BFA; text-decoration:underline}
a.default:hover   {color:#059BFA; text-decoration:underline}

