
body {
   font-family: georgia, 'times new roman', serif;
   color: #000000;
   margin: 0em;

   background-color: #FFFFFF;
   }


div.top {
   align: left;
   position: absolute;
   width: 90%;
   left: 0px;
   top: 0px;
   z-index: 3;
   border-style: solid;
   border-color: #000000;
   border-width: 10px 10px 0px 10px;
}

div.frame {
   align: left;
   position: absolute;
   left: 0px;
   top: 200px;
   width: 90%;
   border-style: solid;
   border-color: #000000;
   border-width: 0px 10px 10px 10px;
   z-index: 1;
}
div.menu {
   align: left;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 190px;
   z-index: 2;
}
div.maintext {
   align: left;
   position: relative;
   left: 190px;
   top: 0px;
   min-height: 500px;
   width: 75%;
   z-index: 2;
   background-image: url(main.gif);
   background-repeat: no-repeat;
}

/* == Minheight hack for IE, courtesy of http://www.greywyvern.com/code/min-height-hack.html == */
div.minheight {
   height: 450px;
   float: right;
   width: 1px;
}
div.clear {
   clear:both;
   height:1px;
   overflow:hidden;
}
/* == end minheight hack. Damn you IE. I hate your guts. == */

div.bottom {
   position: relative;
   width: 90%;
   z-index: 3;
}

img.headline {
   margin-left: 200px;
}

p {
   margin: 0em;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 10px;
   font-size: 1em;
   }

p.indent {
   text-indent: 1em;
   }

p.noindent {
   text-indent: 0em;
   }

p.copyright {
   text-indent: 0em;
   margin-top: 1em;
   margin-bottom: 1em;
   margin-left: 3em;
   margin-right: 300px;
   font-size: .6em;
   text-align: center;
}

div.blockquote {
   margin-left: 50px;
   margin-bottom: 1em;
   border-left: 3px solid #000;
}
p.blockquote {
   margin: 0px;
   margin-left: 5px;
   margin-right: 5px;
   font-size: 0.8em;
}

a {
   text-decoration:none;
  }

a:link {
   color: #333333;
   text-decoration:underline;
   }

a:visited {
   color: #CCCCCC;
   }

a:hover {
   color: #FFFFFF;
   background-color: #000000;
   }

a:hover {
   color: #FFFFFF;
   background-color: #000000;
   }