/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 13px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 1px solid #000000;
	background-color: #000000;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg2.gif);
	background-color: #000000;
	border: 1px solid #000000;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #333333;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #a3bfd9;
	border: 1px solid #000000;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #6284a3;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	padding: 0;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:normal;
	line-height:normal;
	display:block;
	padding: 4px 10px;
	border-right-width: 0px;
	border-right-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/green_a.jpg);
	background-repeat: repeat-x;
	}
	
#navigation a:hover {
	color:#ffffff;
	text-decoration: underline;
	background-image: url(images/green_over.jpg);
	background-repeat: repeat-x;
	}

#padding {
	padding:14px;
	}
.navText {
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	}	
.blue_heading {
	font-weight: bold;
	color: #6284a3;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bylaws {
	list-style-position: outside;
	list-style-type: decimal;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #003300;
}
h3 {
	font-size: 14px;
	color: #6284a3;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: none;
}

.heading_bkgr {
	background-image: url(img/lev0_bg1.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.text_heading {
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}
.blue_box {
	border: 1px solid #a3bfd9;
}
body {
	background-color: #e5e5e5;
	background-image: url();
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #009966;
}
a:hover {
	color: #009933;
}
a:active {
	color: #0000CC;
}
.style2 {text-decoration: underline}

.bylaws_list    {
	list-style-position: outside;
	list-style-type: lower-alpha;
}
