.holiday {
	font-size: 2em;
	color: #8B0000;
	background-color: inherit;
	font-family: "MS Serif", "New York", serif;
}
.bylaw {
	margin-left: 10%;
	margin-right: 10%;
}
BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: normal;
	margin-left: 15%;
	margin-right: 15%;
	line-height: 2em;
}
ul	{
	margin-left: 45px;
}

A {
	color: #0000CD;
	background-color: inherit;
}

A:HOVER {
	color: #6495ED;
	text-align: right;
	background-color: inherit;
}

.header {
	background-color: #DCDCDC;
	text-align: center;
	color: inherit;
}
h1 {
	font-family: sans-serif;
	font-size: xx-large;
	font-weight: lighter;
		
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4682B4;
	background-color: inherit;
		
}
h3 {
	font-size: medium;
	color: #0000CD;
	letter-spacing: 2px;
	background-color: inherit;
}

hr {
	color: Black;
	height: 1px;
	background-color: inherit;
}
#leftcontent {
		float:left;
		width:20%;
		background: #DCDCDC;
		border-right: 1px dashed #000;
		border-bottom: 1px dashed #000;
		margin-right:15px;
		padding-bottom:20px;
		padding-right: 5px;
		color: inherit;
		}
#rightcontent {
background-image: url(../images/background.jpg);
		}
		
#rightcontent p {
		font-size:15px;
		margin-left:5px;
		}
#rightcontent table {
	margin-left: 15px;
}
#rightcontent ul {
	margin-left: 350px;
}

		.footer {
	background-color: #DCDCDC;
	border-top: 1px ridge #4682B4;
	text-align: center;
	font-size: smaller;
	color: inherit;
}
.board {
border-bottom: #778899;
border-bottom-width: 1px;
	
}
.mast {
font: "Comic Sans MS" xx-large;
color: Black;
background-color: inherit;


}
.ad {
	color: #CCCCCC;
	background-color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	
}

.adtable {
	background-color: #8FBC8F;
	font-family: "Times New Roman", Times, serif;
	color: Navy;
	font-size: larger;
	padding: 8px;
	
}

.toc {
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	float: right;
	color: black;
}

table {
	padding: 3px;
	
}

.highlight {
	background-color: Highlight;
	color: HighlightText;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
}
.float_right {
	float: right;
	padding: 10px;
}
.float_left {
	float: left;
	padding: 10px;
}