@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
}

html{
	background-color: #666666;
}

p {
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
	line-height: 1.5em;
}

#menubar td:hover{
	background-color: #BF5230;
}


/*ID section */

#container {
	padding-top: 1em;
}

#logo{
	background-color: #00CC66;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}


#menubar{
	background-color: #00CC66;
	border-bottom-style:solid;
	border-top-style: solid;
	border-width:medium;
	border-color: #67E6A5;
}

#bodycontent{
	background-color: #00CC66;
	padding-top: 1em;
}

#minutestable {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


#bottompadding{
	background-color: #008541;
	height: 10px;
}

#articlestable{
	margin: 15px 15px 15px 15px;
}

#bylawstable{
	margin: 15px 15px 15px 15px;
}

#welcometable{
	margin: 15px 15px 15px 15px;
}

#welcometable tr{
	line-height: 1.5em;
}




/* Class section */

.curleynotice{
	font-size:20px;
	text-align:center;
}

.menubartype{
	font-size: 1.2em;
	text-align:center;
	color:#FFFFFF;
}

.menutable {
	margin-top: .25em;
	margin-bottom: .25em;
}

.indexhed {
	color: #FFFFFF;
	font-size: 1.75em;
	text-indent: .5em;
	border-bottom:solid;
	border-color: #67E6A5;
	border-width:thin;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}

.indexitem{
	font-size: 1.125em;
	letter-spacing: .05em;
	margin-left: 1em;
	line-height: 1.5em;
	margin-top: .25em;
	margin-bottom: .5em;
}

.pagehed{
	font-size: 2.5em;
	color:#000000;
	text-align:center;
	padding-bottom: .5em;
}

.arthed{
	font-weight:bold;
	font-size: 2em;
	padding-bottom: .5em;
}

.doxhed{
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: .5em;
}

.trheight{
	height: 3em;;
}

.servicecat{
	font-weight: normal;
	font-size:1.25em;
	padding-bottom: .5em;
}

.servicelist{
	text-indent: 1em;
	font-size: 1em;
	padding-bottom: .25em;
}


