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

body,td,th {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
}
body {
	background:#5e0501;
	margin:0px;
}
a {
	font-size:12px;
	color:#004B00;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
}
a:hover {
	font-weight:900;
	color:#000000;
	padding:2px;
}
strong {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:250;
}
em {
	color:#004B00;
}
img {
	padding:0;
	margin:0;
}

h1 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:750;
	font-size:36px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0;
	margin:0;
}
h2 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:750;
	font-size:24px;
}
h3 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:750;
	font-size:18px;
}
#hdr {
	position:relative;
	left:0;
	top:0;
	margin:0;
	padding:10px;
	width:880px;
	height:100px;
	background:#FFFFFF;
}
#ftr {
	position:relative;
	left:0;
	top:auto;
	margin:0;
	width:100%;
	padding:10px 0px;
	min-height:50px;
	background:#FFFFFF;
	vertical-align:middle;
	text-align:center;
}
#cont {
	position:relative;
	left:0;
	top:auto;
	margin:0;
	padding:0;
	width:900px;
	min-height:200px;
	background:#FFFFFF;
}
#conr {
	position:absolute;
	left:auto;
	top:0;
	margin:0;
	padding:10px;
	width:900px;
	height:auto;
	background:#004B00;
	float: both;
}


#title {
	position:relative;
	margin:0;
	padding:0;
	left:0;
	top:0;
	height:55px;
	width:900px;
	line-height:55px;
	letter-spacing:2px;
	background:#004B00;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:500;
	font-size:16px;
}
#container {
	text-align: left;
	width: 880px;
	margin: 0 auto;
}
#mainContent {
	background: #9b9089;
	width: 100%;
	min-height: 400px;
	padding-bottom: 25px;

}
#frameContent {
	background: #9b9089;
	width: 100%;
	height: 400px;
	margin: 0;


}
p.padding {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

p.padding2 {
    padding-right: 25px;
    padding-left: 25px;
}
/*--------- Nameplate ---------*/
#nameplate {
	background: #9b9089 url(../images/header_bg.jpg) no-repeat;
	height: 120px;
}
#nameplate h1 {
	margin: 0;
	padding: 20px;
}
#nameplate h1 a {
	background: url(../images/header_reed.gif) no-repeat;
	display: block;
	width: 265px;
	height: 30px;
	height/**/:/**/ 0;
	padding-top: 30px;
	overflow: hidden;
	font-size: 1px;
	position: absolute;
	top: 32px;
	left: 45px;
}
#nav { text-align:center; 
      	width: 100%;
      	margin: 0 0 3em 0;
      	padding: 0;
      	list-style: none;
      	background-color: #f2f2f2;
      	border-bottom: 1px solid #ccc; 
      	border-top: 1px solid #ccc;
}
#nav ul { 
	text-align:center; 
}
#nav ul li { 
  	text-align:center; 
  	display:inline; 
	color #069;
}
#nav li {
	float: center;
	color #069;
}
#nav li a { display: inline;
	padding: 8px 15px; 
	font-weight: bold;
	font-size: 18px;
	color: #069;
}
#nav li a:hover {
      color: #c00;
      background-color: #fff; }
#weeks {font-size: 14px;
}
#weeks ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 25px;
}

#weeks a {
    	display: block;
    	width: 120px;
    	background-color: #9b9089;
	font-size: 14px;
	padding-bottom: 5px;
}


