body
{
    text-align: center;
    font: 12px/17px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
    color: #504f4f;
    background: #7f9f73 url('../images/bgd.jpg') repeat-x;
    margin: 0 auto;
    padding: 0;
}

#main
{
    width: 780px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: url('../images/mainBGD.jpg') repeat-y;
}

#banner
{
	width: 780px;
	height: 220px;
	position: relative;	
    background: url('../images/banner.jpg') no-repeat;
}

#superMenu
{
    width: 300px;
    position: absolute;
    top: 2px;
    left: 550px;    
    color: #ffffff;
    z-index: 999;
    font-size: x-small;
}

#menu
{
    position: relative;
    height: 24px;
    background: #638656;
    color: #ffffff;
    width: 780px;
    padding-left: 5px;
    padding-top: 5px;
    font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif;
}

*>#menu
{
	width: 780px;
}

#date
{
    position: absolute; 
    top: 2px; 
    left: 24px; 
    color: #ffffff;
    z-index: 999;
    font-size: xx-small;
}


#content
{
    position: relative;
    width: 457px;
    text-align: justify;
    float: right;
    min-height: 350px;
    height: 350px;
    padding: 20px;
    /*padding-bottom: 121px;*/
    padding-left: 10px;
    border: solid 0px red;
}

*>#content
{
    width: 457px;
    height: auto;
}

#leftColumn
{
    width: 244px;
    float: left;
    border: solid yellow 0px;
    padding: 20px;
    /*padding-bottom: 101px;*/
    position: relative;
	color: #14500a;
}

*>#leftColumn
{
    width: 244px;
}

.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;
}

#bottomImage
{
    position: relative; 
    top: -6px;
    left: -2px;
}

*>#bottomImage
{
    left: 2px;
    *left: 0px; /* IE7 Hack */       
}

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;
	text-align: right;
}

.newsItem
{
	width: 130px; 
	float:right;
	margin-right: 15px;
}

.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;
	
}

.lowerMenuItem
{
    left:20px; 
    top: 4px; 
    position: absolute;    
}

/*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;
}

#superMenu A:link, #superMenu A:visited, #superMenu A:active
{
	text-decoration: none;
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#superMenu A:hover
{
	text-decoration: none;
	color: #ffd700;
	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;
}


#adminMenu A:link, #adminMenu A:visited, #adminMenu A:active
{
	text-decoration: none;
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

#adminMenu A:hover
{
	text-decoration: none;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}