body  {
    margin: 0px 0px 0px;
    background: #9cc;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: center;
}

p, table, tr, td  {
    background: #fff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 2px;
    color: #000;
    text-align: left;
}

input, option, select, textarea  {
    border: 1px solid #000;
    background: #fff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

.border {
   border: 0px solid silver;
} 

.header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #fff;
    margin: 2px;
    padding: 1px;
    background-color: #000000;
    border-bottom: 1px solid #9cc;
}

.divider {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 2px;
    padding: 1px;
    background-color: #9cc;
    border: 0px solid #000000;
}

ul {     margin: 0;
   padding: 0;
list-style: none; }

a:link {
    color: #9cc;
    background-color: #fff;
    text-decoration: none;
    border: 0px dashed #330000;
     font-weight: bold;
}

a:active {
    color: #9cc;
    background-color: #fff;
    text-decoration: none; 
    border: 0px dashed #aaccbb;
     font-weight: bold;
}

a:visited {
    color: #9cc;
    background-color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #ccdddd;
     font-weight: bold;
}

a:hover {
    color: #9cc;
    background-color: #fff;
    text-decoration: underline;
    border-bottom: 0px dashed #aabbbb;
     font-weight: bold;
     font-style: italic;
}

#main  {
    margin: auto;
    width: 605px;
    height: auto;
    padding: 0px;
    background: #fff;
    border: 6px dashed #fff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: justify;
}
 
#header  {
    width: 600px;
    height: 115px;
    background-color: #fff;
    background-image: url(vincentheader.jpg);
    background-repeat: no-repeat;
    border: 0px solid #fff;
}


#nav  {
    z-index: 2; 
      position: relative;	
      left: 5px;	
       float: left;
    top: 95px;
    width: 500px;
    height: 12px;
    padding: 3px;
    background: transparent;
    border: 0px solid #fff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: left;
}

#right  {
    postition: absolute;
    top: 130px;
    float: right;
    width: 430px;
    height: auto;
    padding: 3px;
    background: #fff;
    border: 0px solid #fff;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-align: left;
}

#left  {
    postition: absolute;
    top: 130px;
    float: left;
    width: 150px;
    height: auto;
    padding: 3px;
    background: #fff;
    border: 0px solid #fff;
    font-family:  Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: left;
}