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

body {
	overflow: visible;
	z-index: 1;
	scrollbar-3dlight-color:#0066FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0066FF;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#0066FF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#0066FF;
	visibility: visible;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#all_city {
	float: left;
	visibility: visible;
}
#blair {
	float: left;
	visibility: visible;
}
#cambridge {
	float: left;
	visibility: visible;
}
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 8px solid #000000;
	border-right: 8px solid #000000;
	border-bottom: 8px solid #000000;
	border-left: 8px solid #000000;
	position: relative;
	height: 785px;
	width: 800px;
	z-index: 1000;
	padding: 0px;
	margin: auto;
	text-align: center;
}

#page_layout {
	overflow: auto;
	position: relative;
	margin: 10px 20px 15px 10px;
	float: left;
	width: 780px;
	top: 15px;
	visibility: visible;
	height: 400px;
	padding-right: 5px;
}
#movie_layout {
	position: relative;
	float: left;
	width: 780px;
	top: 20px;
	visibility: visible;
	height: 400px;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-bottom: 10px;
}
#calendar_layout {
	overflow: auto;
	position: relative;
	margin: 5px 20px 15px 10px;
	float: left;
	width: 780px;
	visibility: visible;
	height: 400px;
	padding-right: 5px;
}
#calendar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #BF0000;
	font-weight: bold;
	text-align: center;
}
#calendar_heading {
	top: 15px;
	height: 75px;
	width: 69%;
	text-align: center;
	position: relative;
	left: 65px;
}

#menu {
	text-align: center;
	width: 690px;
	z-index: 1000;
	position: relative;
	top: 10px;
	left: 50px;
}
a:link {
	color: #002868;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002868;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BF0A03;
	width: auto;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#site_title {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.current_page {
	text-decoration: none;
	background-color: #5F82FF;
	width: auto;
}
#bottom_text {
	color: #0066FF;
	font-weight: bold;
	text-align: center;
	background-image: url(images/gradient1.png);
	background-repeat: repeat-x;
	height: 118px;
	position: relative;
	left: 0px;
	width: 800px;
	background-color: #0066FF;
	clear: left;
	padding-top: 10px;
}
#winfield {
	float: left;
	visibility: visible;
}

#skateboarder {
	float: left;
	left: 15px;
	position: relative;
	bottom: 10px;
}
#gymnasts {
	float: right;
	position: relative;
	bottom: 10px;
	right: 15px;
}
h3 {
	color: #000000;
}

h1 {
	color: #BF0000;
}
h2 {
	color: #0066FF;
}
.clear {
	clear: both;
}

