/* CSS FOR BY-LAWS PAGE :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

p	{
	margin: 0px;
	padding: 0px;
}
#content	{
	margin-left: 1.5em;
}

/* SET STYLES FOR LEFT COLUMN ARTICLES*/
div#content p.leftColumnArt	{
	font-weight:bold;
	font-size: 1.25em;
	text-transform: uppercase;
}
/* SET STYLES FOR LEFT COLUMN SECTIONS*/
div#content p.leftColumnSec	{
	margin-left: 1.75em;
	display: inline;
	margin-bottom: 1em;
}
/* SET STYLES FOR RIGHT COLUMN ARTICLES*/
div#content p.rightColumnArt	{
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 2em;
}
/* SET STYLES FOR RIGHT COLUMN SECTIONS*/
div#content p.rightColumnSec	{
	margin-left: 3.5em;
	margin-bottom: 1em;
	margin-right: 2em;
}
/* SET STYLE FOR FIRST LINE IN RIGHT COLUMN SECTION*/
div#content p.rightColumnSec:first-line	{
	font-weight: bold;
	text-decoration: underline;
}
/* SET STYLE FOR P TAGS IN TABLE OF CONTENTS	*/
div#toc p	{
	font-family: arial;
	padding-left: 6px;
}
/* SET STYLE FOR FIRST LINE IN TABLE OF CONTENTS */
div#toc p:first-line	{
	font-weight: bold;
	border: 1px solid #000000;
}
