/* stylesheet.css */

/* Page header style */
#header{
     height: 72px;
     width: 504em;
     text-align: left;
     margin-left: 11em;
}

/* Page footer style */
#footer{
     margin-top: 0em;
     margin-left: 2em; 
     height: 30px;
     width: 42em;
     text-align: center;
}


/* Style for images */
img{
   border: 0px;
}

/* Add some margin space to main content */
#main{
margin-top: 15px;
}

/* Style for sidebar column */
#sidebar{
           border: 1px;
           float: left;
           display: inline;
           padding-top: 15px;
           margin: 1em;
           width:8em;
           height: 65em;
           text-align: right;
           font-weight: bold;
            /* Total width is 10em */
}

/* Body text and page background */
body{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   background-color: black;
   text-align: left;
   width: 50em;
   background-image: url("images/ac151959.jpg");     
   background-repeat: repeat;   
   }


/* Unvisited links (black) */
a:link{
   color: #000000; /* black */
   text-decoration: none;
}


/* Visited links (black) */ 
a:visited{
   color: #000000; /* black */
   text-decoration: none;
}

/* Hover links (white) */ 
a:hover{
   color: #999999; /* white */
   text-decoration: none;
}

/* Active links (black) */ 
a:active{
   color: #000000; /* black */
   text-decoration: none;
}

/* Level 1 headings */
h1 {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 text-align: center;
}

/* Level 2 headings */
h2 {
    margin: 1px;
    margin-top: 2em;
    font-family: Arial, Helvetica, sans-serif;
    color: #0066CC;
    text-align: left;
    text-decoration: none;
    font-style: italic;
}

/* Level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 text-align: right;
 margin-left: 8em;
 margin-top: 3em;
 font-style: italic;
}

/* Level 3 headings */
.topmargin h3 {
 font-family: Arial, Helvetica, sans-serif;
 color: #0066CC;
 font-style: italic;
 margin-top: 5em;
 margin-left: 0em;
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
   margin-bottom: 14em;
   padding: 0px;
   position: relative;
}

/* Float image to right of paragraph */
img.floatRight{
   float: right;
   margin-left: 10px;
   padding: 0px;

}
/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
}

