/*Make all body text black 14-point verdana. 
*/
body {font-family:  book antiqua, verdana, Arial, serif, "times new roman";
      background:#CCCCFF;
      color:#000066;
      width:100%;
      height:100%;
      font-size: 1.25em;}


/*Underline links
*/

a {text-decoration:underline;}
a:link {color:#003399;}
a:visited {color:#003399;}
a:active {color:#003399;}


/*Make hyperlinked images with no borders, so doesn't show
*/

img {border:none}


/*Top banner to be no larger than 15" screen, and take up no more than 1/6 of page. Bottom border in purple.
*/

div.top {display:block;
         height:6em;
         width:97%;
         background:#003366;
         color:#FFFFCC;
         border-bottom-color:#009999;
         border-top-color:#003366;
         border-right-color:#003366;
         border-left-color:#003366;
         border-style:solid;}


div.nav {display:block;
         position:absolute;
         margin-right:1%;
         margin-top:0%;
         width:21.2%;
         height:240%;
         background:#FFFFCC;
         border-bottom-color:#FFFFCC;
         border-top-color:#FFFFCC;
         border-right-color:#009999;
         border-left-color:#FFFFCC;
         border-style:solid;}


/*Welcome text
*/

div.main {display:block;
          position:absolute;
          padding-top:3%;
          padding-right:1%;
          margin-top:0%;
          margin-left:22%;
          padding-left:2%;
          width:73%;
          height:210%;
          background:#FFFFCC;}


