/* Global Styles */

body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	}

div {
	font:11px arial;
	color:#333333;
	}

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:link {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration:underline;
	}
	
/* ID Styles */
		  
#container {
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	}

#banner {
	background-color: #000000;
	text-align: center;
	position: relative;
	width: 100%;
	}

#navigation {
	background-color: #000000;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	z-index: 1;
	font-weight: bold;	
}	


#navigation ul {margin-right: 55px;
font-weight:bold;
				 }

#navigation li {display: inline; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight:bold;
				}

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight:bold;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

	  
#center_container {width: 100%;
	position: relative;
	background-color: #ffffff;
}

#left_column {
	background-color: #ffffcc;
	height: auto;
	width: 294px;
	position: relative;
	float: left;
	}

#left_column img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20pt;
	margin-left: 0px;
}

	
#content_table {
	background-color:#FFFFFF;
	width: 440px;
	height: auto;
	float: left;
	position: relative;
	margin-left: -1px;
	margin-top: 0px;
	padding-left: 32px;
	padding-right: 14px;
	padding-top: 20px;
	padding-bottom: 0px;
	}
	
#bottom_buttons {background-color:#FFFFFF;
	position: relative;
	text-align: center;
	width: 440px;
	clear: left;
	padding-top: 10px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-left: 293px;
	padding-left: 32px;
	padding-right: 14px;

	
	
}

#bottom_buttons a img {border: none;}


#top_anchor_link {background-color:#FFFFFF;
			 position: relative;
			 text-align: center;
			 width: 440px;
			 margin-left: 293px;
			 padding-left: 32px;
			 padding-right: 14px; 
			 padding-bottom: 1px;}
			 
#bottom_divider {
	position: relative;
	background-color: #000000;
	width: 100%;
	clear: both;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	     }

#footer_info {background-color:#FFFFFF;
			  position: relative;
			  text-align: center;
			  width: 100%;
			  padding-top: 2px;
			  padding-bottom: 2px;
			  }

#third_bottom_td {
			position: relative;
			text-align: center;
			width: 430px;
			padding: 2px;
			}

	
/* Class Styles */

.spacer {
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	}

.spacer_bottom {height: 1px;
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	clear: both;
	}


.pageHeader {
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:38px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	}
	
.bodyText {
	color:#333333;
	line-height:24px;
	width: 425px;
	position: relative;
	text-align: justify;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
	
.FooterText {
	font: 11px arial;
	color:#0066FF;
	letter-spacing: .1em;
	text-align: center;
	}
	
.h2smallText {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif; 
	}

.Jim {color:blue;
}

.center {text-align: center;}

.article {color: #CC3300;
	letter-spacing:0.1em;
	line-height:38px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;}
	
.red {color: #FF0000;}

.RSS {
	vertical-align: middle;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.quote {
	padding: 1px;
	vertical-align: top;
		}

.indent {margin-left: 50px}

.events_table {width: 420px;
		height: auto;
		padding: 3px;
		background-color: #FFFFCC;
		border: 1px #CCC solid;
}

.events_table tr td {border: 1px #CCC solid;
					background-color: #FFF;
					 padding: 3px;}
