 
/* For the entire page */
html {
    margin:0;
    padding:0;
    color:#000;
    background: rgba(171,183,220,0.5);
    }
    
/* The wrapper - contains all the info */    
#wrap {
    width:900px;
    margin:0 auto;
    background: rgba(171,183,220,0.65);
}

/* Not using the header label for now, so I commented it out        
#header {
    padding:0px 0px;
        }
*/

/*Navigation tool bar - serving as a header for now*/

#nav {
    padding:5px 10px;
    height: 150px;
    background: rgba(171,183,220,0.75);
}  
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li {
    display:inline;
    margin:0;
    padding:0;
    }
    
#nav table {
              padding-top: 30px;
              padding-left: 20px;
              float: right;
              font-family: Chalkboard,Arial, Helvetica, sans-serif;
              background: rgba(171,183,220,0.0);
               
    }
#nav a:link{color: #000; text-decoration: none; }

/* Main is the bodey of the page */

#main {
    float:left;
    width:500px;
    padding:10px;
    background: rgba(171,183,220,0.0);
            }
/* The sidebar, currently set-up on the right of the page */
   
#sidebar {
    float:right;
    width:300px;
    padding:10px;
       }
      
       
/* The footer contains the same links present in the nav division */       
#footer {
    clear:both;
    padding:0px 0px;
    background: rgba(171,183,220,0.75);
    height:50px;
       }
#footer ul {
    padding-top:15px;
    list-style:none;
    }
#footer li {
    padding-left:20px;
    display:inline;
    font-family: Chalkboard,Arial, Helvetica, sans-serif;
    }       
#footer a:link{color: #000; text-decoration: none; }

#footer img {
float: left;
    }  
    
        #links {float:right;padding-top:15px;}
/* The below section contains classes and other global settings */

.footer {width: 50px; font-family: Chalkboard,Arial, Helvetica, sans-serif; }
.cover {width: 150px; padding-top: 10px; padding-bottom: 10px; padding-left: 0px;}
.logo {width: 150px; float: left;}
.fid {width:660px; height: 50px; padding-left: 40px;}
h2 {
    margin:0 0 1em;
    }    
ul.a {list-style-type: disc; margin-left: -20px;}
ul.b {list-style-type: square;}    


