body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-image: url(/images/body.jpg);
	background-position: top;
	background-repeat: repeat;
	background-color: #a1b667;
}

h1 {
	font-size: 16px;
	color: #790000;
}

h2 {
	font-size: 14px;
	color: #790000;
}

img {
	border: 0px;
}

a {
	color: #790000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 851px;
	background-image: url(/images/containerBg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border-right: solid 1px;
	border-left: solid 1px;
}

#left {
	float: left;
	width: 250px;
	border-right: solid 1px;
}

#logoBox {
	width: 250px;
	height: 277px;
	background-image: url(/images/logoBox.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logoBox img {
	padding: 10px 0px 0px 8px;
}

#logoBox p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}

#sideContent {
	width: 250px;
}

#imageArea {
	line-height: 18px;
	background-color:#FFFFFF;
	background-image:url(/images/sideContentBottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#imageArea img {
	padding: 15px 0px 0px 15px;
}

#textArea {
	padding: 5px 15px 5px 15px;
	background-color:#FFFFFF;
}

#right {
	float: right;
	width: 600px;
}

#header {
	width: 600px;
	height: 315px;
}

#navTop {
	width: 600px;
	height: 40px;
	background-color: #790000;
	text-align: center;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

#nav a {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
	border-right: solid 1px #980000;
}

#nav a:hover {
	color: #9FB465;
}

#nav .last {
	border-right: none;
}

#headerImage {
	width: 600px;
	height: 197px;
	background-image: url(/images/headerImage.jpg);
	background-repeat: no-repeat;
}

#taglineTop {
	padding: 20px 0px 0px 70px;
	width: 530px;
	height: 40px;
	background-color: #790000;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
}

#taglineBottom {
	padding: 10px 0px 0px 0px;
	width: 600px;
	height: 30px;
	background-color: #333333;
	font-size: 13px;
	color:#FFFFFF;
	text-align: center;
}

.taglineNumber {
	float: right; 
	margin-top: 10px;
}

#content {
	padding: 10px 15px 0px 15px;
	width: 560px;
	line-height: 17px;
}

#content h1 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#content h2 {
	margin: 0px;
	padding: 0px;
	color: #790000;
}

#content h3 {
	margin: 0px;
	margin-bottom: 5px;	
	padding: 0px;
	font-size: 12px;
	color: #333333;
}

.meta a {
	color: #006600;
	font-weight: bold;
}

.storycontent a {
	text-decoration: underline;
}

.storycontent a:hover {
	text-decoration: none;
}

.sidebarContainer {
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid #B5CDDE;
}

.sidebarContainer a {
	color: #790000;
	text-decoration: none;
}

.sidebarContainer a:hover {
	text-decoration: underline;
}

.sidebarHeader {
	margin: 0px;
	padding-top: 3px;
	height: 27px;
	background-color: #B5CDDE;
}

.sidebarHeader h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 3px;
	color: #333333;
}

.sidebarContent {
	margin: 0px;
	margin-left: 5px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #000000;
}

.sidebarContent ul {
	margin: 0px;
	padding: 0px;
}

.sidebarContent li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebarContent p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #000000;
	vertical-align: top;
}

#footer {
	width: 851px;
}

#footer a {
	color: #000000;
}

#navBottom {
	padding: 8px 0px 10px 0px;
	width: 851px;
	background-color: #790000;
	color: #FFFFFF;
	text-align: center;
}

#navBottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#navBottom a:hover {
	color: #9FB465;
}

#footerBottom {
	width: 851px;
	margin-left: auto;
	margin-right: auto;
}

.footerLeft {
	float: left;
	margin-top: 5px;
}

.footerLeft a {
	color: #000000;
}

.footerRight {
	float: right;
	margin-top: 5px;
}

.clear {
	clear: both;
}