body, html, h1, h2, h3, h4, h5, h6, ul, ol, dl, table, p, td {
	margin: 0;
	padding: 0;
} 
html { 
/*force scrollbar in FF + Safari to prevent jumping side-to-side on short pages*/
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #BCB9A8;
	color: #6D6D6D;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 0;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}
#wrapper {
	width: 826px;
	margin: 0 auto 25px auto;
	text-align: left;
	position: relative;
}
#printLogo {
	display: none;
}
.home {
	background: #fff url(/images/banner-home.jpg) no-repeat left top;
}
.services-organization {
	background: #fff url(/images/banner-services-organization.jpg) no-repeat left top;
}
.labor {
	background: #fff url(/images/banner-labor.jpg) no-repeat left top;
}
.legislative {
	background: #fff url(/images/banner-legislative.jpg) no-repeat left top;
}
.public-works {
	background: #fff url(/images/banner-public-works.jpg) no-repeat left top;
}
.membership {
	background: #fff url(/images/banner-membership.jpg) no-repeat left top;
}
.calendar {
	background: #fff url(/images/banner-calendar.jpg) no-repeat left top;
}
.links {
	background: #fff url(/images/banner-links.jpg) no-repeat left top;
}
.contact {
	background: #fff url(/images/banner-contact.jpg) no-repeat left top;
}
#home {
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
	font-size: 0.688em;
	text-transform: uppercase;
	margin: 43px 90px 1.56em 75px;
}
h3 {
	font-size: 0.688em;
	margin: 0 90px 0 75px;
}
p {
	font-size: 0.688em;
	margin: 0 90px 1em 75px;
	line-height: 1.6;
}
a {
	color: #558495;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p#rosterIndex a {
	text-decoration: underline;
}
p#rosterIndex a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0 90px 1em 75px;
}
ol {
	margin: 0 90px 1em 93px;
}
ol.level2 {
	margin: 0 0 1em 35px;
	list-style-type: upper-alpha;
}
ol.level3 {
	margin: 0 0 1em 35px;
}
li {
	font-size: 0.688em;
}
li p {
	font-size: 1em;
	margin: 1em 0 0 0;
}
ol.level2 li, ol.level3 li {
	font-size: 1em;
}
#mainColumn ul.multiLine li {
	margin-bottom: 1em;
}
#mainColumn ul.multiLine li ol li {
	font-size: 100%;
	margin: 0 0 .5em -93px ;
	list-style: inside;
	list-style-type:upper-alpha;
}
#navigation {
	float: left;
	width: 225px;
	/*background: #fff;*/
	margin: 126px 0 0 0;
}
#navigation .accent {
	margin: 27px 0 0 13px;
}
#mainColumn {
	background: #fff url(images/bkgd_inside.jpg) no-repeat center top;
	float: right;
	width: 601px;
	margin: 181px 0 55px 0;
	min-height: 550px;
}
.clear {
	clear: both;
}
#footer {
	font-size: .6em;
	margin: 0 14px;
	padding: 10px 0 17px 0;
	border-top: 3px solid #C5D7EC;
}
#footer a {
	color: #6D6D6D;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}