﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#masthead {
	margin: 0px 0 10px 0;
	text-align: center;
	width: 800px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 150px;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 620px;
	padding: 0 15px 0 15px;
	overflow: auto;
	margin: 0px;
	position: relative;
}
#footer {
	clear: both;
	width: 650px;
	padding: 0 0 0 150px;
	overflow: auto;
	margin-top: 10px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
/* Styles for Navigation */
#sidebar ul {
	background: #0044BB;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0044BB;
	border-bottom: 1px solid #f9f9f9;
	background-color: #FFFF00;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.h2 {
	font-size: medium;
}
.centre_txt {
	margin: 10px 0 0 0;
	text-align: center;
}
.club_members_btn {
}
.marglow {
	margin-bottom: 0px;
	margin-top: 10px;
}
.nil_mgn_cntr {
	margin: 0px 0 0 0;
	text-align: center;
}
.no_bdr_10_mgn {
	border-style: solid;
	border-width: 0px;
	margin-left: 10px;
}
.ten_top_nil_btm {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 10px;
}
.nil_top_norm_btm {
	margin-top: 0px;
}
.no_bdr {
	border-width: 0px;
}
.tble_cell_cntr {
	text-align: center;
}
