body.LTR{
	background-color:#808080;
	font-family:arial;
	margin: 0;
}

img{
	border-width:0px;
}


hr{
border-color:#DFDFDF;
color:#DFDFDF;
background-color:#DFDFDF;
margin:12px 0px;
height: 1px;
border-width:0px;
}

/*text styles*/
h1{
	font-size:24px ;
	color: #444444;
	margin: 0px;
	padding: 0px;
	line-height:24px;
	font-weight:normal;
}

h2{
	font-size:12px ;
	color: #333333;
	margin: 0px;
		font-weight:normal;
}

h3{
	font-size: 14px;
	color: #444444;
	margin:0px;
	font-weight:bold;

}

h4{
font-size:11px;
color: #333333;
display:inline;
font-weight:normal;
}



p{
font-size:12px;
color: #666666;
margin: 10px 0px;
}

.BodyContent{
font-size:12px;
color: #666666;
margin: 10px 0px;
}

.BodyContent table{border: 1px solid #CFCECB;margin:0px 0px 10px 10px;}
a{
font-size:11px 
color:#66CC33;
}

/* float helpers*/
.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clearboth{
	clear:both;
}

.clearleft{
	clear:left;
}

.clearright{
	clear:right;
}

.center{
	margin: 0px auto;
}

/* Containter IDs*/
#pageContainer{
	width:960px; 
	margin:0 auto;
	border-width:0px;
	border-style:none;
}
   
#headerContainer{
	width:100%;
	height:32px;
	padding:12px 0px;
	background-color: black;
}

#header{
	width:960px;
	background-color: black;
	margin:0 auto;
	color:white;
	font-size:11px;
	}


 

#contentContainer{
	background:#808080; 
	padding: 8px 0px;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#footerContainer{
	background-color: #808080;
	font-size:10px;
	color: #ffffff;
	padding: 0px;
	margin:5px auto;
	overflow:hidden;
} 


/* header classes */


#header a{
	color:#66CC33;
	text-decoration:none;
	font-size:10px;	
} 

#header  a:hover{
	text-decoration:underline
}





#footerContainer a:link {
	color: #000000; 
	text-decoration:underline;
}


#footerContainer a:hover {
	color: #ffffff; 
	text-decoration:underline;
}




/*column layout divs*/
#mainBanner{
	width:960px;
	height:193px;
	color:blue;
	overflow:hidden;
	background-image:url('/App_Themes/FarmForum/images/header.jpg');
	margin-bottom:8px;cursor:pointer
}

#mainLeftColumn{
	width:752px;
	position:relative;
	overflow:hidden;
}

.contentArea{
	background-color:white;
	padding:2px;
	width:745px;
}

.innerContentArea{
	border-color:#DFDFDF;
	border-width:1px;
	border-style:solid;
	padding:8px;
	width:727px;
}

#mainRightColumn{
	float:right;
	width:202px;
}

#columnContainer{
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}


/*widgets*/
.widget{
	background-color: #DFDFDF;
	border-color:white;
	border-width:1px;
	border-style:solid;
	width:198px;
	padding:1px;
		
}

.widgetContent{
	background-color: white;
	width:178px;
	padding:10px;
}

.widgetContent h1{
	font-size:18px;
	font-size:18px;
	color: #66CC33;
}

.widgetContent p{
font-size:12px;
color: #333333;
}

.widgetContent form{
}

.widgetContent form .textfield{
margin-bottom: 6px;
font-size:11px;
width:175px;
}

.widgetContent form .button{
	
	border: none;
	background:url('/App_Themes/FarmForum/images/btn_submit.gif') no-repeat top left;
	width:100px;
	height:25px;
}


.addSpace{
	background-color:silver;
	margin-bottom:10px;
	font-size:10px;
	color:white;
}

/*image  here*/
.imageHolder{
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:#DFDFDF;
	padding: 1px;
}
.image{
	background-color:silver;
	font-size:10px;
	color:white;
}

.marginLeft{
	margin-left:10px;
}

.marginRight{
	margin-right:10px;
}

.marginBottom{
	margin-bottom:10px;
}

.marginTop{
	margin-top:10px;
}


/*fixed dimensions */
.fixed728x90{
	width:728px;
	height: 90px;
}

.fixed300x220{
	width:300px;
	height: 220px;
}

.fixed108x95{
	width:108px;
	height: 95px;
}

.fixed106x93{
	width:106px;
	height: 93px;
}

.fixed39x39{
	width:39px;
	height: 39px;
}

.fixed160x300{
	width:160px;
	height: 300px;
}

.fixed160x600{
	width:160px;
	height: 600px;
}

.fixed401x231{
	width:401px;
	height: 231px;
}

.fixed180px{
width:180px;
}

.fixedHeight300px{
height:265px;
}

.headlineSection{
overflow:hidden;
}


.byline{
font-size:14px;
color: #66CC33;
}


.headlineSection a{
	font-size:11px;
	color:#66CC33;
	text-decoration:underline;
}


.headlineSection p{
	font-size:12px;
}

.headlineContent{
	margin-left:125px;
}

#breadcrumbTrail{
	font-size: 11px;
	color: #666666;
}

#breadcrumbTrail a{
	font-size:11px;
	color: #666666;
	text-decoration:underline;
}

#breadcrumbTrail .current{
	font-size:11px;
	color: #66CC33

}
