<!--


body {
     margin:0 0 0 0;
     background-color:#CFCC9B;
     background-image: url(EverettBackground.jpg);
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: top left;
     font-family: Helvetica, Arial, sans-serif, Verdana;
     font-size: 14px;
     padding: 0;
     }


#left {
      position: relative;
      margin-left:0px;
      padding-left:0;
      width:100%;
      }

#centerRight {
        position:relative;
        margin-left:240px;
        padding-left:0;
        }

#right {
        width:inherit;
        }

#center {
       position:relative;
       width: 700px;
       left: 0;
       padding-right:0;
       margin-top: 0px;
       }

#main {
      margin-left: 50px;
      width: 600px;
      }

#topBar {
        padding-left:20px;
        padding-top:5px;
        }

#advBar {

        }

#pic {
      top:100px;
      width:200px;
      height:150px;
      background:blue;
      position:relative;
      }

.warning {
         font-size: 1.1em;
         background-color: yellow;
         color: black;
         margin: 1% 2% 2% 3%;
         margin-right: 5%;
         border: 3px solid red;
         padding: 1% 1% 1% 1%;
         }

.referrals {
         font-size: 1.1em;
         font-family: "Comic Sans MS", cursive;
         font-weight: bold;
         color: #794b0f;
         font-variant: small-caps;
         }

#tipDay {
        float:right;
        width:200px;
        }

#lftBar {
        position:absolute;
        width:230px;
        top:350px;
        left:9px;
        }

#rgtBarFront {
        position:fixed;
        width:200px;
        top: 320px;
        left:10px;
        background-color: #99AE6A;
        padding: 5px 10px 30px;
        }

#rgtBar {
        position:absolute;
        width:220px;
        top:100px;
        right:10px;
        }

.organizations {
         font-size: 0.9em;
         font-family: "Comic Sans MS", cursive;
         font-weight: bold;
         color: #794b0f;
         font-variant: small-caps;
         }

.smallType {
        font-size: 0.7em;
        }

#picsRight {
        float:right;
        padding: 0 5px 0 10px;
        }

#picsLeft {
        float:left;
        padding: 0 10px 0 5px;
        }

#bannerTop {
     position: relative;
     text-align: center;
     padding: 10px;
     }

table.testimonials {
    clear: left;
    width: 100%;
    line-height: 1.4em;
    border-collapse: collapse;
    border: 4px solid #adbbca;
    color: #4f6480;
    }

table.testimonials caption {
    margin: 0;
    padding: 0;
    color: #032469;
    line-height: 2em;
    text-align: left;
    font-weight: bold;
    }

table.testimonials thead tr {
    color: white;
    background: #5e7796;
    }

table.testimonials thead tr th {
    padding: 0.4em 0.6em 0.4em 0.6em;
    border: 4px solid #888888;
    }

table.testimonials tbody tr {
    border: 4px solid #888888;
    }

table.testimonials tbody td {
    padding: 1em;
    }

table.testimonials tbody td a:link {
    text-decoration: underline;
    }

table.testimonials tbody td a:visited {
    text-decoration: underline;
    }

h1 {
    font-family: Arial;
    font-size: 2.1em;
    font-weight: bolder;
    color: black; }

h2 {
    font-family: Times;
    font-size: 1.4em;
    font-weight: bolder;
    color: black;
    font-variant: small-caps;}

h3 {
    font-family: Arial;
    font-size: 1.4em;
    font-weight: bolder;
    color: #6f430b;
    font-variant: small-caps;}

h4 {
    font-family: Times;
    font-size: 1.4em;
    font-weight: bolder;
    color: black;
    font-variant: small-caps;}

td {
    text-align: left;
    vertical-align: top;
    font-family:Tahoma;
    font-size:.9em;
    color: black;
}

img {
    border-width: 3px;
    border-color: #99cc66;
    border-style: solid;
    }

b {
   font-variant: small-caps;
   }

p {
      margin-left: 10px;
   }

hr {
   height: 15px;
   }

a:link {
       font-family: Times;
       font-size: 1em;
       text-decoration: none;
       color:blue;
       }
a:visited {
          font-family: Times;
          font-size: 1em;
          text-decoration:none;
          color: red;
          }
a:hover {
        text-decoration:underline;
        color: yellow;}

a.small:link {
       font-family: Times;
       font-size: .8em;
       text-decoration: none;
       color:blue;
       }
a.small:visited {
          font-family: Times;
          font-size: .8em;
          text-decoration:none;
          color: red;
          }
a.small:hover {
        text-decoration:underline;
        color: yellow;}

a.images1:link{
        text-decoration:none;
        color: gray;
        }
a.images1:visited{
        text-decoration:none;
        color: gray;
        padding: 0;
        }

a.images1:hover{
        text-decoration:underline;
        color:blue;
        }

#cutable{
        margin:0 0 0 20px;
        }
}

-->