      html {
         background: #ECFFEC url(images/page.jpg) top center repeat-y;
      }
      
      body {
         margin:10px auto 20px auto;
         padding:0 10px 0 10px;
         width:900px;
         font-family: Arial, Helvetica, sans-serif;
         font-size:16px;
         color:#065522;
         text-align:center;
      }
      
      a:link {
         color: #065522; 
         text-decoration:none;
         font-size:16px;      
      }
      a:visited {
         color: #065522; 
         text-decoration:none;
         font-size:16px;   
      }
      a:hover {
         color: #065522;
         text-decoration:underline;
         font-size:16px; 
      }
      a:active {
         color: #065522;
         text-decoration:underline;
         font-size:16px; 
      }
      
      div.content {
         margin-left: auto;
         margin-right: auto;
         width:900px;
         
      }
      
      div.masthead{
         text-align:left;
         width:900px;
         padding: 1em 0em 0em 0em;
         height:40px;
      }
      
      #sites ul {
	     list-style:none;
	     padding:0em 0em 0em 0em;
	     margin:0em 0em 0em 0em;
      }
      
      #sites li {
         list-style:none;
         float: left;
         border: 1px solid;
         border-bottom-width: 0;
         margin: 0 0.5em 0 0;
         padding-top:10px;
         width:150px;
		 padding-bottom:10px;	 
      }
      
      #textburp {
         border: 1px solid;
         clear: both;
         text-align:left;
         padding: 1em 1em 1em 1em;
		 margin: 0 0 0 0;
      }

      h1 {
         margin: 0;
         padding: 1em 0 1em 0;
      } 
      
      #sites li a {
         padding: 0 1em;
      }
      
      #sites #selected {
         position: relative;
         top: 1px;
         background: white;
      }
      
      #sites #bottom {
         padding-top: 1px; 
         background: white;
      }
