@charset "utf-8";
body {
	width: 90%;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	font: 100% "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;

}
ul li {
	list-style-image: url(../images/arrow.png);
	list-style-position: outside;
}
h4 {
	display: block;
	padding: 5px 22px;
	border: 1px solid #FFF;
	font-size: 110%;
	color: #000;
	background-image: url(../images/bar.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
h3 {	display: block;
}
h2 {
	font-size: 16px;
	color: #063;
}
h3 a {
	display: inline;
	text-align: center;
	width: 10%;
	padding: 5px 10px;
	margin: 5px;
	border: 1px solid #000000;
	background-color: #FFCCCC;
	color: #033;
	font-size: 14px;
	text-decoration:none;
}
h3 a:hover {
	background-color: #FEE5AF;	
	border: 1px solid #C5DFD2;
}
blockquote {
	color: #001C00;
	font-size: 110%;
	background-color: #C5DFD2;
	margin: 10px auto;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
.gray  {
	color: #001C00;
	font-size: 90%;
	font-style: italic;
	background-color: #EFEFEF;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0;  
		background-image: url(../images/background.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat;
}

#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.events {
	display: block;
	border: 1px solid #FEE5AF;
	padding: 5px 10px;
	margin: 5px;
}
.boxy {
	float: right;
	width: 200px;
}

#footer { 
	display: block;
	margin-top: 1px;
	font-size: 90%;
	color: #333;
	background-image: url(../images/footer.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 100%;
	height: 150px;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #063;	
}
#footer a:hover {
	color: #000;	
}
.extraboxright {
	font-size: 100%;
	font-weight: bold;
	float: right;
	width: 200px;
	height: 135px;
	margin: 10px;
	padding: 10px 5px 0 20px;
	background-image:url(../images/box.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;	
}
.extraboxleft {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 200px;
	height: 135px;
	margin: 10px;
	padding: 10px 5px 0 5px;
	background-image:url(../images/box.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;	
}

