@charset "UTF-8";
/* CSS Document */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	color: #4e4e4e;
	padding-bottom: 5px;
	padding-top: 5px;
}

.intro {
	font-size: 90%;
	font-weight:bold;
	padding-top: 20px;

}

* { margin: 0; padding: 0;} /* Zeros all margins and paddings */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	color: #79D4EB;
	padding-bottom:5px;
	margin-left:35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79D4EB;
}

h2 {
	margin-left:25px;
	margin-right:30px;
	padding-bottom:5px;
	padding-top:10px;
	font-size: 120%;
	color: #79D4EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #79D4EB;
}

.forthcomong-note {
	width:260px;/* width used so png transparency works in IE6 */
	background-image:url(images/note-forthcoming.png);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:25px;
	padding-bottom:10px;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #79D4EB;
	padding-bottom: 10px;
	padding-top: 10px;

}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	}
	
	
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 858px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

.header-shadow {
	width: 858px;
	padding:0;
	margin:0;
	background-image:url(images/header-shadow.png);
	background-repeat:no-repeat;
	height:30px;
	}
	
.footer-shadow {
	width: 858px;
	padding:0;
	margin:0;
	background-image:url(images/footer-shadow.png);
	background-repeat:no-repeat;
	height:30px;
	}
	
	
#content {
	width:858px; /* width used so png tiled background works in IE6 */
	background-image:url(images/vertical-shadow.png);
	background-repeat:repeat-y;
	background-position: center;
	margin:0px;
	padding:0px;
	}
	
#header {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	}
	
#text-content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}

#text-left {
	float:left;
	width: 400px;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:30px;
	background-image:url(images/note.gif);
	background-repeat:no-repeat;
	}
	
#forth-coming-events {
	float: right;
	width: 298px;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:10px;
	padding-bottom:20px;
	background-image: url(images/forth-coming-events-bg-2.jpg);
	background-repeat: no-repeat;
	border:10px solid #f5f5f5;
	background-color:#8dd9f0;
}

#forth-coming-events p {
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	font-size:80%;
}


#forth-coming-events ul {
	padding-left:30px;
	padding-right:30px;
	list-style:none;
}

#forth-coming-events ul li {
	width:218px;/* width used so png transparency works in IE6 */
	background: url(images/bullet.png) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333333;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	font-weight:bold;
}


#footer {
	width:800px;
	background-color:#79D4EB;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

#footer p {
	color: #FFFFFF;
	font-size:70%;
	text-align:right;
	padding-right: 20px;
	}
	
#footer a {
	color: #FFFFFF;
	text-align:right;
	padding-right:0px;
	text-decoration:none;
	}
	
