/* CSS definition file containing sitestyle stylesheets */

BODY {

  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;

  background-color: #fed;

  margin: 0;

  width: 100%;

  height: 100%;

}



A:active {
 color: rgb(255,0,0);
}


A:link {
 color: rgb(0,51,204);
}


A:visited {
 color: rgb(153,0,153);
}


.TextNavBar {
 font-size: xx-small;
}

A:hover {
 color: rgb(255,0,0);
}



div {

  margin: 0px;

  border: 0px
;
  padding: 0px;

}


.spacer {

  height: 5px;

  font-size: 4px;

  background: transparent;

}



#keys {

  position: absolute;

  eft: -2000px;

  top: -2000px;

  display: none;

}



#headerdiv {

  width: 100%;

  height: 70px;

  positon: relative;

  margin-left: 0px;

  margin-top: 0px;

  background: url(./assets/images/banback.gif);

}



#headerpic {

  height: 70px;

  width: 800px;

}



#main {

  position: relative;

  eft: 0;

  top: 0;

  width: 100%;

  min-height: 77%;

  background: url(./assets/images/bkgd.gif) top left repeat-y;
}



#leftcoldiv {

  position: absolute;

  width: 123px;

  left: 0px;

  top: 0px;

}



#navbar {

  width: 120px;

  left: 0px;

  height: auto;

}



.navbutton {

  width: 120px;

  height: 40px;

  left: 0px;

  background: url(./assets/images/bkgd.gif);

}



#rightcoldiv {

  position: relative;

  margin-top: 0px;

  margin-left: 124px;

  margin-right: 0px;

  margin-bottom: 5px;

}



.highlite {

  border: 1px solid #666;

  border-top: 0px;

  margin: 0 3 3 3;

  padding: 3px;

}



#footerdiv {

  position: relative;

  width: 100%;

  height: 60px;

  bottom: 0px;

}



#DEWD {

  position: absolute;

  width: 123px;

  left: 0px;

  height: 60px;

  background: url(./assets/images/bkgd.gif) top left repeat-y;

}



#DEWDLogo {

  height: 48px;

  width: 96px;

}



#textnavbar {

  height: 20px;

  margin-top: 0px;

  margin-left: 124px;

}



.cleaner {

  clear: both;

  height: 1px;

  font-size: 1px;

  border: none;

  margin: 0;

  padding: 0;

  background: transparent;

}



#footnote {

  position:relative;

  margin-bottom: 0px;

}



#formdiv {

  width: 600px;

  background-color: #ddf;

  border: 1px dotted #333;

  padding: 5px;

  margin: 1% 10%;

}



#footertext {

  margin-left: 124px;

}

