a:link         {color:white; text-decoration:underline;} 
a:visited   {color:#c96; text-decoration:underline;} 
a:active     {color:white; text-decoration:underline;} 
a:hover       {color:#c96; text-decoration:underline;}

#nav {
  position:absolute;
  top:15em;
  left:-2em;
  width:125px;
  background-color:transparent;
  height:20em;
  font-weight:bold;
  text-align:left;
  font-size:10px;}
  
body {
   margin:10px 10px 10px 10px;
   overflow:auto;
   font-family:"Times New Roman", Times, serif;
   font-size:12pt;
   color:white;
   height:15em;
   max-height:15em;
   background-color: #825b18;}
					/* url('../images/bg_nav.gif') fixed left;}*/

table {
   width:1000px;
   margin:auto;
   border:1px solid #bca37a; }


table, td{
   vertical-align:top;
   padding:0em;
   border-collapse:collapse;}
 
.nav {
   width:145px;
   padding:1em;}
   
.emp {
	color:yellow;
    font-family:"Comic Sans MS", "Times New Roman", Times, serif;}

.lrg {
    font-size:18pt;}

.nrm {
    font-size:12pt;}

.lft {	
    text-align:left;}
	
.ctr {	
    text-align:center;}
	
.bdr {
   border:1px solid #bca37a;}
   
.bdr2 {
   border:2px solid #bca37a;}
   
.nopad{
   padding:0em 0em 0em 0em;}  

	
p {
   font-family:"Times New Roman", Times, serif;
   font-size:12pt;
   color:white;
   text-indent:-1em;
   padding:0em 5em 0em 5em;}  


