@charset "iso-8859-1";
/* author: Jeff McCormack */
/* Creation date: 1/26/04 */

a:link	 	{ text-decoration: none; color: #ffcc99 }
a:active 	{ text-decoration: none; color: #ffffff }
a:visited  	{ text-decoration: none; color: #996633 }
a:hover    	{ text-decoration: underline; color: black }

body
	{
	max-width: 960px;
    margin: 0px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    xbackground: #fff4dc;
    background-color: black;
    color: #333333;
	height: 100%;
 	}
		 
#lh-column
	{
	float: left;
	top: 0px;
	left: 0px;
	width: 210px;
 	border-right: 0px solid #000000;
 	background: #926E5B;  /* previous color #aa8877  */
 	color: #333333;
 	height: >100%;
 	border-left: 1px solid black;
    }
 
#lh-column p.indentjhm
	{
	font-family: Georgia, Lucida Bright, Times New Roman;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	} 
	 
#lh-column p.indentlinks
	{
	font-family: Georgia, Lucida Bright, Times New Roman;
	font-size: 13px;
	color: #000000;
	margin-left: 15px;
	line-height: 160%;
	} 

#rh-column
	{
 	background: #fff4dc;
 	color: #333333;
 	padding: 10px;
 	height: 100%;
	margin-left: 250px;
	margin-right: 35px; 
 	border-right: 1px solid black;
        }

#rh-column p
	{
	font-family: Georgia, Helvetica, Lucida Bright, Verdana, Arial;
	font-size: 14px;
	line-height: 130%;
    }	
	
#rh-column p.indent
	{
	font-family: Georgia, Helvetica, Lucida Bright, Verdana, Arial;
	font-size: 14px;
	line-height: 130%;
	text-indent: 2em;
	}	
