/* main page style sheet */
body {position: relative; background: black; margin: 0; padding: 0;}

div#links {position: absolute; top: 81px; left: 0; width: 166px; height: 700px; font: 16px Verdana, sans-serif; z-index: 100;}
div#links a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}
div#links a:hover {color: #411; background: #AAA;
   border-right: 5px double white;}

/* images */
div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {position: absolute;
    top: 190px; left: 55px; height: 220px; width: 150px;}
/* end images */

div#links a span {display: none;}
div#links a:hover span {display: block;
   position: absolute; top: 250px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;}

div#content {position: absolute; top: 26px; left: 161px; right: 25px;
   color: black; background: #F6F5E6;
  /*color: #BAA; background: #22232F;*/ 
   font: 13px Verdana, sans-serif;  padding: 10px; 
   border: solid 5px #444;}
div#content p {margin: 0 1em 1em;}
div#content h3 {margin-bottom: 0.25em;}

h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; /*text-align: right;*/ text-align: left; background: #333; color: #667; letter-spacing: 0.5em; /*text-transform: uppercase;*/ font: bold 25px sans-serif;  /*height: 28px;*/ height: 88px; vertical-align: middle; white-space: nowrap;}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}

div#content a:link {color: black;}
div#content a:visited {color: purple;}
div#content a:link:hover {color: blue;}
div#content a:visited:hover {color: blue;}


/* setting list style without bullets - default*/      
ol, ul {
	list-style: none;               
}
/* to be used when you want buttets */
#bulletlist
            {
            list-style: disc;
            }            
#listindent
{
text-indent:25px;
}

/* footer style*/            
.footer{
        text-align:center;
        list-style:none;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal; 
        }
.footer h3 { 
           margin-top: .1em; 
           margin-bottom: .1em;
           }
.footer p { 
           font-size:.8em;
           margin-top: .1em; 
           margin-bottom: 1em;
           }       
.footer li{display:inline}
.footer ul li a{
             padding:0 10px 0;
             color:#574A22; 
             text-decoration:none; 
              }
.footer ul li a:hover{
             text-decoration:underline;}

/*small text for footer */ 
#footersmall {font-size: .8em;
			 }
/* end footer style */

