body {
	font-family: Tahoma;
	color: #000000;
	font-size: .9em;
	background-color:#FBF7E5;
}

/************ leftHandNav styles *****************/


#leftHandNav {
  float: left;
  width: 140px;   /* must equal margin-left of "content" div */
  margin:0px;
  padding:0px;
  background-color:#E2DDC8;
}

#leftHandNav ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  list-style-type: none;
}

* html #leftHandNav li ul {
  border-bottom: 2px solid #ffffff;  
  	list-style-type: none;
}

#leftHandNav li {
  border-bottom: 2px solid #ffffff;
  background-color: #536991;   /* blue */
  	list-style-type: none;
}

#leftHandNav #topItem {
  border-top: 2px solid #ffffff;
  
}

#leftHandNav a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  display: block;  /* display: block makes IE apply <a> settings (like the black background below) to the whole <a> area, not just where the text is. (If there were no IE, we could just :hover the <li>.)*/
}

*html #leftHandNav a {
  padding: 0px 5px 3px 5px;
}

#leftHandNav a:hover {
	background: #8F272C;
	color:#FFFFFF;
}

/*********** end leftHandNav styles ***********/

/************ leftHandNav2 styles *****************/


#leftHandNav2 {
  float: left;
  width: 140px;   /* must equal margin-left of "content" div */
  margin:0px;
  padding:0px;
  background-color:#E2DDC8;
}

#leftHandNav2 ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
  list-style-type: none;
}

* html #leftHandNav2 li ul {
  border-bottom: 2px solid #ffffff;  
  	list-style-type: none;
}

#leftHandNav2 li {
  border-bottom: 2px solid #ffffff;
  background-color: #8F272C;   /* maroon */
  	list-style-type: none;
}

#leftHandNav2 #topItem {
  border-top: 2px solid #ffffff;
  
}

#leftHandNav2 a {
  color: #ffffff;
  font-size: 1em;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  display: block;  /* display: block makes IE apply <a> settings (like the black background below) to the whole <a> area, not just where the text is. (If there were no IE, we could just :hover the <li>.)*/
}

*html #leftHandNav2 a {
  padding: 0px 5px 3px 5px;
}

#leftHandNav2 a:hover {
	background: #536991; /* blue */
	color:#FFFFFF;
}

/*********** end leftHandNav2 styles ***********/

#content {
	margin-left: 140px;
	padding: .5em 1em .1em 1em;
 	line-height: 130%;
}

#footer {
  font-size: .9em;
color: #536991;
text-align: center;
border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8F272C;
padding-top: 4px;

}

.bluetype {
color: #536991;
}

h1 {
font-size: 1.2em;
color: #8F272C;
}

h2 {
font-size: 1em;
color: #536991;
}

.newsItem {
	font-size: .9em;
	background-color: #D9DBD4;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #8F272C;
	padding-left: 4px;
}

.sideBar {
	font-size: .9em;
	background-color: #D9DBD4;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #8F272C;
	padding: 4px 8px 4px 4px;
	width: 180px;
	float: right;
	margin-left: 10px;
}

.photoHolder {
	background-color: #D9DBD4;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8F272C;
	padding: 4px 4px 4px 4px;
	width: 200px;
	float: right;
	margin-left: 10px;
}

.photoHolder-horiz {
	background-color: #D9DBD4;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8F272C;
	padding: 4px 4px 4px 4px;
	width: 250px;
	float: right;
	margin-left: 10px;
}

.photoHolder-horiz-home {
	background-color: #D9DBD4;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8F272C;
	padding: 4px 4px 4px 4px;
	width: 250px;
	margin-left: 10px;
}
.photoHolder-horiz-left {
	background-color: #D9DBD4;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8F272C;
	padding: 4px 4px 4px 4px;
	width: 250px;
	float: left;
	margin-right: 10px;
}

.more {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}
