BODY
{
	background-color:#ffffff;
}

.SubHead
{
	color:#000000;
}


#BarnsoftTable tr
{
	vertical-align:top;
	width:800px;
}

#BarnsoftBodyTable tr
{
	vertical-align:top;
	width:800px;
}

#BarnsoftTable
{
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	border-bottom:solid 2px #000000;
}

#BarnsoftBodyTable
{
	border-right:solid 2px #000000;
	border-left:solid 2px #000000;
	border-bottom:solid 2px #000000;
}


.HeaderCell
{
	height:108px;
	width:800px;
	border-bottom:solid 2px #000000;	
}

#BarnsoftFarmLogo
{
	float:right;
	width:795px;
}
#BarnsoftText
{
	float:left;
	width:484px;
	
}
.DivNavigation
{
	background:#ffffff;
	width:125px;
	height:100%;
	padding-left:28px;
	padding-top:24px;
}

.WhatsNewPane
{
	width:266px;
	background-repeat:repeat-x;
	background-color:#000000;
	border-left:solid 2px #000000;
	padding-top:45px;
	padding-left:15px;
	color:#000000;
}

.WhatsNewPane td
{
	color:#000000;
}

.LatestBannerPane
{
	width:520px;
	height:24px;
	background-color:#000;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#000000;
	text-align:right;
}

.LatestBannerPane td .Normal
{
	color:#000000;
	font-size:15pt;
	font-weight:bold;
}

.ContentPane
{
	background-repeat:no-repeat;
	width:524px;
	height:287px;
	background-color:#ddd7b7;
	border-top:solid 2px #000000;
	padding:5px 5px 5px 5px;
	
}




/* DNN Menu Styles */
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12pt; 
	font-weight: bold;
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	
}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand; 
	color: #000000;
	font-size: 14pt;
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	height:28px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 0px 10px 0px 0px;   /*explicitly set padding for root menu items*/
	display:list-item;
}

.main_dnnmenu_itemhover {  
	background-color: transparent;
	color:#000000;
	background:#cccccc;
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color:#000000;
	font-weight:bold;
	background:#cccccc;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #ffffff;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=0); 
	padding: 0px 3px 0px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 15px;
	width:15px;
	font-size: 1px;
	border:solid 1px #000000;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject {
    color: #ffff00;
}

A.SkinObject:link {
    color:#ffff00;
}

A.SkinObject:visited  {
    color:#ffff00;
}

A.SkinObject:active   {
    color:#ffff00;
}

A.SkinObject:hover    {
    color:#ffff00;
 
}



#HomePage
{
width:800px;
}

#OtherPage
{
width:800px;
}