/*  Make all body text black 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:  #000000;
            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
       color: #333366}

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:#000000;


text-align:justify}

div.header {
left:100px;
top:204px;
font-size:11px;
width:550px;
height:118px;
border-color:#000000;
background-color:#000000;

color:#660033;
text-align:center}



div.one {
left:100px;
top: 144px;
width: 553px;
height: 152px;
padding-left:0px;
padding-right: 0px;

text-align:right}



div.three {
left:100px;
top: 280px;
width:530px;
height:6200px;
padding-left:15px;
padding-right: 15px;
background-color:#fafafa;
text-align:center}

div.four {
left:120px;
top:1080px;
width:510px;
height:6200px;
padding-left:15px;
padding-right: 15px;
background-color:#fafafa;
text-align:left}



div.six {
left:40px;
top:810px;
background-color:#acc2c9;
width:736px;
color:#000000;
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:#660033;}
a:visited  {color:#000000;}
a:active  {color:#cc0000;}
a:hover {color:#0000ff;}

.menutwo a  {text-decoration:  none;}
.menutwo a:link  {color:#660033;}
.menutwo a:visited  {color:#000000;}
.menutwo a:active  {color:#cc0000;}
.menutwo a:hover {color:#0000ff;}



/*  Format footnotes as 12 pixels Gill Sans MT, and center them. 

*/
div.footnote  {
font-size: 12px;
color: #333366;
top:860px;
background-color: #acc2c9;
width:725px;
line-height:  12px;
text-align:  center;}







