body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#47611A;
}

.white-bold {
	color: #f5f8ff;
	font-weight: bold;
	font-size: 1.1em;
}

.black-reg {
	font-weight: normal;
	color: #000000;
}

.shift-right-30 {
	margin-left:5%;
}

.container {

	margin-top: 10px;
	position: absolute;
	width: 851px;
	height: 800px;
	left: 350px;
	margin-left: -330px;
	border:1px solid #141B0B;
	color: #141B0B;
	background-color:#7A9431;  /* 7A9431 is our basic green background */
			border-bottom: 5px solid;
			border-top: 5px solid;
			border-right: 5px solid;
			border-left: 5px solid;
 }
.container_history {
	margin-top: 10px;
	position: absolute;
	width: 750px;
	height: 2500px;
	left: 50%;
	margin-left: -370px;
	border:1px solid #141B0B;
	color: #141B0B;
	background-color:#7A9431;
			border-bottom: 5px solid;
			border-top: 5px solid;
			border-right: 5px solid;
			border-left: 5px solid;
 }

.header {
	background-image: url("images/imagebar2.jpg");
	background-repeat: no-repeat;
	height:60px;
	padding-left:50px;
	padding-top:20px;
	max-width:100%;
	border-bottom:1px solid #141B0B;
	color: #F5F8EF;
}

.header-title {
	font-size:2.3em;
	font-weight: bold;
	border-top: 2px solid #F5F8EF;
    border-top: 2px solid #000000;	
	color: #000000;
}

.header-title-two {
	font-size:1.1em;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
	border-bottom:1px solid #000000;
	color: #000000;

}
.menubar {
	background-repeat: no-repeat;
	height:20px;
	max-width:100%;
	border-bottom:1px solid #141B0B;
	color: #F5F8EF;
	background-color:#748F02;
}

.menubar a {
	vertical-align: middle;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	padding:10px;
}

.menubar a:hover { //mouse over actions of the menu bar */
	text-decoration: none;
	/*background-color:#90A000;*/
	/*border-bottom: 2px solid;
	border-top: 2px solid;*/
	color: #0000C0;
	font-size: 1.0em;
	font-weight: bold;
	height: 20px;

}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	border-left:1px solid #141B0B;
}


* html .menu {
	margin-left: -3px;
}

.center {
	padding:0px;
	padding-left:40px;
}

.leftText {
	text-indent: 40px;
}



.pied {
	height: 25px;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
	border-top:1px solid #141B0B;
	vertical-align: bottom;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #141B0B;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#90A000;
	font-size: 100pt;
}


.sub-title{
	margin-left:-5px;
	margin-top:15px;
	padding-left:10px;
	font-size: 1.3em;
	color: #F5F8EF;
}

.white-title{
	margin-left:2px;
	margin-top:2px;
	margin-bottom:0px;
	padding-left:2px;
	font-size: 1.1em;
	font-weight: bold;
	color: #F5F8EF;

}


.white-text{
	color: #F5F8EF;

}

.indent-hours {
	margin-top:1px;
	margin-left:40px;
	margin-bottom:1px;

}

.event-page-heading {
	font-size:24pt;
	color:white;
	font-weight:bold;
	margin-left:5px;
	text-align: center;
}

.event-heading {
	font-size:15pt;
	color:white;
	font-weight:normal;
	margin-left:5px;
	text-align: center;
}

.event {
    font-size:10pt;
    color:black;
    width:450px;
	margin-top:1px;
	margin-left:40px;
	margin-bottom:1px;
}

.event-border {
	border-bottom: 5px solid;
	border-top: 5px solid;
	border-right: 5px solid;
	border-left: 5px solid;

}

.title{
	margin-left:-30px;
	margin-top:10px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
}

.padded {
padding: 4px;
}
.padded a:hover {
	text-decoration: underline;

	}

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

a:hover{
	text-decoration:underline;
}

blockquote{
	background-color:rgb(142, 168, 69);
	padding : 3px;
	border-left:2px solid #F5F8EF;
}
img.rightImage {

float: right;
margin: 4px;
padding: 2px;

}
img.leftImage {

float: left;
margin: 4px;
padding: 2px;
}
.black-bold-14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}
