body {
	background-color: #f3f3f3;
	text-align: center;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color: #D7705C;
	scrollbar-highlight-color: #DB806E;
	scrollbar-3dlight-color: #DB806E;
	scrollbar-darkshadow-color: #B35D4C;
	scrollbar-shadow-color: #B35D4C;
}
#container {
	height: 650px;
	width: 774px;
	position: relative;
	text-align: left;
	border: medium solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left {
	background-image: url(../layout/images/left_bar.jpg);
	position: absolute;
	height: 565px;
	width: 179px;
	left: 0px;
	bottom: 0px;
}
#logo {
	background-image: url(../layout/images/logo.gif);
	height: 85px;
	width: 281px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#bkgrnd {
	background-image: url(../layout/images/background.jpg);
	height: 650px;
	width: 416px;
	position: absolute;
	left: 179px;
	top: 0px;
}
#right {
	background-image: url(../layout/images/right_bar.gif);
	height: 650px;
	width: 179px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
}
#maincontent {
	width: 100%;
	position: absolute;
	top: 85px;
	height: 565px;
	overflow: auto;
	margin-top: 1px;
	margin-bottom: 10px;
}
#maincontent p {
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #7F564B;
	margin-top: 1px;
	margin-bottom: 10px;
}
#maincontent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
	color: #26251F;
	font-weight: lighter;
	margin-top: 1px;
	margin-bottom: 10px;
}
#maincontent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
	color: #D7705C;
	text-transform: capitalize;
	margin-top: 1px;
	margin-bottom: 0px;
}
#maincontent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #D7705C;
	margin-top: 1px;
	margin-bottom: 0px;
}
#maincontent a {
	text-decoration: underline;
	color: #7F564B;
}
#maincontent a:hover {
	color: #000000;
	text-decoration: none;
}
#maincontent ul {
	padding-left: 5px;
	color: #D7705C;
}
#maincontent li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: circle;
}
.floatright {
	margin: 5px;
	float: right;
}
.floatleft {
	margin: 5px;
	float: left;
}
.clearboth {
	clear: both;
}
#left #navigation {
	color: #000000;
	height: 100%;
	width: 100%;
	position: absolute;
}
#left #navigation ul {
	margin: 5px 0px 0px;
	padding: 0px;
}
#left #navigation li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
#left #navigation a {
	color: #333333;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left #navigation a:hover {
	color: #000000;
}
.publisting {
	background-color: #FCF5EB;
	padding: 5px;
	border: 1px solid #D7705C;
	width: 90%;
	margin: 0 0 10px;
	position: relative;
	left: 5px;
}

.publisting h4 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D7705C;
}

.publisting ul {
	margin: 5px 10px 0 20px;
	list-style: square;
	color: #303D96;
}

.publisting ul li {
	margin: 0 0 2px 0;
	color: #7F564B;
}

.publisting .floatright {
	float: right;
	margin: 0 0 0 5px;
	border: 1px solid #D7705C;
}

div#map {
	background-color: #FCF5EB;
	padding: 5px;
	border: 1px solid #D7705C;
	width: 380px;
	margin: 0 0 10px;
}

div#map div#mapholder {
	float: right;
	width: 250px;
	height: 334px;
	margin: 0;
}

div#map ul#publist {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #C5D2EB;
	border-left: 1px solid #C5D2EB;
	border-right: 1px solid #C5D2EB;
	width: 100px;
}

div#map ul#publist li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#map ul#publist a {
	display: block;
	width: 120px;
	background-color: #D7705C;
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
}

div#map ul#publist a:hover {
	background-color: #772E1E;
	color: White;
}

div#map ul#publist a span {
	display: none;
}

div#map ul#publist a:hover span {
	display: inline;
	padding-left: 3px;
}
