	body {  
		background-color: #eeeeee; 
		margin: 0px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* ------ ************** Structure ******** ----------------------------------- */
	
	#wrapper {
		width: 780px;
		
		border: 1px solid #000;
		background-color: #fff;
		margin: 20px auto 20px auto;
		align: center; 
		text-align: center;
		height: 100%;
	
	}
	
	#titleBanner {
		width: 780px;
	}	
	
	#photoBanner {
		width: 780px;
	}
		
	#horzNav1 {
		width: 780px;
	}	
	
	#leftBar {
		width: 180px;
		height: auto;
		float: left;
		background-color: #01245c;
		padding-bottom: 10px;
		margin-bottom: 0px;

	}
	#wrapper2 {
		background: url (images/bg_bluewhite.jpg) repeat-y;
	}

	#content {
		width: 600 px;
		
		background-color: #ffffff;
		border-left: 180px solid #01245c; 
		padding: 0px 20px 0px 20px;
		margin-bottom: auto; 
		height: auto;


			}	
		
	#footer { 
		width: 550px; 
		padding-top: 8px; 
		padding-bottom: 12px;
		font-size: .7em; 
		margin: 0 auto 0 auto;
		}
	
/* ------ **************boxes ******** ----------------------------------- */
	
	.quote {
		width: 150px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		line-height: 22px;
		font-family: arial;
		font-size: 13px;
		font-style: italic;
	}
	
	.contact {
		width: 150px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		line-height: 18px;
		font-family: arial;
		font-size: 11px;
	}
	
	 th.newsbox {
		 font-family: arial; 
		 font-size: 11pt; 
		 color: #000000;
		 }
	 
	 td.newsbox {
		 font-family: arial; 
		 font-size: 10pt; 
		 color: #575757;
		 text-align: left;
		 }
		 
	th.month-year {
		font-size: 12px;
		font-weight: bold;
		background-color: #330066;
		color: #ffffff;
	}
	
/* ------ **************Formatting ******** ----------------------------------- */	

	#pageHead {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 0px;
		padding-left: 0px;
		font-size: 18pt;
		text-align: left;
				}
		
	#subHead {
		margin-left: 0px;
		padding-left: 0px;
		font-size: 14pt;
		text-align: left;
		}		
				
	#homeHead {
		padding-top: 20px;
		padding-bottom: 0px;
		margin-left: 10px;
		padding-left: 0px;
		font-size: 18pt;
				}
	
	#homeSubHead {
		margin-left: 0px;
		padding-left: 0px;
		font-size: 14pt;
		}		
		
	#eventHead {
		margin-left: 0px;
		padding-left: 0px;
		font-size: 14pt;
		color: #336699;
		font-face: Verdanna;
				}			

		
	 p, ul, li, dl, td {
		 font-family: arial; 
		 font-size: 10pt; 
		 color: #575757;
		 text-align: left;
		 font-weight: normal;
		 }
		 
	td.right {
		 font-family: arial; 
		 font-size: 10pt; 
		 color: #575757;
		 text-align: right;
		 }
		 
	.grey {
		 font-family: arial; 
		 color: #575757;
		 }
	
	 .small {
	 	font-family: arial; 
		 font-size: 11px; 
		 color: #575757;
	 }
	 
	 h4 {
	 font-size: 1.25em;
	 }
	
/* ------ **************Navigation ******** ----------------------------------- */




	#subNav li a, #subNav a:visited, 
	{
		color:#575757;
		text-decoration: none;
		}
		
		
	#subNav li a:hover {
		color: #3333cc;
		text-decoration: underline;
		}
		
	a:active visited {
		text-decoration: none;
		color: #3333cc;
		}
	a:hover {
		text-decoration: underline;

		}
		
	#footer a, #footer a:visited {
		text-decoration: none;
		color: #3333cc;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}

		
	a:hover {
		text-decoration: underline;
		}
	a, a:active {
		text-decoration : none;
		}
		

	
	.horzNav1bar {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		color: #E7F5C1;
		background: url(/images/hnav1_bg.gif);
		line-height: 29px; 
		width: 780px;
		text-align: center;
	}
	
	A.horzNav1 { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: 400;
		padding-right: 8px;
		padding-left: 8px;
		}
		
	A.horzNav1:link { color: #ffffff;
		text-decoration : none;
		}
		
	A.horzNav1:visited { color: #ffffff;
		text-decoration : none;
		}
		
	A.horzNav1:hover {
		color: #000;
		text-decoration : none;
		}
	A.horzNav1:active {
		color: #ffffff;
		text-decoration : none;
		}
	
	#quickNav {
		width:150px; 
		text-align: left; 
		margin-right: 10px;
		margin-left: 10px; 
		margin-top: 20px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
		
	#quickNav a, #quickNav a:visited {
		display:block; 
		width:100%; 
		height:20px; 
		line-height:20px; 
		text-decoration:none; 
		color:#fff; 
		background:url(../images/left_arrow_white.gif); 
		background-repeat:no-repeat; 
		border-bottom: 1px #eee solid;
		}
		
	#quickNav a span {
		padding-left:20px;
		} 
		
	#quickNav a:hover {
		display:block; 
		width:100%; 
		height:20px; 
		cursor:pointer; 
		text-decoration:none; 
		color:#c00; 
		background:url(../images/left_arrow_red2.gif); 
		background-repeat:no-repeat; 
		border-bottom: 1px #c00 solid;
		}
	
	.contact a:hover {
		text-decoration:none; 
		color:#c00;
	}
		
	#onpageNav {
		margin: 20px 220px 20px 20px; 
		font-size: 11px; 
		border-top: 1px solid #003333; 
		border-bottom: 1px solid #003333; 
		text-align: center; 
		padding-right: 20px; 
		padding-top: 2px; 
		padding-bottom: 2px;
		}
		
	#onpageNav a, #onpageNav a:visited {
		text-decoration : none;
		color: #3333cc;
		}
		
	#onpageNav a:hover {
		text-decoration : underline;
		}

	#onpageNavWide {
		margin: 20px 20px 20px 20px; 
		font-size: 11px; 
		border-top: 1px solid #003333; 
		border-bottom: 1px solid #003333; 
		text-align: center; 
		padding-right: 20px; 
		padding-top: 2px; 
		padding-bottom: 2px;
		}
		
	#onpageNavWide a, #onpageNavWide a:visited {
		text-decoration : none;
		color: #3333cc;
		}
		
	#onpageNavWide a:hover {
		text-decoration : underline;
		}


		
	#areaNav ul li {
		width: 200 px; 
		float: right; 
		text-align: left; 
		font-size: 10 pt; 
		padding-top: 20 px;
		}
		

		

		
/* ------ **************facebook code******** ----------------------------------- */
	
	html .fb_share_button { 
		display: -moz-inline-block; 
		display:inline-block; 
		padding:1px 20px 0 5px; 
		height:15px; 
		border:1px solid #d8dfea; 			
		background: url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981)  	no-repeat top right;
		margin-left: 20px; 
		float: left;
		text-decoration:none; 
		background-color: #fff; 
		font-size: 10px;
		} 
	
	html .fb_share_button:hover { 
		color:#c00; 
		border:1px solid #c00; 
		background:#fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; 
		text-decoration:none; 
		}



 

