body{
	font-family: sans-serif;
	
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #85582C;
}

.MenuBackground{
	background-repeat:no-repeat;
	background-image: url(images/menubackground.jpg);
	top: 0px;
	left:0px;
	width:100%;
	height:99px;
	z-index:1;
	position:absolute;
	visibility:visible;
	background-color: #000000;
	vertical-align: baseline;

}

.mainBody{
	position:absolute;
	top:0px;
	width:90%;
	left:0px;
	z-index:1;
	clear:both;
}

.Sidebar{
	font-family: sans-serif;
	float: left;
	width: 125px;
	margin-left:11px;
	top:119px;
	position:absolute;
}


.Content{
	margin: 0px 15px 0px 159px;
	z-index:2;
	position:absolute;
	top:119px;
}

.MeetingInfo{
	margin: 0px 15px 0px 0px;
	font-family:sans-serif;
	font-size: 80%;
	padding-left: 10px;
}
.MeetingInfo_h3{
	font-family:sans-serif;
	font-weight: bold;
	color: #FCCE55;
}

.siteInfo{
	font-size: 80%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	white-space: normal;
	font-family: sans-serif;
	text-align: center;
	clear: both;
}

.siteInfo a:link, .siteInfo a:visited {
	color: #FCCE55;
	text-decoration: none;
	font-style:normal;
}

.siteInfo  a:hover {
	color: #FCCE55;
	text-decoration: underline;
	font-style:normal;
}

/********** menu style - used when not on javascript *********/

.MM{
	font-family: sans-serif;
	font-size: 80%;
	z-index:1;
}

.MM a:link, .MM a:visited {
	color: #FCCE55;
	text-decoration: none;
	font-style:normal;
}

.MM  a:hover {
	color: #FCCE55;
	text-decoration: underline;
	font-style:normal;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	
}

.feature p{
	font-weight: bold
}

.feature h3{
	padding: 10px 0px 10px;
	text-align: center;
}

.featureImage{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0;
}

.imgthumb {
	border: 0px none;
	padding:0px;
	margin: 0px 3px 3px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story a:link, .story a:visited{
	color: #FCCE55;
	font-style: italic;
	text-decoration: none;
}

.story a:hover{
	color: #FCCE55;
	font-style: italic;
		text-decoration: underline;
}

.story ul a:link, .story ul a:visited, .story ul a:hover{
	color: #FCCE55;
	text-decoration: none;
	font-style:normal;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: sans-serif;
 font-size: 120%;
 color: #FCCE55;
}

h2{
 font-size: 114%;
 color: #FCCE55;
}

h3{
 font-size: 100%;
 color: #FCCE55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

.spacer {
	font-size: 1px;
	margin: -5px;
}

.javaScriptWarning {
	font-size: x-small;
	font-weight: bolder;
	color: #FF0000;
	font-family: sans-serif;
	font-style: italic;
	position:relative;
	top:5px;
	left:5px;
	z-index:2;
	visibility:hidden;
}

