/* overrides */
#headerTagLine {
	background: url("../images/header_tagline_no_official_names.jpg");
	width: 758px;
	height: 158px;
}
/****************/

/* TODO: move all subpages style.css duplicates to this css */
/* home.shtml */
.mainContentWrapper {
	border-right: 1px solid #E7E7D7;
}

.mainPhotoContent {
	border-bottom: 1px solid #E7E7D7;
}

.bottomContentBox {
	background-color: #E7E7D7;
}

.bottomContent {
	border-bottom: 1px dotted #000000; 
}

.sidePhotoContent {
	border-bottom: 1px solid #E7E7D7
}
/**************/

/* TODO: move all subpages style.css duplicates to this css */
/* sub-pages NOT home.shtml */
#body {
/*	border: 1px dashed lime;*/
	text-align: left;
}

#bodyBG {
	background-color: #E7E7D7;
	padding: 0 5px 20px 20px;
	margin: 0;
}

.title {
/*	border: 1px dashed lime;*/
	font-size: 18px;
	font-weight: bold;
}

#bodyNewsletter
{
    background-color: #E7E7D7;
	padding: 0 5px 20px 20px;
	margin: 0px;
}

#bodyNewsletter table
{
    width:95%;
}

#bodyBG table {
/*	border: 1px dashed red;*/
	width: 100%;
}

#bodyBG table td {
/*	border: 1px dashed red;*/
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
}

.subNav {
/*	border: 1px dashed yellow;*/
	list-style: none outside none;
	padding: 0 5px 0 0;
	margin: 0;
}

.subNav li {
/*	border: 1px dashed cyan;*/
	font-size: 11px;
	padding: 8px 0;
/*	margin: 0;*/
}

.contentWrapper {
/*	border: 1px dashed lime;*/
	border-left: 1px solid #413F40;
	padding: 0 20px;
	width: 506px;
}

.copy table {
/*	border-bottom: 1px dotted #000000;*/
	border-collapse: collapse;
/*	height: 300px;*/
/*	width: 100%;*/
}

.copy table td {
/*	border: 1px dashed red;*/
	padding: 5px;
	vertical-align: top;
}

.copy .photoBox {
/*	background-color: yellow;*/
	text-align: right;
} 

.copy li {
	padding: 0 0 5px 0;
/*	border: 1px dashed red;*/
} 
/****************************/

/* main pages on root */
.rootContentWrapper {
	/*border: 1px dashed lime;*/
	/*padding: 0 20px;*/
	width: 710px;
}

#rootBodyBG {
	background-color: #E7E7D7;
	padding: 0 5px 20px 20px;
	margin: auto;
}

#rootBodyBG table {
	/*border: 1px dashed red;*/
	width: 500px;
}

#rootBodyBG table td {
/*	border: 1px dashed red;*/
	vertical-align: top;
	margin: 0;
	padding: 0 0 10px 0;
}
/************************/

/* news.shtml */
.news {
	background:#FFF none repeat scroll 0%;
	border: 1px dotted #000;
	padding: 5px;
	width: 100%;
}
.newsDate {
	color:#000000;
/*	font-family:Arial,Helvetica,sans-serif;*/
	font-size:11px;
	font-weight:normal;
	margin:0px 0px 5px;
}
.newsHDR {
	color:#333E98;
/*	font-family:Arial,Helvetica,sans-serif;*/
	font-size:12px;
	font-weight:bold;
}
.newsBlurb {
	background-color: #F7F7F7;
/*	margin: 10px 0px 5px;*/
	padding: 5px;
/*	width: 100%;*/
}
.newsDescription {
/*	font-family:"Times New Roman",Times,serif;*/
	font-size:12px;
}
.newsDescription a {
/*	font-family:Arial,Helvetica,sans-serif;*/
	font-size:11px;
	font-weight:lighter;
}
/**************/