/* HTML */
html {
	overflow: scroll;
}

/* Main Table */
.main_table_cell_1 {
	width: 193px;
	vertical-align: top;
}
.main_table_cell_2 {
	width: 710px;
	vertical-align: top;
}
table {
	border: none;
}

/* Title */
.title {
	text-align: center;
	font-family: "Monotype Corsiva";
	font-size: 53px;
	color: #009933;
}

/* Menu */
.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 180px;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
}
.menu li {
	background-color: #FFFF99;
	border: 1px solid #009933;
	height: 21px;
	line-height: 20px;
	text-indent: 5px;
	margin-bottom: 3px;
}
.menu li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.menu li a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}

/* Page Headers */
.main_header {
	font-family: Verdana;
	font-size: 18px;
	color: #0000FF;
	margin-bottom: 10px;
}
.sub_header {
	text-align: center;
	text-decoration: underline;
	margin-bottom: 10px;
	font-size: 20px;
}

/* Content */
.content {
	font-family: Verdana;
	font-size: 13px;
	text-align: justify;
}

/* Home Page Images */
.images {
	text-align: center;
	margin-bottom: 10px;
}
.images img {
	width: 350px;
}

/* Tables */
.main_table {
	border: solid 1px #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}
.main_table th {
	border: solid 1px #000000;
	font-weight: bold;
	text-align: center;
}
.main_table td {
	border: solid 1px #000000;
	text-align: left;
	text-indent: 5px;
}

/* News And Events Page */
.news_tables {
	margin-bottom: 12px;
}
.news_list_item li {
	margin-bottom: 7px;
}

/* League Tables */
.league_tables {
	margin-bottom: 10px;
}
.league_tables th {
	width: 40px;
}
.league_tables th:first-child {
	width: 200px;
}

/* Directions Page */
.directions_image {
	border: solid 1px #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

/* Photos Page */
.photosContainer {
	overflow: auto;
}
.photosContainer>div {
	float: left;
	margin-right: 15px;
}
.photosContainer img {
	height: 300px;
	margin: 0px;
}
.photoCaption {
	margin-top: 12px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

/* Constitution and Rules Page */
.rules_header {
	color: rgb(0, 176, 80);
	text-decoration: underline;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.constitution_subheader {
	font-weight: bold;
	font-size: 14px;
}
.constitution_text {
	margin-bottom: 15px;
}
.constitution_text ul li {
	list-style-type: none;
}
.rules {
	padding-left: 25px;
}
.rules li {
	margin-bottom: 10px;
	text-align: left;
}
