/*  This is the font for the news titles and the text below that */
html {
	overflow: scroll;
	}

/* This removes the margins and padding from everything - 
   causing a global whitespace reset */
* {
	margin:0;
	padding: 0;
	}

div {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 570;
	}


.standard-page-background {
	background-image:url(images/home-page/black-background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:scroll;
}

.photo-gallery-background {
	background-image:url(images/home-page/black-background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
}


.gallery-section {
	width:570;
	padding-left:20px;	
	padding-top:20px;
	padding-right:40px;
	background-image:url(images/gallery-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;

}


.back-page-content {
	padding-top:0px;
	width: 948px;
	margin: 0 auto;
	align:center;
	vertical-align:top;
	text-align: center;
	background-color:#000000;
	height:305px;
}

.bottom-section {
	width:950px;
	align:center;
	vertical-align:top;
	border:none;

}	
	
.content-section {
	width:570;
	padding-left:20px;	
	padding-top:20px;
	padding-right:40px;
	background-image:url(images/home-page/submenu-shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
	vertical-align:top;

}

#standard-title
{
	font-weight: bold;
/*	color:#4684D9;*/
	color:#00FFFF;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

#standard-title a {
	text-decoration: underline;
	font-weight: bold;
	color:#00FFFF;
	font-size:14px;
}

#standard-title a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#00FFFF;
	font-size:14px;
}

.standard-text  {
	line-height: 13px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	font-size:12px;
	line-height: 15px;
}

.standard-text a {
	text-decoration: underline;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
	line-height: 15px;
}

.standard-text a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
	line-height: 15px;
}

.upcoming-events-background {
/*	height:500px;
*/	padding-left:20px;	
	padding-top:20px;
	padding-right:16px;
	background-color:#161616;
	background-image:url(images/coming-soon-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:none;
}
	
.events-list {
	width:98%;
	align:left;
	border-top:solid thin #666666;
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	line-height:13px;

}
	
#events-text {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	line-height:13px;

}

#events-text a {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color:#FF0000;
	font-size:12px;
	text-align:left;
	line-height:13px;
	text-decoration:underline;

}

#events-text a:hover {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	color:#FF0000;
	font-size:12px;
	text-align:left;
	line-height:13px;
	text-decoration:none;

}


#events-text-title
{
	font-weight: bold;
	color:#66FF66;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

#green-title
{
	font-weight: bold;
	color:#66FF66;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

.image-border {
	border: 2px solid #999999;
}
	
/*  This next section is for the blog since it uses headings */

h2 {
	font-weight: bold;
	color:#4684D9;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

h3 {
	font-weight: bold;
	color:#66FF66;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, sans-serif;

}

.calendar-flash-content {
	margin: 0 0 0 0;
	height:350px;
	width:500px;
}
	
