/*Make all body text black 14-point verdana. 
*/
body {font-family:  Arial, tahoma, verdana, Arial, serif, "times new roman";
      background:#FFFFFF;
      color:#000066;
      font-size: 1em;
      line-height:1.2em;}


/*Underline links
*/

a {text-decoration:underline;}
a:link {color:#003399;}
a:visited {color:#003399;}
a:hover {color:#66FFCC;}
a:active {color:#003399;}


/*Make hyperlinked images with no borders, so doesn't show
*/

img {border:none}

/*adjust the space between bullets an the margin
*/

ul.adjust {margin:0em;
           line-height:1.3em;
           padding-left:1em;}

/*size1 headings
*/
h1 {font-family: verdana, Arial, sans-serif, times new roman;
    font-size:1.3em;
    line-height:1em;
    color:#000066;}

/*size2 headings
*/
h2 {font-family: verdana, Arial, sans-serif, times new roman;
    font-size:1em;
    line-height:1em;
    color:#000066;}

/*Make size2 headings blue 16-point verdana. 
*/
h3 {font-family: verdana, Arial, sans-serif, times new roman;
    font-size:1.2em;
    line-height:1.2em;
    color:#FFFFFF;}

/*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;
         position: absolute;
         height:6.3em;
         width:60em;
         background:#6699FF;
         color:#FFFFCC;
         padding-left:0.5em;
         border-bottom: solid 1px #000000;}


/*Nav bar
*/

div.nav  {display:block;
          position:absolute;
          margin-right:1em;
          margin-top:8em;
          padding-top:2em;
          padding-left:1em;
          padding-right:1em;
          width:13em;
          height:52em;
          background:#6699FF;
          font-size:0.8em;}


/*Welcome text
*/

div.main {display:block;
          position:absolute;
          margin-top:8em;
          margin-left:15em;
          width:35em;
          height:39em;
          font-size:0.9em;
          background:#FFFFFF;}


/*News area
*/

div.news {display:block;
          position:absolute;
          border: 1px solid #666666;
          font-size: 0.8em;
          padding-left:0.5em;
          margin-top:9em;
          margin-left:58em;
          width:17em;
          height:28em;
          background:#FFFFFF;}


/*Image area on home pages
*/

div.side {display:block;
          position:absolute;
          margin-top:30em;
          margin-left:46em;
          width:15em;
          height:18em;
          background:#FFFFFF;}

/*Image area on other pages
*/

div.side1 {display:block;
          position:absolute;
          margin-top:8em;
          margin-left:46em;
          width:15em;
          height:40em;
          background:#FFFFFF;}

/*Ad
*/

div.advs {display:block;
          position:absolute;
          margin-top:54em;
          margin-left:16em;
          width:40em;
          height:7em;
          font-size: 0.8em;
          background:#FFFFF;
          color:#000099;}

/*Footer area
*/

div.foot {display:block;
          position:absolute;
          margin-top:62em;
          width:76em;
          height:9em;
          font-size: 0.8em;
          background:#FFFFFF;
          color:#000099;
          padding-left:0.5em;
          border-top: solid 2px #000099;}

/*Footer area for materials
*/

div.foo1 {display:block;
          position:absolute;
          height:6em;
          margin-top:58em;
          width:76em;
          font-size: 0.8em;
          background:#FFFFF;
          color:#000099;
          padding-left:0.5em;
          border-top: solid 2px #000099;}

/*Footer area for links page
*/

div.foo2 {display:block;
          position:absolute;
          height:6em;
          margin-top:70em;
          width:76em;
          font-size: 0.8em;
          background:#FFFFF;
          color:#000099;
          padding-left:0.5em;
          border-top: solid 2px #000099;}
