@charset "utf-8";

#intro{
	width: 675px;
	background: url(../../img/section_bg.png) left bottom no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
#intro h2{
	width: 675px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(../img/intro_h2.jpg) left top no-repeat;
}
#intro h3{
	width: 655px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	background: url(../img/intro_h3.jpg) left top no-repeat;
	margin: 0 0 10px 10px;
}
#intro img{ padding: 0 10px 10px 10px; }
#intro p{
	padding: 0 10px 10px 10px;
	font-size: 0.85em;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-indent: 0.8em;
}


#officers{
	width: 675px;
	background: url(../../img/section_bg.png) left bottom no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
#officers h2{
	width: 675px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(../img/officers_h2.jpg) left top no-repeat;
}

#officers table{
	width: 655px;
	margin: 0 0 10px 10px;
	border-collapse: collapse;
	border: #99d 1px solid;
}
#officers table th, #officers table td{
	font-size: 0.8em;
	letter-spacing: 3px;
	padding: 5px 10px;
	border: #ccc 1px solid;
}
#officers table th{
	text-align: center;
	font-weight: normal;
	background-color: #f8f8ff;
	width: 160px;
}
#officers table td{
	text-align: left;
}

#byelaw{
	width: 675px;
	background: url(../../img/section_bg.png) left bottom no-repeat;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
}
#byelaw h2{
	width: 675px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(../img/byelaw_h2.jpg) left top no-repeat;
}
#byelaw dl{
	width: 655px;
	margin: 0 0 10px 10px;
}
#byelaw dl dt, #byelaw dl dd{
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 3px 5px;
	float: left;
}
#byelaw dl dt{
	clear: both;
	width: 80px;
	text-align: center;
}
#byelaw dl dd{
	width: 555px;
}
#byelaw dl ol{
	list-style: outside decimal;
	padding: 3px 0 0 2.5em;
}
#byelaw dl ul{
	list-style: outside circle;
	padding: 3px 0 0 2em;
}

