
A { font-family: "Arial";}
A:link { color: blue; text-decoration: none}
A:hover { color: red; text-decoration: none}
A:visited {text-decoration: none}

LI { font-family: "Arial"}
P { font-family: "Arial" }
H1 { font-size: 20px;
      font-family: "Arial"}
H2 { font-family: "Arial"}
H3 { font-family: "Arial"}
H4 { font-family: "Arial"}
TABLE { font-family: "Arial" }

HR { height:5px; background: #446D8C ; }

UL {list-style-type: square }

.form { font-family: Verdana, Arial, Helvetica, sans-serif; color: red; background: white; color: #446D8C; }
.btn { font-weight: bold; color: white; background-color: #446D8C;}

div#links a
   {
   text-align: center; font: bold 1em sans-serif; font-size: 12px; font-weight: bold;
   padding: 5px 10px; margin: 0 0 1px; border-width: 0;
   text-decoration: none; color: white; background: #446D8C;
   }

div#links a:hover {color: #411; background: #AAA; }

div#blog1 p {font-family: "Arial"; font-size: small }

div#blog_header p {font-family: "Arial"; font-size: small;
                   text-decoration: none; color: white; background: #446D8C;
                   }

div#blog2 p {font-family: "Arial"; font-size: x-small }

div#header_links                                              
    {                                                         
    position: relative;                                       
    left: 120px;                                              
    }                                                         

div#header_links a
   {
   text-align: center; font: bold 1em sans-serif;             
   padding: 5px 10px; margin: 0 0 1px; border-width: 0;       
   text-decoration: none; color: white; background: #446D8C;  
   }                                                          

div#header_links a:hover                                      
   {
   color: #411; background: #AAA;
   }

/* ****************** Div for navigating through the display pages ***************** */
div#nav
    {                      
    position: absolute;    
    left: 380px;           

    border-color : black;  
    border: 2px solid;     
    }                      
div#nav a
    {
   font-size: small;
        text-align: center; font: bold 1em sans-serif;             
   padding: 5px 10px; margin: 0 0 1px; border-width: 0;       
   text-decoration: none; color: white; background: #446D8C;  
   }
div#nav a:hover
   {
   color: #411; background: #AAA;
   }
/* ************************ blocks for display and info on photos *********************** */
.top {
     position: relative;
     left: 5px;
     width: 720px;
     border-color : black;
     border-top: 2px solid;
     border-left: 2px solid;
     border-right: 2px solid;
     background-color: #446D8C;
     }

.photo {
       position: relative;
       left: 5px;
       border-color : black;
       border-top: 2px solid;
       border-left: 2px solid;
       border-right: 2px solid;
       width: 720px;
       height: 120px;
       font-family: "Arial";
       }

.bottom {
        position: relative;
        left: 5px;
        border-color : black;
        border-top: 2px solid;
        border-left: 2px solid;
        border-right: 2px solid;
        border-bottom: 2px solid;
        width: 720px;
        background-color: #446D8C;
        }



/* ************************ blocks for display and info on photos *********************** */  
.spacer
    {
     color: #446D8C;
    }
.title
    {
    font-family:  Arial, Helvetica, sans-serif; color: white; font-weight: bold;
    }

.titlelinks a
   {
   font-family:  Arial, Helvetica, sans-serif; color: white; font-weight: bold;

   text-decoration: none; color: white; background: #446D8C;
   }

.titlelinks a:hover {color: #411; background: #446D8C; }

.image
    {
    float: right;
    }

.small
    {
    font-family: "Arial"; font-size: small;
    }








