/*
 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;
}
.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #193F18;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 18px;
	color: #5A7349;
}
h3 {
	font-size: 16px;
	color: #6284a3;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(img/lev0_bg1.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	letter-spacing: 0.1em;
	margin-top: -2px;
}
h5 {
	font-size: 16px;
	color: #5A7349;
}
h6 {
	font-size: 12px;
	color: #6284A3;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}
.heading_bkgr {
	background-image: url(img/lev0_bg1.gif);
	background-repeat: repeat-x;
	padding-left: 30px;
}
.text_heading {
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
}
.blue_box {
	border: 1px solid #a3bfd9;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #009966;
}
a:hover {
	color: #009933;
}
.picture-frame-right {
	padding-right: 20px;
}

a:active {
	color: #0000CC;
}
.style2 {text-decoration: underline}

.bylaws_list    {
	list-style-position: outside;
	list-style-type: lower-alpha;
}

