﻿@import url('layout.css');
body {
	font-family: "Segoe UI";
	background-color: #B5D3C6;
	text-align: left;
}
#container {
	border: 1px solid #000000;
	width: 700px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	width: 700px;
}

/* Stats Styles */
#stats {
	margin: 0px;
	width: 700px;
	padding: 0px;
}

#stats ul {
	list-style-type: none;
	margin: 0px;
	background-color: #990000;
}
#stats li {
	display: inline;
	font-family: "Segoe UI";
	font-size: 12pt;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: normal;
}

/* Navigation Styles */

#navigation {
	position: relative;
	float: left;
	width: 179px;
	top: 0px;
	left: 0px;
}
#navigation ul {
list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	display: block;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
		color: #1D6AA9;
		font-family: "Segoe UI";
		text-align: center;
		font-size: 11pt;
		font-weight: bold;
		width: 179px;
}
#navigation a {
	border-width: 1px;
	border-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-style: solid;
	font-size: 11pt;
	font-family: "Segoe UI";
	padding-left: 2px;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	font-family: "Segoe UI";
	font-size: 11pt;
}
#content {
	float: left;
	width: 516px;
	padding-left: 2px;
	padding-right: 2px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	background-color: #F0F0F0;
}

