@charset "utf-8";
/* CSS Document */


.main {
	background-color: #999;
}
a:link { 	color: #06C;
	font-style:normal;
	text-decoration: none;
}

a:visited {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #009;
	font-style:normal;
	text-decoration: none;
}

a:active { 	color: #06C;
	font-style:normal;
	text-decoration: none;
	font-weight: bold;
}

a.redlink:link {
	color: red;
	font-weight:bold;
}
a.redlink:visited {
	color: red;
	font-weight:bold;
}
a.redlink:hover {
	color:#900;
	font-weight:bold;
}
a.redlink:active {
	color: red;
	font-weight:bold;
} 

.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	background-position: center;
	height: 191px;
	width: 960px;
}
.footer {
	font-family: "Cooper Black";
	font-size: 10px;
	color: #FFF;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer.gif);
	height: 20px;
	width: 960px;
}
.left_content {
	background-image: url(images/left_content2.gif);
	display: block;
	height: 569px;
	width: 208px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.right_content {
	background-image: url(images/right_content2.gif);
	display: block;
	height: 569px;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.sub_content {
	background-image: url(images/subcontent2.gif);
	display: block;
	height: 569px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.clear { clear: both;}
.content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.left_content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 538px;
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
}
.right_content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 538px;
	width: 720px;
	margin-left: 11px;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	text-align: justify;
}

.sub_content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 538px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 15px;
	text-align: left;
	line-height: normal;
	overflow:auto;
}
.header_left {
	height: 191px;
	width: 197px;
	background-image: url(images/header_left.jpg);
	background-repeat: no-repeat;
	float: left;
}
.header_right {
	background-image: url(images/header_right.gif);
	height: 119px;
	width: 763px;
	background-repeat: no-repeat;
	float: left;
}

ul#nav li {
	padding:0;
	margin:0;
	display:inline;
	float:left;
	text-indent:-9999px;
	padding-left: 0px;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(images/navbar2.gif) no-repeat;

	}
li#home a {
	width:116px;
	height:72px;
	 }
li#history a {
	width:120px;
	height:72px;
	 }
li#membership a {
	width:132px;
	height:72px;
	 }	 
li#donate a {
	width:138px;
	height:72px;
	 }
li#community a {
	width:124px;
	height:72px;
	 }	 	
li#contact a {
	width:133px;
	height:72px;
	 }		 
li#home a:link, li#home a:visited {	
	background-position:0px 0px;
}
li#home a:hover, li#home a:focus {
	background-position:0px -72px;
	 }
li#history a:link, li#history a:visited {	
	background-position:-116px 0px;
	}
li#history a:hover, li#history a:focus {	
	background-position:-116px -72px;
	}
li#membership a:link, li#membership a:visited {	
	background-position: -236px 0px;
	}
li#membership a:hover, li#membership a:focus {	
	background-position: -236px -72px;
	}
li#donate a:link, li#donate a:visited {	
	background-position: -368px 0px;
	}
li#donate a:hover, li#donate a:focus {	
	background-position: -368px -72px;
	}
li#community a:link, li#community a:visited {	
	background-position: -505px 0px;
	}
li#community a:hover, li#community a:focus {	
	background-position: -505px -72px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -628px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -628px -72px;
}	
.div2 {
	display: block;
	height: 538px;
	width: 350px;
	margin-right: auto;
	margin-left: 5px;
	float: right;
	margin-top: auto;
	border-left: black 1px solid;
	overflow:auto;
}
.div3 {
	width: 450px;
	height:400px;
	float:left;
}
.div4 {
	width: 450px;
	height:400px;
	float:right;
}


