/* Link appearance */

body, td {
	font-family: Times New Roman, serif;
	font-size: 1em;
	letter-spacing: 0;
	word-spacing: normal;}

A:link, A:visited { 
	text-decoration: underline;
	color: #6C7354; }

A:hover { 
	color: #BAAD8A;
	text-decoration: none }
	
.footer {
	font-family: 'Times New Roman', Times, serif;
}
	
H1 {
	display: inline;
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	COLOR: #6C7354; }
	
H2 {
	display: inline;
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 15pt; }

H3 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; } 
	
/* Quick Edits
-------------------------------*/
	 
#sidebar a {
	color: #B9AC89;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #E1C685;
	}
	
/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
margin-bottom: 14px;
line-height: 16px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 

