/* Created 7/11/2006 Last Update: 7/11/2006 */



#left a {

	width: 120px;
	line-height: 1.5;
	display: block;
	text-decoration: none;
	}

#left a:link {
	background: transparent;
	color:#922C05;
	line-height: 1.5;
	text-decoration: none;
	}

#left a:visited {
	background: transparent;
	color:#922C05;
	line-height: 1.5;
	text-decoration: none;
	}

#left a:active {
	background:#FFFFEC;
	color: #B57612;
	border: 3px #B57612 inset;
	line-height: 1.5;
	text-decoration: none;
	}

#left a:hover {
	background:#B53705;
	color: #FDFB00;
	border: 5px #B57612 inset;
	line-height: 1.5;

	text-decoration: none;
	}


#left ul {
	font-size: 12px;
	font-weight: 600;
	font-family: "Times New Roman", Serif;
	margin-top: -1px;
	margin-left: 2px;
	padding: 0;
	display: block;
	list-style-type: none;
	}

#left li{
	margin-left: 0;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	list-style-type: none;

	}


#left img.logo {
	border: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	}


#left h1, h2, h3, h4, h5, h6 {
	background-color: transparent;
	color:#891403;
	margin-top: 1px;
	line-height: 1.2;
	}

#left h4 {
	margin-bottom: 1px;
	text-align: center;
	}

#left h5 {
	margin-bottom: 10px;
	text-align: center;
	}

.lft {
	text-align: left;
	}


















