@charset "utf-8";
/* CSS Document 
---------------*/

@import "nav.css";
@import "fonts.css";

body {
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
	background: url(../images/background_pattern.png) repeat;
}

img {
	border: 0;
}

#banner {
	width: 1024px;
	height: 81px;
	margin: 0 auto;
	text-align: center;
	background: #D5EDB3 url(../images/banner.jpg) left no-repeat;
	padding-top: 20px;
}

.header {
	font-size: 24px;
	color: #5C743D;
}

.headerCapitals {
	font-size: 26px;
	font-weight: bold;
}

.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing: .4em;
	line-height: 18px;
	font-weight: bold;
}

#banner img {
	display: block;
	float: right;
}

#date {
	display: block;
	width: 1024px;
	margin: 0 auto;
	background: #99CC66;
	text-align: right;
	font-weight: bold;
	font: 11px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing: 0.2em;
}

#pageContainer {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	background: #5C743D;
	overflow: hidden;
}

#menuContainer {
	display: block;
	float: left;
	width: 250px;
	height: 100%;
	background:#5C743D;
}

#contentContainer {
	display: block;
	float: right;
	width: 754px;
	height: 100%;
	min-height: 730px;
	padding: 10px;
	background: #FFFFFF;
}

#subNavRight {
	display: block;
	float: right;
	width: 190px;
	height: 100%;
	margin-left: 10px;
	padding: 10px;
}

#subNavRight .title {
	display: block;
	background: #5C743D;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	display:block;
	letter-spacing:.2em;
	text-decoration: none;
	line-height: 22px;
	text-align: center
}

#subNavRight .title a {
	display: block;
	background: #5C743D;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	display:block;
	letter-spacing:.2em;
	text-decoration: none;
	line-height: 22px;
	text-align: center
}

#subNavRight .title a:hover {
	color: #993300
}