/* Local nav box */

#content .box{width:180px;
	float:right;
	margin-left:10px;
	padding:0;
	background: url(images/box_bottom.gif) no-repeat bottom left;}

#content .box h3{
	margin:0;
	padding:6px;
	font-size:100%;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #535353;
	background: url(images/box_top.gif) no-repeat top left;}
	
#content .box ul{
	margin:0;
	padding:6px 8px;
	list-style:none;
	}
	
#content .box ul li{
	margin:0 0 6px 0;
	padding:0;
	font-size:90%;
	}

#content .box ul li a, #content .box ul li a:visited{
	margin:0; padding:0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;}

#content .box ul li a:hover{background-color:#fc0;}


#content dt{margin-top:1em;}


/*Lists*/
#content ul, #content ol{margin:0 3em 1em 3em;}
#content li{margin-bottom:1em; line-height:1.4}

/* Tables */
table.books{margin-bottom:1em;}
table.books{border-top:1px solid black; border-left:1px solid black; border-collapse:collapse;}
table.books td, table.books th{border-bottom:1px solid #000; border-right:1px solid #000; padding:0.3em; }
table.books caption{font-weight:bold; padding-bottom:.3em;}

cite{margin-bottom:1em; display:block;}

.centrepic{text-align:center; margin:10px auto; clear:both;}
.rightpic{float:right; clear:right; margin:1em 0 0 1em;}
.leftpic{float:left; clear:left; margin-right:1em;}
.rightpic p, .leftpic p{text-align:center;}
.picrow{float:left; margin-left:10px;}
.clearer{height:.1em; clear:both;}
img.border{border:1px solid #7fae52;}

#content p.top{text-align:right; clear:both;}
#content p.top a, #content p.top a:visited{color:#fff; background:#7fae52; padding:.2em .5em; text-decoration:none; font-weight:bold; border:1px solid #535353;}
#content p.top a:hover{background:#fc0;}

blockquote{margin:0 2em 1em; border-top:2px solid #979797; border-bottom:2px solid #979797; font-weight:bold; padding:5px 0 0 30px;line-height:1.4; background:url(images/quo_open.gif) top left no-repeat;}
blockquote.centre{text-align:center;}

blockquote div{padding:0 30px 5px 0;background:url(images/quo_close.gif) right bottom no-repeat;}

.col{width:30%; padding-left:2%; float:left;}
.col ul{margin:0; padding:0; list-style-type:none; font-size:90%; font-weight:bold;}

address{margin-bottom:1em;}
.hide{display:none;}
div.spacer120{height:120px;}

#content a, #content a:visited{color:#719948; font-weight:bold;}
#content a:hover{color:#fff; background-color:#fc0;}

/*====Minutes========*/
.inline-list li{display:inline;}
.alpha{list-style-type:lower-alpha;}

#content dl.sameline{margin-bottom:1em;}
#content dl.sameline dt{float:left;width:19em; margin-top:0;}
dl.sameline dd{margin-left:20em;}