body {
	margin-top:0px;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #20344f;
	color: #000000;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#top_sub_nav {
	text-align:left;
	font-size:10px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#main {
	width:861px;
	background:#FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#content {
	background:#FFFFFF;
	margin: 10px 55px 10px 18px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 1px 1px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:16px;
}	

#events {
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin:0px 24px 10px 24px;
	border:1px #7d7b7b solid;
}

/* footer content */

#footer { 
	padding: 10px 20px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size:11px;
	text-align:center;
	background-image:url(images/footer_bluehorbar.jpg); background-repeat:no-repeat; background-position:bottom;
}

#footer_links {
	text-align:center;
	font-size:10px;
}

#footer_address {
	font-size:11px;
	color:#333333;
	padding-top:18px;
	padding-bottom:12px;
	}
	
#footer_copyright {
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	}	

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.footer_highlight_link {
	border-bottom:dotted #E8E8E8;
	
	text-decoration:none;
}

#date_holder {
	text-align:right;
	font-size:10px;
	color:#666666;
	padding-right:40px;
	}


/* links */

a:link {
	color: #20344f;
}
a:visited {
	color: #20344f;
}
a:hover {
	color: #999999;
}
a:active {
	color: #dfc2e7;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.small_padded_left_right {
	padding:12px;
	color:#666666;
	font-size:11px;
	}

.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#about_box {
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-top: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #bba275;
	font-size: 10px;
	line-height: 29px;
	text-align: left;
}

.sign_up_boxes {
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #bba275;
	font-size: 11px;
	text-align: left;
}

.calendar_boxes {
	text-align: left;
	font-size:11px;
	border:1px solid #8CA9D0;
	padding: 2px;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

.event_dates_bold {
	font-weight:bold;
	color:#20344f;
	}

.titles_tight_bottom {
	padding-top:7px;
	margin-bottom:-17px;
	text-align:left;
	}

.titles_buffer_bottom {
	padding-top:0px;
	margin-bottom:25px;
	text-align:left;
	}
.titles_buffer_top_bottom {
	padding-top:27px;
	margin-bottom:6px;
	text-align:left;
	}	

.title_sub3 {
	font-weight:bold;
	font-size:13px;
	color:#999999;
}

.title_sub4 {
	font-weight:bold;
	font-size:12px;
	color:#bba275;
}

.title_events {
	font-size:14px;
	color:#099;
	font-weight:bold;
}

.medium_text_with_padding {
font-size:11px;
padding-left:12px;
line-height:25px;
}

.border_standard {
	border:solid #bba275 1px;
}

a.footer_links:link {
	color:#CCCCCC;
	
}
a.footer_links:visited {
	color:#CCCCCC;
}
a.footer_links:hover {
	color:#FFFFFF;
	
}

P.dates_events {
	text-align: left;
}

.events-text-center {
	text-align: right;
}

.events-borders td {
	border:dotted 1px #CCC;
}
