/* CSS Document */

body {
	margin: 0;
	background-color: #666666; 
	text-align:center;
  }

#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	border-right: solid white 5px;
	border-left: solid white 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
  }
  
#pageHeader { 
	width: 780px; 
	height: 73px; 
	background: #ffffff url(../images/header.jpg);
	}
	
.pageTitle {
	font-size: 36px;
	font-weight: bold;
	color: green;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
  }

#menuBar { 
	width: 780px; 
	height: 46px; 
	background: #ffffff url(../images/menubar.jpg);
	}
	
.siteLinks ul {
	margin: 0;
	padding: 0;
	text-align: left;
	}
  
.siteLinks li {
	height: 38px; 
	display: block;
	list-style: none;
	padding: 8px 10px 0px 10px;
	float: left;
	font-weight: bold;
	}
  
.siteLinks a:hover {
	color: #FFFF66;
	}
  
.siteLinks a {
	color: #ffffff;
	text-decoration: none;
	}
  
#sideMenu { 
 	margin: 0;
	width: 143px;
	height: 100%;
	background: #ffffff url(../images/sidemenu.jpg);
	color: #006600;
	padding-left: 10px;
	}

#pageText {
 	margin: 0;
	width: 570px;
	background: #ffffff url(../images/textarea.jpg) top left no-repeat;
	padding: 15px 5px 10px 30px;
	}
	
h1 {
	color: #006600;
}
#btmBar { 
	clear: both;
	width: 780px; 
	height: 19px;
	background: #ffffff url(../images/btmbar.jpg);
	}
	
#pageFooter { 
	width: 780px; 
	background: #ffffff url(../images/footer.jpg) top left no-repeat;
	text-align: center;
	font-size: .9em;
	color: #000000;

	}
	
#pageFooter a:link,
#pageFooter a:visited,
#pageFooter a:active {
	color: #000000;
	text-decoration: none;
	}
#pageFooter a:hover {
	color: #000000;
	text-decoration: underline;
	}


.right {
	float: right;
	margin: 2px 0px 2px 10px;
	border: 0;
	}

.left {
	float: right;
	margin: 2px 10px 2px 0px;
	border: 0;
	}
	
.map {
	float: left;
	margin: 2px 20px 2px 5px;
	border: 0;
	}

.day {
	background-color:#FFFFCC;
	}
	
.eve {
	background-color:#E4E4E4;
	}
	
.small {
	font-size: 12px; 
	}

.underline {
	text-decoration: underline;
}

