#wrapper {	
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#banner {
	float: left;
	width: 760px;
	border-bottom: 2px solid gray;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
img.top_banner {
	float: left;	
	border: none;
}
#banner a {
	font-size: 85%;
	position: relative;
	left: 30px;
	top: 87px;	color: darkblue;
	text-decoration: none;
}
#banner a:hover {
	font-weight: bold;
}
#mainNav {
	float: left;
	width: 155px;
	height: 600px;
	font-size: 90%;
	border-right: 2px dotted gray;
}
#mainNav ul {
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
	text-align: left;
}
#mainNav li {
	list-style: none;
	background-image: url(../images/nav_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#mainNav a{	
	display: block;
	color: darkblue;
	/*color: #000000;*/
	text-decoration: none;
	/*width: 15em;*/
}
#mainNav a:hover{
	font-weight: bold;
}
#main {
	float: right;
	width: 595px;
	text-align: left;
	padding-left: 5px;
}
#footer {
	float: left;
	font-size: 75%;
	text-align: center;
	width: 760px;
	border-top: 2px solid gray;
	margin: 10px 0 10px 0;
	padding-top: 3px;
}
body {
	font-family: "Times New Roman", "Lucida Grande", Arial, sans-serif;
	color: darkblue;
	font-size: 100%;
	margin: 0;	padding: 0;
	background-color: white;
	text-align: center;
}
p {	
	text-align: left;
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
p.noSpace {  
	text-align: left;	
	text-indent: 0em;	
	margin-top: 0;	
	margin-bottom: 0;
}
p.noSpace_Indent {  
	text-align: left;
	text-indent: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
p.bold:first-letter {
	font-weight: bold;
}
h2 {  
	font-size: 115%;  
	font-weight: bold;  
	text-align: center;
}
h3 {	
	font-size: 105%;
	font-weight: bold;
	text-decoration: underline;
}
/* USED FOR Google Map */#map {	float: right;	width: 340px;	height: 260px;	border: 1px solid #666;}#belowMap {	float: right;	width: 340px;	text-align: center;	font-size: 110%;	text-decoration: underline overline;	padding-top: 2px;	font-weight: bold;}/* END USED FOR Google Map *//* Using to position Calendar */#outerCalendarSection {	float: left;	width: 590px;	text-align: center;	}#calendar {	float: left;		margin-top: 10px;}#upcomingEvents {	float: left;	margin-left: 25px;	margin-top: 10px;}/* END USED FOR Calendar Positioning */

.list_left {
	padding: 0 0 0 20px; 
	margin: 0;
}

.list_left ul { list-style: square; }

.highlight { font-weight: bold; text-transform: uppercase; }

#christmas {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 80%;
	border: double green;
	
}

#christmas h1 { font-size: 30px; margin: 0;}
#christmas p { text-align: center; font-size: 20px;}

.red { color: red; }
.green { color: green; }

#headerLeft, #headerLeft img, #headerCenter, #headerRight {
	float: left;
}
#headerLeft a { color: white; }
#headerLeft img, #headerCenter img { margin-top: 5px; }
#headerCenter { margin-left: 30px; }

#payPalNav {
	margin: 40px auto 0 auto;
	text-align: center;
}


#activityClose{
	text-align: center;
}
#activityDownloads {
	width:		400px;
	margin-top:	10px;
}
#activityDownloads p{
	margin:	2px;
}

#downloadsBox{
	margin:		10px auto 0 auto;
	border:		1px solid black;
}

div.activities p{
	text-align:		center;
	line-height:		20px;
}

.red{
	color: 			red;
}
.green{
	color:			green;
}

.pink{
	color:			pink;
}

.blue{
	color:			blue;
}

.lightblue{
	color:			blue;
}

.orange{
	color:			orange;
}

.underline{
	text-decoration:	underline;
}

.bold{
	font-weight:		bold;
}