﻿@import url('layout.css');
/* document specific DIV tags */
.colorband {
	background-color: #75A491;
	height: 5px;
	width: 100%;
}


#imageholder {
	position: relative;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	margin-bottom: 4px;
	overflow: hidden;
}

#main {
	border-style: none;
	background-color: #FFFFFF; /*white*/;
	margin-right: 0px;
	padding: 4px 0px 0px 5px;
	width: 805px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: smaller;
	margin-left: 0px;
	position: relative;
	height: 820px;
}
#sidebar{
	border-width: 0px;
	padding: 2px 0px 0px 0px;
	background-color: #FFFFFF;
	width: 114px;
	height: 538px;
}
#sidebar ul{
	margin: 0;
	font-family: Georgia, Times, serif;
	padding: 0px;
	text-decoration: none;
	font-weight: bolder;
	list-style-type: none;
	width: 100%;
	background-color: #FFFFFF;	height: 100%;
}
#sidebar a {
	text-decoration: none;
	color: #333333;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #FFFF99;
}
#sidebar li{
	margin: 2px;
	width: 100%;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ACC4AA; /*pale blue green*/
	font-weight: bold;
}
#container {
	padding: 2px;
	position: absolute;
	width: 662px;
	margin-right: 15px;
	margin-left: 0px;
	background-color: #FFFFFF;
	top: 2px;
	right: 1px;
	overflow: auto;
	height: 800px;
}
.smallindent {
	font-family: Verdana;
	text-indent: 25px;
	font-weight: bolder;
	line-height: -3px;
	padding: -2px;
}

#footer {
	padding: 0;
	background-color: #75A491;
	width: 100%;
	margin-right: 0px;
	text-align: center;
	font-size: small;
	color: #000000;
}
#footer a {
	color:#B22222;}
}	
#address-style {
	font-size: small;
	font-weight: bolder;
	color: #990000;
	text-indent: 5px;
	clear: left;
}

#address-style a{
	text-decoration: none;
}

#container a {
	color: #990000;
	font-weight: bold;
}



#imageplacement {
	margin-right: auto;
	margin-left: auto;
}



