body
{
  background-color: #88A21A;
  margin: 0px;
  text-align: center;
  padding: 0px;
  font-family: Verdana,Arial, Helvetica, Sans Serif;
  line-height: 150%;
  font-size: 11px;
  color:#404040;
}

.global{
  /*
  margin:0px;
  padding:0px;
  width:996px;
  height:100%;
  top:10px;
  */
}

.top{
  position:relative;
  top:10px;
  width: 996px;
  height:110px;
  border: 3px #51622E solid;
  /*
  border-left: 1px #51622E solid;  
  border-right: 1px #51622E solid;
	border-top: 1px #51622E solid;
  */
}

.content
{
	background-color: #E2E3B9;
	/*background-color: #FEFEE3;*/
	text-align:justify;
	width:996px;
	position:relative;
  min-height : 450px;
  border: 3px #51622E solid;
}

hr
{
  border: 0;
  background-color: #51622E;
  height: 2px;
}

.floatingLeft{
	position:absolute;
	top:10px;
	left:30px;
	bottom:0px;
	width:225px;
	border-right: 1px dotted #E0E0E0;
}
.floatingLeftImage
{
  left:30px;
}
.floatingRight{
	position:absolute;
	top:10px;
	right:30px;
	bottom:0px;
	width:200px;
	border-left: 1px dotted #E0E0E0;
}
.floatingRightContact{
	position:absolute;
	top:10px;
	right:30px;
	bottom:0px;
	width:200px;
	border-left: 1px dotted #E0E0E0;
  font-family: Verdana,Arial, Helvetica, Sans Serif;
  line-height: 150%;
  font-size: 13px;
}
.mainContent{
  padding-top:10px;
  padding-bottom:10px;
  margin-right:240px;
  margin-left:265px;
  height:100%;
	text-align:justify;
}
.mainContentNoRight{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:50px;
	margin-left:265px;
	height:100%;
	text-align:justify;
}
.mainContentNoLeft{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:240px;
	margin-left:40px;
	height:100%;
	text-align:justify;
}
.mainContentNoLeftNoRight{
	padding-top:10px;
	padding-bottom:10px;
	margin-right:50px;
	margin-left:40px;
	height:100%;
	text-align:justify;
}
.mainContentAdmin{
  padding-top:10px;
  padding-bottom:10px;
  margin-right:40px;
  margin-left:30px;
}
.footer {
  height:25px;
  color:#ffffff;
  font-size:7pt;
  padding-top:10px;
}

/* Pages */
.pages{

}
.pagesTop{

}
.pagesTopText{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			  : 10px;
	font-weight			: bold;
	text-decoration	: none;
	white-space			: normal;
	padding-left:0px;
}
.pagesMiddle{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			  : 10px;
	text-decoration	: none;
	white-space			: normal;
	padding-left:0px;
	padding-right:5px;
	height:100%;
	text-align:left;
}
.pagesMiddle ul {
	list-style-type:none;
	margin-left:-40px;
	_margin-left:0px; /* ie 6 fix */
	*margin-left:0px; /* ie 7 fix */
}

.pagesBottom{
	height:50px;
}
.floatingWindow{
	padding-left:10px;
	padding-right:10px;
}
.floatingTop{
}
.floatingTopText
{
}

.floatingTopText h2
{
	font-size			  : 12px;
	font-weight			: bold;
	text-decoration	: none;
  white-space			: normal;
}

.floatingMiddle
{
  font-size			  : 10px;
	text-decoration	: none;
	white-space			: normal;
	text-align:left;
}

.floatingBottom{
}

a:link, a:visited
{
  color: #94820C;
  /*color:#51622E;*/
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

li.currentPage a:hover, li.pageLink a:hover
{
}

h1.home
{
	
  font-size: 18px;
  text-align:center;
  /*color:#51622E;*/
  color:#51622E;
}

h1
{
	font-size:11pt;
}

h2
{
	font-size:10pt;
}

table.agenda
{
	border-width: 1px;
	border-spacing: ;
	border-style: hidden;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	
	width:100%;
}


/* ------------------------ CHROME MENU -------------------------------- */
.chromestyle{  
  font-weight: bold;
  position:relative;
  background-color: #51622E;
  height:32px;
  width:896px;
  padding-left:100px;
  
  border-left: 3px #51622E solid;
  border-right: 3px #51622E solid;
	/*
  border-top: 1px #51622E solid;
  border-bottom: 2px #EFEC9F solid;
  */
}

.chromestyle:after
{
  /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul
{
  position:relative;
  left:-55px;
  top:5px;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
  /*color: #ffffff;*/
  color: #FFFFFF;
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background-color: #B9E053;*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana,Arial, Helvetica, Sans Serif;
line-height: 150%;
font-size: 10px;
text-align:left;
font-weight: normal;
z-index:100;
background-color: #FEFEE3;
width: 200px;
visibility: hidden;
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
text-indent: 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E2E3B9;
}

