/*  Make all body text white-colored 10 point verdana 
     with 12-point vertical spacing between lines of text
     and 24-point margins. Text-align to be justified. 
*/
body {font-size:  14px;
            font-family:  "Gill Sans MT";
            background:  #acc2c9;
            color:  #ffffff;
            line-height:  16px;
            margin-left:  40px;
            margin-right:  126px;
            width:  725px;           
            text-align:  center}


/*  Make headings Gill Sans MT bold with generous line spacing.
     If user doesn't have Gill Sans MT, use Ariel.
*/
h1  {font:  26px Gill Sans MT, Ariel, Sans Serif;
       font-weight:  bold;
       line-height:  30px}

h2  {font:  20px Gill Sans MT, Ariel, Sans Serif;
       font-weight:  bold;
       line-height:  24px}

h3 {font: 18px Gill Sans MT, Ariel, Sans Serif ;
      font-weight: bold;
      line-height:  20px;
      color:#660033}

h4  {font: 14px Gill Sans MT, Ariel, Sans Serif;
      font-weight: bold;
      line-height:  18px;
      color:#333366}

/*  Split page into two columns.  

*/
div {
display:block;
position:absolute;
left:40px;
width:515px;
font-size:14px;
color:#ffffff;
background-color:#000000;
height:705px;
text-align:justify}

div.header {
left:40px;
top:20px;
font-size:11px;
width:724px;
height:175px;
border-color:#000000;
background-color:#ffffff;

color:#660033;
text-align:right}

div.one {
left:40px;
top:175px;
width:725px;
text-align:center}

div.menutwo {
margin-top:50px;
left: 90px;
top: 255px;
width:220px;
text-align:left;}

div.two {
margin-top:50px;
left:40px;
top:555px;
width:220px;
text-align:center;}

div.three {
left:250px;
top: 260px;
background-color:transparent;
text-align:center}

div.four {
left:270px;
top:630px;
padding-left: 8px;
padding-right: 8px;
background-color:#ffffff;

width:470px;
color:#333366;
text-align: left}

div.five {
left:250px;
top:870px;
text-align:center}

div.six {
left:40px;
top:1025px;
background-color:#acc2c9;
width:725px;
color:#ffffff;
text-align:center}


/*  Don't underline links, and make all links white.
     Make lines flash orange when activated.

*/
a  {text-decoration:  none;}
a:link  {color:#00ffff;}
a:visited  {color:#ffff99;}
a:active  {color:#ffff00;}
a:hover {color:#ff6600;}

.four p a:link { color: #660033;}
.four p a:visited { color: #660033;}
.four p a:active { color: #000066;}
.four p a:hover { color: blue;}

.six p a:link {color:#408040}
.six a:visited {color:#660033;}
.six a:active {color:#000066;}
.six a:hover {color:#ff6600;}


/*  Format footnotes as 12 pixels Gill Sans MT, and center them. 

*/
div.footnote  {
font-size: 12px;
color: #333366;
top:1085px;
background-color: #acc2c9;
width:725px;
line-height:  12px;
text-align:  center;}






