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

.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:hidden;
	background-color: #000000;
	vertical-align: baseline;

}

.Menu{
	position:absolute;
	width:450px;
	height:16px;
	z-index:2;
	left: 159px;
	top: 82px;
	border: 1px none #000000;
	visibility: hidden;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0px;
}

.Menu a {
	color: #000000;
	font-size: 90%;
	/*padding: 0px 4px 0px 0px;*/ 
}

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

.Sidebar{
	font-family: sans-serif;
	float: left;
	width: 0px;
	margin-left:11px;
	visibility:hidden;
}


.Content{
	/*position:relative;
	width:724px;
	z-index:5;
	left: 159px;
	top: 0px;
	visibility: visible;
	border: 0px solid;*/
	margin: 15px 15px 15px 15px;
}

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

.siteInfo{
	/*position:relative;
	z-index: 3;
	top: 0px;
	visibility:visible;
	clear: both;*/
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	white-space: normal;
	font-family: sans-serif;
	text-align: center;
	clear: both;
}
.MM{
	visibility:hidden;
}



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

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

.feature p{
	font-weight: bold
}

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

.featureImage{
	float: left;
	padding: 0px;
	margin: 0px 5px 5px 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{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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

.story a:link{
	color: #000000;
	font-style: italic;
}

.story a:visited{
	color: #000000;
	font-style: italic;
}

.story a:hover{
	color: #000000;
	font-style: italic;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-style:normal;
}

a:hover {
	text-decoration: underline;
}
/* 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: #000000;
}

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

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

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

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

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

