/* HFNA CSS Document */

/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	outline-color: 0;
	}
	
	body {
	margin-top: 0px;
	margin-bottom: 0px;
}


/** content link formating color: #0099CC; **/

a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/** MAIN CONTAINERS **/

div#container {
	width: 790px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	clip: rect(0px,0px,0px,0px);
	font-weight: bold;
	}

	div#header {
			clear: both;
			margin-bottom: 0px;
			margin-top: 0px;
			padding: 0px;
			height: 37px;
			}

	div#center {
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			padding: 10px;
			height: 770px;
		    background: #fff;
			}

	div#center_city {
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			padding: 10px;
			height: 1070px;
		    background: #fff;
			}
	
	div#center_history {
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			padding: 10px;
			height: 1200px;
		    background: #fff;
			}
			
	div#center_neighborly {
			margin-left: 0px;
			margin-right: 0px;
			padding: 10px;
			height: 1700px;
		    background: #fff;
			}
			
	div#center_bylaws {
			margin-left: 0px;
			margin-right: 0px;
			padding: 10px;
			height: 2650px;
		    background: #fff;
			}
			
	div.column {
		width: 224px;

		}
		div#left {
			float: left;
			height: 790px;
			width: 224px;
			background-image: url(images/side_nav_no_top.gif);
			}

		div#left_city {
			float: left;
			height: 1090px;
			width: 224px;
			background-image: url(images/side_nav_no_top_city.gif);
			}

		div#left_history {
			float: left;
			height: 1220px;
			width: 224px;
			background-image: url(images/side_nav_no_top_history.gif);
			}
			
		div#left_neighborly {
			float: left;
			height: 1720px;
			width: 224px;
			background-image: url(images/side_nav_no_top_neighborly.gif);
			}
			
			div#left_bylaws {
			float: left;
			height: 2670px;
			width: 224px;
			background-image: url(images/side_nav_no_top_bylaws.gif);
			}
			
			div.column-in {
					
					}

div#footer {
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	}


/** TYPOGRAPHY **/
.style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #993300;
	font-weight: bold;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight: normal;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-style: normal;
	font-weight: normal;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	font-weight: normal;
}

.style_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.style_special {
	font-family: Arial, Helvetica, sans-serif;
	left: 8px;
	font-size: 14px;
	color: #003300;
}

.style_specialA {
	font-family: Arial, Helvetica, sans-serif;
	left: 8px;
	font-size: 14px;
	color: #993300;
}




/** END **/
