/* Stylesheet.css */ 

/* Page header style */
#header{
     height: 95px;
     width: 100%;
     background-color: #000000;  
     padding-top: 4px;
; font-family: Arial, Helvetica, sans-serif; font-size: large
; color: #c8efae
}

/* Style for main content column */
#main{
       margin: 1em 0em 0em 1em;
; font-family: Arial, Helvetica, sans-serif; font-size: small
; background-color: #000000
; color: #87bfc0
; padding: 0px 5px 5px
; width: 90em
}

/* Page footer style */
#footer{
     clear: none;
     height: 30px;
     width: 100%;
     border-top: thick double #191970;
; font-family: Arial, Helvetica, sans-serif; font-size: x-small; border-color: #999999 black black
; background-color: #000000
; color: #FFFFCC; border-style: double; border-top-width: thin
}


/* Body text and page background */
body{
    margin: 0;
    padding: 0;
    font-family: 'Book Antigua', Times, Serif;
    font-size: medium;
    color: #c8efae;
    background-color: #000000;
}

/* Level-1 Headings */
h1{
    font-family: Geneva, Arial, Helvetica, san-serif;
    font-size: medium;
    color: #C8EFAE;
    text-align: left;
; font-weight: bold
; background-color: #000000
; left: 5px; clip:   rect(   ); padding-right: 5px; top: auto
; font-style: italic
}

/* Level-2 Headings */
h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: #336699;
    font-style: italic;
}

/* Level-3 Headings */
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #FFCC66;
    text-align: right;
}

/* Blockquote with blue background */
blockquote.tip {
   background-color: #99ffff
}

/* Blockquote with pink background */
blockquote.warn {
   background-color: #ff99cc
}

/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 5px;
}/* Float image to right of paragraph */
img.floatRight{
   float: right;
}/* Center image between margins */
div.center{
   width: 100%;
   text-align: center
; background-color: #FFFFFF
}

/* Custom bullet for bulleted lists */
ul{
   list-style-image: url("pix/bullets/ani-smiley.gif");
}

/* Style for tables of thumbnail images */
table.thumbs{
   vertical-align: middle;
   text-align: center;
   border-collapse: collapse;
   margin: auto;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width:100px;
}
/* Unvisited links (no underline) */
a:link{
   color: #87bfc0; /* sky blue */
   text-decoration: underline;
}
/* Visited links (no underline) */ 
a:visited{
   color: #87bfc0; /* fuchsia */
   text-decoration: none;
}
/* Hover links (red underlined) */ 
a:hover{
   color: #FFCC66; /* red */
   text-decoration: underline;
}
/* Active links (green underlined) */ 
a:active{
   color: #87bfc0; /* green */
   text-decoration: underline;
}
