﻿@import url("layout.css");
body {
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #617c9a;
}
#container {
	background-color: #fff;
	background-color: #fff;
	background: #ffffff url('../logos/BG3.jpg') no-repeat scroll center 10%;
	width: 820px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
}
#masthead {
	text-align: center;
	width: 800px;
	height: 180px;
	padding: 10px;
	background-image: url("../logos/header.gif");
	background-repeat: no-repeat;

}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#h3{
	font-size: medium;
	font-style: normal;
	font-weight: lighter;
	text-align:center;
	
}
#footer {
	text-align: center;
	clear: both;
	width: 818px;
}

/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #ad0000;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff;
	background-color: #ad0000;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#nav8 a{
	text-align:center;
	color: #000000;
	text-decoration: underline;
	padding: 5px;
	font-weight: bold;
}

#nav8 a:hover{
	text-align:center;
	color: #ad0000;
	text-decoration: none;
	padding: 5px;
}

#clubMenu a{
	text-align:center;
	color: #000000;
	text-decoration: underline;
	padding: 5px;
	font-weight: bold;
}

#clubMenu a:hover{
	text-align:center;
	color: #ad0000;
	text-decoration: none;
	padding: 5px;
}


#h2{
	font-size: medium;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	float:right;
}


/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #404040;
	text-decoration: underline;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}
a {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
