/*  ---------------- Main 1 template style sheet  ---------------------- */ 


#board td 	{ background-image: url('../images/dot-list.gif'); background-repeat: repeat-x; } 	
#board .left 	{ float: left; background-color: white; font-weight: bold; padding-right: 3px;}
#board .right 	{ float: right; background-color: white;  padding-left: 3px;}

#tbl_main {

margin: 5px 0px;
border-top: 1px dashed #808080;
border-bottom: 1px dashed #808080;
}

#tbl_main TH {
	background-color: #7592fb;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}

#tbl_main TD {
	background-color: #f8f7ef;
	padding: 3px;
}


#ads img { margin-bottom: 5px; border: 1px solid #808080;}


#sidemenu	{
		padding: 10px;
		}

#sidemenu li { color: red; }
.submenu li  { list-style-position: inside; color: blue; }

ol.bylaws { list-style-type: decimal-leading-zero; }
ol.alpha	{ list-style-type: lower-alpha; }
