/*  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:#ffffff;}

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:  18px;
      background-color: transparent;
      color:#ffffff;}



/*  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:175px;
border-color:#000000;
background-color:#ffffff;
color:#660033;
text-align:center}

div.menu {
left:241px;
top:300px;
font-size:14px;
width:340px;
color:#ffffff;
text-align:center;}

div.one {
left:40px;
top:180px;
width:725px;
background-color:#000000;
height: 770px;
text-align:center;}

div.menutwo {
margin-top:50px;
left: 70px;
top: 265px;
width:220px;
text-align:left;}

div.two {
margin-top:50px;
left:40px;
top:555px;
width:220px;
text-align:center;}


div.three {
left:240px;
padding-left:10px;
padding-right:10px;
top:335px;
width:330px;
background-color:#ffffff;
color:#333366;
height:415px;
text-align:left;}


div.four {
left:603px;
font-size:14px;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
top:270px;
width:140px;
background-color:transparent;
color:#fff8dc;
text-align:left;}

div.adgrad {
left:605px;
font-size:14px;
padding-left:6px;
padding-right:10px;
top:555px;
width:134px;
background-color:#990033;
color:yellow;
text-align:left;}

div.adgen {
left:603px;
font-size:14px;
padding-left:6px;
padding-right:10px;
top:655px;
width:134px;
background-color:#99CC99;
color:#282828;
text-align:center;}

div.ade {
left:595px;
font-size:14px;
top:655px;
width:134px;
background-color:transparent;
color:#cc99ff;
text-align:center;}



.amad {
left:610px;
font-size:14px;
padding-left:6px;
padding-right:10px;
padding-top: 10px;
top:690px;
width:115px;
background-color:#fffff0;
color:blue;
text-align:center;
}

.book img {
	float: none;
	width: auto;
	height: auto;
	margin: 0.5em 0;
	display: block;
	padding: 2px;
	border: 2px solid #000000;}

.book a:hover img {
	border-color: #000000;}




div.five {
left:241px;
top:740px;
width:350px;
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;}

.adgrad p a:link { color: #ffc0cb; }

.amad p a:link { color:#0066cc;}
.amad p a:visited { color:#0066cc;}
.amad p a:active { color: #000066;}
.amad p a:hover { color: #660033;}

.ade p a:link { color:#0066cc;}
.ade p a:visited { color:#0066cc;}
.ade p a:active { color: #000066;}
.ade p a:hover { color: #660033;}


 
/*  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;}






