
/* page color */

body {
      background-color: #787878;
      background-image: url('images/background1.jpg');
      background-repeat: repeat-y;
     }
    

/* logo at the top of the page */

div#logo {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 600px;
	height: 100px;
      	background: white; 
      	background-repeat: no-repeat;
	background-position: center; 
      	border:medium solid black; 
         }
         
/* links section */ 

div#links a {
	  background: red fixed 
            }
            
div#links a {
         display: block; 
      text-align: center; 
            font: bold 1em sans-serif; 
         padding: 5px 10px; 
          margin: 0 0 10px; 
          border: solid black; 
 text-decoration: none; 
           color: white ;
            }

div#links a:hover {
           color: red;
      background: black;
          border: solid white;
                  }

div#links a span {display: none;}

div#links a:hover span {display: block;
   position: absolute; top: 340px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: white; background: red;
   font: 10px Verdana, sans-serif; text-align: center;
   border: solid black;}

/* content box */

div#content {position: absolute; top: 120px; left: 161px; width: 800px;
   color: black; font: 13px Verdana, sans-serif; padding: 10px; 
   border: solid black;
            }

div#content {
	BACKGROUND: white fixed no-repeat 0px 0px;
            }

div#content p {margin: 0em 1em;}

div#content h3 {margin-bottom: 0.25em;}

div#content a:link {color: blue;}

div#content a:visited {color: #BBC;}

div#content a:link:hover {color: #FF0;}

div#content a:visited:hover {color: #CC0;}

/* grayed out links box in content box */

div#pagelinks {width: 100px;
          BACKGROUND: gray fixed;
          border-width: 1px;border-color: black; }

div#pagelinks a:link {color: white;}
div#pagelinks a:hover {color: red;}
div#pagelinks a:visited {color: white;}


body {position: relative; margin: 0; padding: 0;}

h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: center; background: red;
    color: #024; letter-spacing: 0.5em; font: bold 25px Times New Roman; height: 28px; 
    vertical-align: middle; white-space: nowrap;}

dt {font-weight: bold;}

dd {margin-bottom: 0.66em;}

div#links {position: absolute; top: 120px; left: 10px; width: 140px; height: 700px; font: 16px Verdana, sans-serif;}

code, pre {color: gray; font: 110% monospace;}

div.cent {text-align: center;}

div.left {text-align: left;
	 margin: 0em 1em;}

div#footer {
        position: absolute;
	top: 1350px;
	height: 88px;
	width: 31px;
        right: 100px;}
	

