/*  Make all body links and static text white-colored 14 pixels Gill Sans MT 
     with 16 pixel vertical spacing between lines of text. 
 
*/
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, Sans-Serif.
*/
h1  {font:  20px Gill Sans MT;
       font-weight:  bold;
       line-height:  22px;
       color:#660033;}

h2  {font:  20px Gill Sans MT;
       font-weight:  bold;
       line-height:  22px;
       color:#660033;}

h3 {font: 18px Gill Sans MT;
      font-weight: bold;
      line-height:  20px;
      background-color: transparent;
      color:#660033;}

h4  {font: 16px Gill Sans MT;
      font-weight: bold;
      line-height:  18px;
      background-color: transparent;
      color:#333366;}

h5  {font: 16px Gill Sans MT;
      font-weight: bold;
      line-height:  16px;
      background-color: transparent;
      color:#660033;}

h6  {font: 14px Gill Sans MT;
      
      line-height: 14px;
      background-color: transparent;
      color:#660033;}



/*  Split page into two columns.  

*/
div {
display:block;
position:absolute;
left:40px;
width:515px;
font-size:14px;
background-color:#000000;
text-align:justify;}

div.header {
left:40px;
top:20px;
font-size:11px;
width:724px;
height:160px;
background-color:#ffffff;
color:#660033;
text-align:center;}

div.menu {
left:241px;
top:280px;
font-size:14px;
width:450px;
color:#ffffff;
text-align:center;}

div.one {
left:40px;
top:175px;
width:725px;
background-color:#000000;
height: 790px;
text-align:center;}

div.two {
margin-top:40px;
left:45px;
top:255px;
width:180px;
background-color:transparent;
text-align:center;}

div.three {
left:240px;
padding-left:10px;
padding-right:10px;
top:310px;
width:480px;
background-color:#ffffff;
color:#333366;
height:510px;
text-align:left;}

div.threea {
left:636px;
padding-left:10px;
padding-right:10px;
top:400px;
width:84px;
background-color:#ffffff;
color:#333366;
height:360px;
text-align:left;} 

div.five {
left:241px;
top:800px;
width:450px;
background-color:transparent;
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;}

.three p a:link { color: #660033;}
.three p a:visited { color: #660033;}
.three p a:active { color: #000066;}
.three p a:hover { color: blue;}

 
/*  Format footnotes as 12 pixels Gill Sans MT, and center them. 

*/
div.footnote  {
font-size: 12px;
color: #333366;
top:965px;
background-color: #acc2c9;
width:725px;
line-height:  12px;
text-align:  center;}







