
/* VAA Stylesheet */ 


body{
 background: #D5B9AF;
 padding: 0;
 margin: 0;
 } 
 


#rightcol{
 position: absolute;
 top: 75px;
 right: 5px;
 width: 100px;
 border: 1px solid #989880;
 background-image: url(page_bg.gif);
 color: #6d7251;
 margin: 0px;
 padding: 0px;
 height: 600px;
 z-index: 1;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
text-align: center;
}

#hdr{
 height: 144px;
 background-color: #ffffff;
  margin: 0px 0px 0px 5px;
 padding: 0px;
 border: solid #858bad 0px;

}
 
      
#centercol {
 position: relative;
 margin: 5px 115px 0px 5px;
 border: 1px solid #858bad;
 background: #F1EEE4;
 color: #614237;
 padding: 10px;
 z-index: 3;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
line-height: 1.4em;
}

#table.one
{
table-layout: fixed;
width: 90%;
padding: 8px;
border: none;
}



#footer {
position: relative;
margin: 10px 115px 5px 5px;
border: 1px solid #989880;
background: #87B0C0;
color: #6d7251;
padding: 0px 0px 0px 0px;
height: 45px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .7em;
font-weight: normal;
font-style: normal;
text-align: center;
}

hr {
width: 100%;
color: #422B22;
background-color: #422B22;
height: 1px;
}
h1 {
 color: #000066;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
font-style: normal;
text-align: center;
}

h2{
color: #000066;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
font-style: normal;
text-align: left;
}



.bold {
color: #000066;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
}
.red {
color: #ff0000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
}


.teal{
color: #51BC0A;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
}






a:link {color: #006699; TEXT-DECORATION: none;}

a:visited {color: #97400b; TEXT-DECORATION: none;}

a:hover {color: #000000; TEXT-DECORATION: overline;}

a:active {color: #336666; TEXT-DECORATION: none;}

