BODY{
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #d4fc9b;
	text-align:center;
}

.titleimg{
	position: relative;
	left: 205px;
	top: 30px;
}	

.menu_left{
	display: block;
	width: 160px;
}

.bulletted{
	background-image: url('/css/preformatted/imgs/farm_green/arrow.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left: 25px;
	height: 20px;
}

.button{
	color:#fff;
	font-size: 11px;
	font-weight:bold;
	padding:3px;
	background-color:#efefef;
	border-style:solid;
	border-color:#efefef #ccc #ccc #efefef;
	border-width: 1px;
	background-image:url('/css/preformatted/imgs/farm_green/button_bg.gif');
}


#BANNER{
	width: 775px;
	background-color: transparent;
	background-image: url("/css/preformatted/imgs/farm_green/banner.gif");
	background-repeat: no-repeat;
	height: 205px;
	font-family: "trebuchet MS";
	font-size: 36px;
}

#INNERBANNER{
    margin:0px;
    display: block;
	width: 775px;
	height: 205px;
	background-image: url("/css/preformatted/imgs/farm_green/top.png");        
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    left: 0px;
    background-position: bottom left;
}

#middlebar{
	height:205px;
	width: 775px;
	background-image: url("/css/preformatted/imgs/farm_green/sky.png");
	background-repeat: no-repeat;
	position:absolute;
	/*z-index: 2;*/
	margin: 0px;
	top: 0px;

}



.date{
	color: #006771;
}

DIV,body,td,th {
	color: #473101;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
TD {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
H1{
	color: #4e85e5;
	font-size: 32px;
	font-family:Georgia;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	letter-spacing: 2px;
	text-align: left;
}



#CONTENT_CONTAINER{
	min-height: 200px;
	display: block;
	background-image: url("/css/preformatted/imgs/farm_green/footer.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
	width: 775px;
}

#menu_cell{
	padding:0px
	margin: 0px;
	height: 100%;
	background-image: url("/css/preformatted/imgs/farm_green/midLeft.gif");
	background-repeat:repeat-y;
	width: 160px;
}

#menu_header{
	height: 150px;
	background-image: url("/css/preformatted/imgs/farm_green/menuHeader.png");
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
	top:-140px;
}

#menu_footer{
	height: 97px;
	background-image: url("/css/preformatted/imgs/farm_green/menufooter.png");
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
	top:-150px;
}

#MENU {
	position:relative;
	top:-150px;
	border:solid 0px #333;
	margin:0px;
	background-position: top left;
	background-image: url("/css/preformatted/imgs/farm_green/menuBg.gif");
	background-repeat: repeat-y;	
}

#MENU_CONTAINER {
	text-align: left;
	margin:0px;
	background-color: transparent;
	letter-spacing: -1px;
	width: 160px;
	}

#MENU_CONTAINER A:LINK {
	color: #548e00;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 39px;
}

#MENU_CONTAINER A:VISITED {
	color: #548e00;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 39px;
}

#MENU_CONTAINER A:HOVER {
	font-size: 12px;
	color: #7cb628;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 39px;
}

#MENU_CONTAINER A:ACTIVE {
	font-size: 12px;
	color: #7cb628;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 39px;
}

#CONTENT{
	padding: 0px;
	background-repeat: repeat-y;
	width: 550px;			
}

#CONTENT H1{
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 22px;
}

#footer{
	text-align: center;
	width: 775px;
	min-height: 50px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/css/preformatted/imgs/farm_green/bottom.png");
	height:	355px;

}
#BRANDING{	
	color: #006771;
	margin-right:210px;	
	padding-top:70px;
	}

#content_table {
	width: 775px;
	min-height: 200px;
	background-image: url("/css/preformatted/imgs/farm_green/bg.gif");
	background-repeat: repeat-y;
}
#content_cell{
	background-image: url("/css/preformatted/imgs/farm_green/midRight.gif");
	background-repeat:repeat-y;
	background-position:right;
	padding:0px;
	margin:0px;
}
A:link {   color: #4e85e5; text-decoration: none}
A:visited {  color: #4e85e5; text-decoration: none}
A:hover {   color:#000; text-decoration: none}
A:active {  color: #000; text-decoration: none}

.separator{
	width:42px;
	background-image:url('/css/preformatted/imgs/farm_green/separator.png');
	background-position: center center;
}


/* message board */

#topics{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#threadlist{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#mb_category{
	border-color: #ccc;
}

#mb_forms HR{
	color: #ccc
}


#mb_cookie_crumb{
	background-color:#d7f1c9;
}

#threads{
	background-color:#d7f1c9;
}

#threads_title{
	background-color:#d7f1c9;
}


#threads_user{
	border-color: transparent;
}

#post TABLE{
	border-width: 0px 1px 1px 0px;
	border-color: #ccc;
}

#post_user{
	background-color:#d7f1c9;
}


#post_controls{
	border-color: transparent;
}



/* message board end */
