body
{
    text-align: center;
    font: 12px/17px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    color: #504f4f;
    background: #777777;
    margin: 0 auto;
    padding: 0;
}

#main
{
    width: 992px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: url('../images/mainBGD.jpg') repeat-y;
    border-bottom: 1px solid #135008;
}

#banner
{
	width: 992px;
	height: 228px;
	position: relative;	
    background: url('../images/banner.jpg') no-repeat;
}

#menu
{
    position: relative;
    height: 24px;
    background: #3e902f;
    color: #ffffff;
    width: 985px;
    left: 1px;
    padding-left: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #000000;
    font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
}

*>#menu
{
	width: 985px;
}

#date
{
    position: absolute; 
    top: 8px; 
    left: 8px; 
    color: #ffffff;
    z-index: 999;
    font-size: xx-small;
}


#content
{
    position: relative;
    width: 695px;
    text-align: justify;
    float: right;
    min-height: 350px;
    height: 350px;
    padding: 10px;
    padding-bottom: 167px;
}

*>#content
{
    width: 698px;
    height: auto;
}

#leftColumn
{
    width: 254px;
    float: left;
    border: solid blue 0px;
    padding: 10px;
    position: relative;
	color: #14500a;
}

*>#leftColumn
{
    width: 254px;
}

#leftColumnNewsWrap
{
    position: relative;
    background: url('../images/leafSide.gif') repeat-y 0px 0px;
    min-height: 300px;
    height: 300px;
    padding-top: 20px
}

*>#leftColumnNewsWrap
{
    height: auto;    
}

.clear 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}

#footer
{
    width: 100%; 
    height: 100px; 
    margin-top: 5px;
    margin-bottom: 20px;
	text-align: center;
    color: #ffffff;
}

ul
{
	margin-left: 15px;
	list-style-image: url('../images/bullet.gif');
}

*>ul
{
	margin-left: -25px;
}

/*TABLE FORMATTING*/
.row1
{
    color: #777777;
    background-color: #eaeaea;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;

}

.row2
{
   color: #777777;
   background-color: #FFFFFF;
   font-weight: bold;
   font-size: 12px;
   cursor: pointer;
}

table
{
  border-collapse: collapse;
  border-width: 0px;
  color: #FFFFFF;
  /*background-color: #509402; */
}

h1
{
    color: #14500a;
    font: 16px/21px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    position: relative;
    margin: 0;
    margin-bottom: 5px;
}

h2
{
    font-weight: bold;
    color: #14500a;
    font: 14px/19px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
}

hr
{
    color: #b6b7b7;
    height: 1px;
    margin-top: 5px;
}

.center
{
    width: 100%;
    text-align: center;
}

.right
{
    width: 100%;
    text-align: right;
}

.newsDate
{
	width: 75px; 
	height: 20px; 
	float:left;
}

.newsItem
{
	width: 175px; 
	float:right;
}

.galleryImgThumb
{
	border: solid 2px #646464;	
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	position: relative;
}

.galleryImgThumbOver
{
	border: solid 2px #e58506;
	filter:alpha(opacity=100);
	-moz-opacity:1;	
	position: relative;
}

.galleryImgBlock
{
	margin-right: 20px; 
	text-align: center;
	position: relative;
	float: left;
	height: 130px;
	width: 105px;
}

.galleryIndexImgBlock
{
	width: 105px; 
	margin-right: 20px; 
	text-align: center;	
	float: left;	
	height: 130px;
	
}

/*LINK FORMATTING ETC*/
A:link, A:visited, A:active
{
	text-decoration: none;
	color: #14500a;
    text-decoration: underline;
}

A:hover
{
	text-decoration: none;
	color: #c04227;
	text-decoration: underline;
}

#menu A:link, #menu A:visited, #menu A:active
{
	text-decoration: none;
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#menu A:hover
{
	text-decoration: none;
	color: gold;
	text-decoration: none;
	font-weight: bold;
}

#footer A:link, #footer A:visited, #footer A:active
{
	text-decoration: none;
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#footer A:hover
{
	text-decoration: none;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}