body, td, p
    {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2e2622;
    }
.outer
    {
    width: 100%;
    border: none;
    background-color: #968664;
    margin-top: 20px;
    }
.page
    {
    margin-left: -388px;
    position: relative;
    margin-bottom: -10px;
    left: 50%;
    width: 776px;
    padding: 0px;
    background-image: url(../images/bck2.gif);
    background-repeat: repeat;
    }	
div
	{
	padding: 0px 0px 10px 0px;
	}	

.bld
	{
	font-weight: bold;
	}
.cent
    {
    text-align: center;
    }
.hds
    {
    font-size: 16px;
    padding: 60px 0px 10px 0px;
    }
.smtxt  
    {
    font-size: 10px;
    }        


/* links */
		   
a, a:link, a:visited
    {
    color: #2e2622;
    }
a:hover
    {
    color: #a71d25;
    }
	
.nav, a.nav:link, a.nav:visited
	{
	color: #ffffff;
    font-size: 14px;    
	text-decoration: none;    
	}	

a.nav:hover
    {
    color: #a71d25;
	text-decoration: none;	
    }
.navon, a.navon:link, a.navon:visited, a.navon:hover
    {
    color: #2e2522;
    font-size: 14px;    
	text-decoration: none;	
    }
.navbx
    {
	padding: 0px 24px 10px 0px;
    width: 162px;
    text-align: right;
    font-size: 14px;
    clear: both;       
    }
  
.textbx
    {
    padding: 20px;
    background-color: #dcdec7;
    line-height: 180%;
    width: 520px;
    }
div.pics
    {
    padding: 85px 0px 20px 20px;
    }
td.ltbck
    {
    background-color: #dcdec7;    
    }
td.drkbck
    {
    width: 575px;
    background-color: #2e2522;    
    }                     
	
/* lists */

ul
	{
	list-style-type: none;
	padding: 0px;
	margin: 0;
	}
li
	{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 10px 10px;
	}
			
