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

* {
padding:0; margin: 0;
}

body {
font-family: Tahoma, Geneva, sans-serif;
background: url('body-bg.png') #262626 top repeat-x;
}

img {border: 0;}
p {padding: 7px 0;}
.sitemap {
border-top: 1px solid #002200;
border-left: 1px solid #002200;
width: 100%;
}
.sitemap td {
vertical-align: top;
padding: 15px;
border-bottom: 1px solid #002200;
border-right: 1px solid #002200;
}
#wrap {
width: 960px;
margin: 10px auto;
background: #ffffff;
padding: 10px;
border: #007e00 8px double ;
}

#header {
background:url('football-babble.png') center no-repeat;
height: 120px;
margin-bottom: 10px;
}

#menu {
position: relative;
}

#menu ul {
list-style: none;
}
#menu li {
display: block;
float: left;
}

#menu a {
background:url('menu-bg.png') top repeat-x;
display: block;
float: left;
padding: 10px 15px;
margin: 0 1px;
color: #ffffff;
text-decoration: none;
}

#menu a:hover {
background:url('menu-hover-bg.png') top repeat-x;
}
#site-map {
clear: left;
padding: 9px;
}
#site-map ul, ol {
margin-left: 20px;
}

#site-map ul li a {
	color:#009;
}
#site-map ul li ul li a{
	color: #C00;
}
#site-map ul li ul li ul li a{
	color:#009;
	font-weight: normal;
}
#site-map ul li ul li ul li ul {
	list-style: none;
}
#site-map ul li ul li ul li ul li:before {
	content: "\203A \0020";	
}
#site-map ul li ul li ul li ul li a{
	color:#009;
	font-weight: normal;
	font-style: italic;
}
#site-map a {
font-weight: bold;
color:#00F;
}
#site-map h1, h2, h3, h4 {
font-family: "Times New Roman", Times, serif;
}

#site-map h1 {
color: #002200;
padding-bottom: 3px;
margin-bottom: 5px;
font-size: 38px;
border-bottom: 3px double #002200;
}

#site-map h2 {
color: #00007E;
padding: 7px 0;
font-size: 30px;
}
#site-map h3 {
color: #7E0000;
padding: 7px 0;
font-size: 26px;
}

#content {
clear: left;
width: 650px;
float: left;
padding: 9px;
margin: 10px 10px 15px 0;
}

#content img {
padding: 0 10px;
}

#content ul, ol {
margin-left: 20px;
padding-bottom: 10px;
}
#content a {
font-weight: bold;
color:#00F;
}
#content h1, h2, h3, h4 {
font-family: "Times New Roman", Times, serif;
}

#content h1 {
color: #002200;
padding-bottom: 3px;
margin-bottom: 5px;
font-size: 38px;
border-bottom: 3px double #002200;
}

#content h2 {
color: #00007E;
padding: 7px 0;
font-size: 30px;
}
#content h3 {
color: #7E0000;
padding: 7px 0;
font-size: 22px;
}
#side {
width: 280px;
float: right;
margin: 70px 0 10px 0;
}
.sidebar {
	color: #ffffff;
padding: 10px;
border: double 10px #ffffff;
}

.charcoal {
background: #3F3F3F;
}
.charcoal a:hover {
background: #5d5d5d;
}
.red {
background:#3F3F3F;
}
.red a:hover {
background:#5d5d5d;
}
.sidebar h4 {
color: #ffffff;
font-size: 20px;
}
.sidebar li {
	display: block;
}
.sidebar a {
color: #ffffff;
text-decoration: none;
display: block;
padding: 3px 0 3px 5px;
}

.sidebar ul {
list-style: none;
padding-bottom: 10px;
}
.sidebar ul ul {
	margin-left: 20px;
}
#search-form {
text-align: center;
background: #5d5d5d;
padding: 7px 0 10px 0;
margin-bottom: 10px;
}
#search-form h4 {
padding-bottom: 7px;
}
#footer {
clear: both;
text-align: center;
border-top: 3px double #002200;
padding-top: 10px;
}
#body-ad {
width: 336px;
float: right;
margin-left: 5px;
}

#pre-footer {
	clear: both;
	border-right: 1px solid #007e00;
	border-top: 1px solid #007e00;
	border-bottom: 1px solid #007e00;
	margin-bottom: 10px;
	background: #a3f3a3;
}

#pre-footer ul {
	list-style: none;
}

#pre-footer li {	
	display: inline;
	text-align: center;
	list-style: none;
}

#pre-footer a {
	text-decoration: none;
	padding: 7px 0 7px 5px;
	display: inline-block;
	border-left: 1px solid #007e00;
	text-align: center;
}

#pre-footer a:hover {
	text-decoration: underline;
}
