@charset "UTF-8";
body  {
    	font: 100% Arial, Helvetica, sans-serif;
    	background: #ffffff;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }
	
	h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #97793d;
}
	h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #97793d;
}

/* h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}*/

ul, ol {
	line-height: 200%;
} 
p {
	line-height: 150%;
	font-size: 12px;
} 

li {
	line-height: 150%;
	font-size: 12px;
} 

a:link, a:visited {color: #97793d; font-weight: normal; text-decoration: none; /* border-bottom: 1px solid #97793d */}
a:hover, a:active {color: #97793d; border-color: #97793d; /* border-bottom: 1px solid #97793d */}
	
	
	
	
    .twoColLiqLtHdr #container { 
    	width: 1050px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	/* border: 1px solid #000000; */
    	text-align: left; 
    } 
    .twoColLiqLtHdr #header { 
    	background: #ffffff; 
    	padding: 0 0px;  
    } 
    .twoColLiqLtHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    
   
    .twoColLiqLtHdr #sidebar1 {
    	float: left; 
    	width: 250px; 
    	background: url(images/SidebarHG.jpg) repeat-y left top;
		/* background: #ffffff;  */ 
    	padding: 0 0 0 0; 
    }
	
	
    .twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p .twoColLiqLtHdr #sidebar1 ul .twoColLiqLtHdr #sidebar1 li .twoColLiqLtHdr #sidebar1 ol {
    	margin-left: 10px; 
    	margin-right: 40px;
		font-size: 12px;
    }
	
	
	 #sidebar1 .bgtop {
	background: url(images/SidebarHG_top.jpg) no-repeat left top;
	}

	#sidebar1 .bgbtm {
	background: url(images/SidebarHG_bottom.jpg) no-repeat left bottom;
	}

	#sidebar1 ul {
	margin: 0 0 0 20px;
	padding: 30px 0 25px 0;
	list-style: none;
	font-weight: bold;
	font-size: 15px;
	margin-right: 40px;
	}
	
	#sidebar1 ol {
	margin: 0 0 0 20px;
	padding: 0px 0 0px 0;
	list-style: none;
	font-weight: normal;
	font-size: 13px;
	margin-right: 20px;
	}
	
	#sidebar1 li {
	border-bottom: 1px dotted #97793d;
	padding: 0 0px 0px 0px;
	}

	#sidebar1 li ul {
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	margin-right: 0px;
	}

	#sidebar1 li li {
	border-bottom: 1px dotted #97793d;
	padding: 0 0px 0px 0px;
	}
	
	#sidebar1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	}

	#sidebar1 a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #97793d;
	} 
	#sidebar1 a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #97793d;
	} 
	#sidebar1 a#current {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #97793d;
	} 



	
	
	
    
  
    .twoColLiqLtHdr #mainContent { 
    	margin: 0 20px 0px 270px; 
    } 
    .twoColLiqLtHdr #footer { 
    	padding: 0 22px ; 
		height: 105px;
    	background: url(images/Fuss.jpg) no-repeat left top;
    } 
    .twoColLiqLtHdr #footer p {
    	margin: 0; 
    	padding: 42px 0 ; 
		font-size: 11px;
		color:#FFFFFF;
    }
    
    
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }