/* CSS Document */
p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	letter-spacing: 2 px;
    color: #231F20;
	font-weight: 100;
	line-height: 17px;
	}
p.sublinks{
	line-height: 11px;
	}	
	
.test{
	padding-left: 12px;
	padding-right: 7px;
	font-size: 10px;
	letter-spacing: .16em;
    color: #231F20;
	font-weight: 100;
	line-height: 20px;	
	font-style: italic;
	}
p.italicsText{
	padding-left: 12px;
	padding-right: 7px;
	font-size: 10px;
	letter-spacing: .16em;
    color: #231F20;
	font-weight: 100;
	line-height: 20px;	
	font-style: italic;
	}
p.footerText {
	font-size: 9px;
    color: #231F20;
	font-weight: 100;
	padding-right: 5px;
    display: inline; 
	}

h1 {
    color: #36422e;
    font-size: 16px;
    font-weight: normal;
    display: inline; 
    }
h2 {
    color: #828976;
    font-size: 18px;
    font-weight: lighter;
    display: inline; 
   }
h3 {
    color: #A94A18;
	background-color: #E7E4DB;
    font-size: 15px;
    font-weight: normal;
    display: inline; 
   }
h4 {
    color: #000000;
    margin: 0px;
    padding-left: 8px;
    font-size: 17px;
    font-weight: normal;
    display: inline;
    text-align: left;
    }
h5 {
    color: #231F20;
    font-size: 18px;
    font-weight: normal;
    display: inline; 
    }
#tableHeader{
   	color: ##0E0D0B;
	font-family: arial;
	font-size: 14px;
	letter-spacing: .4em;
 	font-weight: lighter;
	}
#tableCell{
   	color: #0E0D0B;
	font-family: arial;
	font-size: 12px;
 	font-weight: lighter;
	}

a.mainNavLink {
   	color: #FFFFFF;
   	text-decoration:none;
	font-family: arial;
	font-size: 13px;
	letter-spacing: .15em;
 	font-weight: normal;
	}
a.mainNavLink:hover {
   	color: #E6D1B1;
	}
a.mainNavLinkSelected{
   	color: #E6D1B1;
   	text-decoration:none;
	font-family: arial;
	font-size: 13px;
	letter-spacing: .15em;
 	font-weight: normal;
	}
a.subNavLink {
   	color: #231F20;
   	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	letter-spacing: .15em;
 	font-weight: normal;
	}
a.subNavLinkSelected {
   	color: #FFFFFF;
   	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	letter-spacing: .15em;
 	font-weight: normal;
	}

A.subNavLink:hover {color: #FFFFFF; text-decoration: none;}	

/**
a.footerlink:link {color: #838383; text-decoration: none;}
a.footerlink:visited {color: #838383; text-decoration: none;}
a.footerlink:active {color: #838383; text-decoration: none;}
a.footerlink:hover {color: #333333; text-decoration: none;}
**/