/*
CSS for Basic site*/


  

#header {
         border-top: 5px solid black;
         width: 100%
}



body {
       font-family:verdana,helvetica,arial, sans-serif;
      
        background: white url(oldpaper.gif) ;
       line-height: 125%;
       border-color:0;
        border-width:0px;
       padding:5px;
       margin: 10px;
       font-size: x-small;

}  


li {
     font-size: xx-small;
     color: black;
   list-style-type: disc;
              
}

ul {
       margin-top: 15px;
         
              
}



p {
   font-size: x-small;
    font-weight: normal;
   color: black;
     
}

h1, h2, h3, h4, h5, h6 {
            font-family: "Trebuchet MS", helvetica, arial, sans-serif, verdana;
        
          padding: 10px;  
         color: black;
          
}

h1 {
    font-size: x-large ;
     color: white;    
        font-family:verdana;                   
     font-weight: bold;
        padding-left: 55px ;
}


h2 {
     
        font-size: medium ;
     color: white;    
        font-family:verdana;                   
     font-weight: bold;
        padding-left: 55px ;
    
}
h3 {
  font-size: small;
   font-family:verdana;  
         background-color:;
         color: black;
     
         
        
            
}

h4 {
           font-size:x-small;
      font-family:verdana;  
         background-color: ;
         color: black;
}

h5 {
           font-size:xx-small;
      font-family:verdana;  
         background-color:;
         color: black;
}



a {
       font-weight: bold;
    
}

a:link {
      
       color: black;
}


a:visited {
      
       color: black;
}

a:hover {
          text-decoration: none;
          color: red;
          background-color; black;
}


a:active {
      
       color: red;
       background-color:white;
}



.attentiongrab {
              position: absolute;
        left: 300px;
         top:240px;
          font-weight: bold;
     
                
}

.container1 {
            border: 1px solid black;
            padding: 10px;
           font-weight: bold;
            background-color: white;                     
}   




.container2 {
            border: 1px solid black;
            padding: 10px;
           font-weight: bold;
            background-color: purple;  
                         color: white;  
                         
}   

.container3 {
            border: 1px solid black;
            padding: 10px;
           font-weight: bold;
            background-color: white;  
                       
                         
}   















.simpleblackborder {
           border-width: 5px;
           border-style: solid;
           border-color: black;
            padding: 1px;
  }        




#navigation {
           width: 320px;
            font-family:verdana,helvetica,arial, sans-serif;
            background: #cccccc;
             padding-bottom: 1.5em;
              padding-left: 1.5em;
           
}
#navigation, #bodycontent, #header {
       position: absolute

}

#navigation, #bodycontent {
         top: 241px;
         width: 340px;
         left: 50px
}



#bodycontent {

             
         left: 420px;
         top: 241px;
       width: 500px;
      background:gray ;
     
           padding-bottom: 1.5em;
              padding-left: 1.5em;
                 padding-right: 1.5em;


}

.container {
            border: 1px solid black;
            width: 350px;
            padding: 10px;
           font-weight: bold;
            background-color:;  
                   
}   


table.contacts {
        position: absolute;
        top: 860px;
        left: 5px;
        font-size: xx-small;
        border-collapse: collapse;
         
        
}

table.contacts th, table.contacts td {
       border: 1px solid black;
       padding: 4px;
     font-size: xx-small;
}

table.contacts th {
           font-size: xx-small;
              text-align: left;
            background:#241374 url(oldpaper.gif);
           color: black;
         padding-top: 0;
         padding-bottom: 0px;
        padding-left: 2px;
          padding-right: 2px;
        

}

table.contacts td {
                         
                 background:#241374 url(oldpaper.gif);
           color: #000000;
         padding-top: 0;
         padding-bottom: 0px;
        padding-left: 2px;
          padding-right: 2px;
        font-size: xx-small;
}

table.contacts caption {
                         color: #000066;
                           text-align:left;
                             padding-bottom: 5px;
                         font-size: xx-small;
                             font-weight: bold; 
                              
}
















