#navMain {
	width: 144px;
	position: absolute;
	left: 6px;
	top: 15px;
	padding-right: 4px;
	height: 365px;
	overflow: visible;
}

/* CSS Document */

#navMain ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 4px;
	position: absolute;
	top: 0px;
	padding-left: 0px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	left: 0px;
	padding-right: 5px;
}
#navMain ul li {
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#navMain ul li a {
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
}
#navMain ul li a:link,#navMain ul li a:visited,#navMain ul li a:active{
	font-weight: normal;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
#navMain ul li a:hover {
	color: #999;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#here {
	color: #EE3823; /*gold*/
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
	padding-top: 4px;
	position: relative;
	top: 4px;
	text-decoration: none;
}
.here {
	color: #EE3823; /*gold*/
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
	padding-top: 4px;
	position: relative;
	top: 4px;
	text-decoration: none;
}




#footer ul {
	position: absolute;
	left: 0px;
	top: 1px;
	margin-top: 1px;
	background-color: #999;
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #4A4A4A;
	text-align: center;
	width: 880px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
}
#footer ul li a {
	font-size: 0.7em;
	/*color: #FFF;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer ul li a:link,#footer ul li a:visited,#footer ul li a:active {
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#footer ul li a:hover {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footerName {
	color: #000;
	font-size: .8em;
	position: absolute;
	bottom: 1px;
	background-color: #7C7C7C;
	text-align: center;
	width: 100%;
	border-top-width: .5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
