
/*
background (whole page)    6d777c   ***

Top Header           23292d   ***
Main Body            6d6d68   ***

text                 23292d  ***
Link color           23292d  ***
*/


BODY {
   background-color: #6d777c;    /* background (whole page) */
   text-align: center;
   font-family: sans-serif;
   font-size: 14px;
   color: #23292d;               /* text color */
   background-image: url(top_slice.jpg);
   background-repeat: repeat-x;
   margin-top:0;
   background-position: 0 -80;
}

A { color: 23292d; }
sidebar.a {text-decoration: none;}

.borders {
   border: 1px;
   border-style: solid;
   border-color:  #0000ff;       /* border color*/
}

.container {
   width:800;
   position: relative;
   margin: auto;
   padding-top:79;
   margin: auto;
}

.logo {
   height: 181;
   width: 800;
   position: relative;
   font-size: 10px;
   background-color: #6d6d68;    /* Main Body  */
}

.mainarea {
   padding-top:10;
   width:auto;
   min-height: 420;
   height:auto !important;
   height: 420;
   position:relative;
   background-color: #6d6d68;    /* Main Body  */
}

.header {
   position:relative;
   width: auto;
   text-align: left;
}

.subheader {
   height:auto;
   width: 710;
   position:relative;
   margin: auto;
   overflow:auto;
}

.TextBoxL {
   height:auto;
   width: 650;
   position:relative;
   margin: auto;
   overflow:auto;
   text-align:left;
}

.footer {
   height: 17;
   width: 800;
   position: relative;
   font-size: 10px;
   background-color: #6d6d68;    /* Main Body  */
}

.thumbnail {
   float: left;
   width: 100;
   margin-left: 0;
   padding-right: 40;
   margin-top: 5;
   margin-bottom: 5;
}
