



.header { background-image: url("images/headerpat.jpg") }

.service {color : 006699;
              font-family: Arial;
              font-size : 16px;
               text-align: center;
               text-decoration: none;
}


.toplink {color : yellow;
              font-family: Impact;
              font-size : 10px;
               text-align: center;
               text-decoration: none;
}

.toplink:link{color : yellow;
              font-family: Impact;
              font-size : 12px;
               text-align: center;
               text-decoration: none;
}

.toplink:visited {color : yellow;
              font-family: Impact;
              font-size : 12px;
}

.toplink:hover {color : 00ff00;
              font-family: Impact;
              font-size : 12px;
}

.toplink:active {color : green;
              font-family: Impact;
              font-size : 12px;
}

.sidebar {color : black;
              font-family: Arial;
              font-size : 9px;
}


P {color: black;
    font-family: Arial;
    font-size: 12px;
}

H1 {color: 333366;
    font-family: Times;
    font-size: 24px;
}

UL {color: black;
    font-family: Arial;
    font-size: 12px;
}

.bottom {color : yellow;
              font-family: Arial;
              font-size : 12px;
               text-align: center;

              font-weight: bold;
}

.bottom:link{color : yellow;
              font-family: Arial;
              font-size : 12px;
               text-align: center;
              font-weight: bold;
               text-decoration: underline;
}

.bottom:visited {color : yellow;
              font-family: Arial;
              font-size : 12px;
              font-weight: bold;
}

.bottom:hover {color : ff0000;
              font-family: Arial;
              font-size : 12px;
              font-weight: bold;
}

.bottom:active {color : green;
              font-family: Arial;
              font-size : 12px;
              font-weight: bold;
}





.button {display:block;
         width: 120px;
         font-family:Verdana;
         font-size:10px;
         text-align:center;
         text-decoration:none;
         font-weight:bold;
         color:ffffff;
         padding:1px;
         background-color: 009999;
           border-top: solid 3px;
           border-top-color: #33cc99;
           border-right: solid 3px;
           border-right-color: #666666;
           border-bottom: solid 3px;
           border-bottom-color: #000000;
           border-left: solid 3px;
           border-left-color: #33cc99;
        
         }
                     


.button:link {
         display:block;
         font-family:Verdana;
         font-size:10px;
         text-align:center;
         text-decoration:none;
         font-weight:bold;
         color:ffffff;
         padding:1px;
           
           background-color:  009999;
           border-top: solid 3px;
           border-top-color: #33cc99;
           border-right: solid 3px;
           border-right-color: #666666;
           border-bottom: solid 3px;
           border-bottom-color: #000000;
           border-left: solid 3px;
           border-left-color: #33cc99;
        
         }

.button:visited {
          
           background-color:  009999;
           border-top: solid 3px;
           border-top-color: #33cc99;
           border-right: solid 3px;
           border-right-color: #666666;
           border-bottom: solid 3px;
           border-bottom-color: #000000;
           border-left: solid 3px;
           border-left-color: #33cc99;
        
         }

.button:hover {
           color:ffffff;
           background-color: #cc3333;
           border-top: solid 3px;
           border-top-color: #FFFFFF;
           border-right: solid 3px;
           border-right-color: #666666;
           border-bottom: solid 3px;
           border-bottom-color: #000000;
           border-left: solid 3px;
           border-left-color: #FFFFF;
         }

.button:active {
           color:FFFFFF;
           background-color: #666666;
           border-top: solid 3px;
           border-top-color: #000000;
           border-right: solid 3px;
           border-right-color: #33cc99;
           border-bottom: solid 3px;
           border-bottom-color: #cccccc;
           border-left: solid 3px;
           border-left-color: #333333;
         }

         

