@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
	margin-bottom: 50px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
#map {
	background-color: #FFFFFF;
	width: 190px;
	position: absolute;
	top: 50px;
	z-index: 10;
	left: 10px;
}
#map ul li.current {
	color: black;
	font-weight: bold;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#map ul {
	list-style-type: none;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#map ul li {
	border-bottom: 1px solid #cccccc;

}
#map ul li a {
	text-decoration: none;
	color: black;
	display: block;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#map ul li a, #map ul li.current {
	padding-left: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}


#map ul li a:hover {
	text-decoration:underline;
	border: 0;
	background-image: url(images/redgrad.jpg);
}

#wrapper {
	background-color: #ffffff;
	width: 655px;
	position: relative;
	margin-left: 50px;
	z-index: 1;
	margin-top: 20px;
}
#body {
	padding: 20px 20px 20px 175px;
}
#body ul {
	margin-left: 30px;
}
.headerimg {
	border-bottom: 1px dashed #000000;
	padding-bottom: 4px;
}

#body ul li {
	margin-bottom: 4px;
}
p, #body  ul, hr {
	margin-bottom: 12px;
}

#footer {
	height: 100px;
	background-image: url(images/bottom.jpg);
}
