/******************************************/
/* new CSS */
/******************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color:#ffffff;
}
.blue_ribbon {
	background-image: url(../images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/******************************************/
/* page header */
/******************************************/
#header {
	width:995px; 
	margin: 0 auto 0 auto;
	background-color: #7bb1fb;
	padding-top: 35px;
}
#header_link  {
color:#0075F7; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
}
#header_link a {
color:#0075F7; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;
text-decoration:none;
font-weight:bold;
}
#header_link a:hover {
text-decoration:underline;
}
#header_link a:visited {
color:#0075F7; 
}
/******************************************/
/* content */
/******************************************/
#leftColumn {
	background-color:#7bb2ff;
/*	
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
*/	
	vertical-align:top;
	padding-top:6px;
	padding-left:6px;
	padding-bottom:40px;
	width:160px;
	line-height:12px;
	min-height: 600px;
}
/*
#leftColumn a {
	color:#fdecae;
	text-decoration:none;
}
#leftColumn a:hover {
	text-decoration: underline;
}
*/
#mainColumn {
    padding: 20px;
    vertical-align: top;
    line-height: 16px;
}
#mainColumn li {
	padding-bottom:12px;
}
#content {
	border-right: 1px solid #7bb2ff; 
	border-left: 1px solid #7bb2ff; 
	width:993px; 
	margin: 0 auto 0 auto;
	clear:left;
}
/******************************************/
/* page footer */
/******************************************/
#footer {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	width: 995px;
	height: 110px;
	background-color: #222222;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
}
#footer a { color:#FFFFFF;}
#footer a:hover { text-decoration:none;}
#footer p { font-size: 11px}
/******************************************/
/* tab menu */
/******************************************/    
#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 0px solid white;
}
* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0;
}
#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 19px;
padding:0;
}
#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}
#slidetabsmenu a {
float:left;
background:url(/includes/images/tab-left.gif) no-repeat left top;
margin:0;
padding:0 0 0 11px;
text-decoration:none;
}
#slidetabsmenu a span {
float:left;
display:block;
background:url(/includes/images/tab-right.gif) no-repeat right top;
padding:2px 11px 2px 0px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color:#b75813;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover span {
color:#e66a20;
}
#slidetabsmenu #current a {
background-position:0 -24px;
}
#slidetabsmenu #current a span {
background-position:100% -24px;
color:#6f3004;
}
#slidetabsmenu a:hover {
background-position:0% -24px;
}
#slidetabsmenu a:hover span {
background-position:100% -24px;
}
/******************************************/
/* horizontal menu */
/******************************************/
.indentmenu{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
width: 994px; /*leave this value as is in most cases*/
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #d86828; /*dark border*/ /* #5199fd (color blue*/
border-width: 1px 1px 1px 0;

background: black url(/includes/images/indentbg.gif) center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color:#ce0702; /*text color*/
padding: 4px 20px;
text-decoration: none;
border-left: 1px solid #d86828; /*dark divider between menu items*/ /* #5199fd (color blue*/
}
.indentmenu ul li a:visited{
color:#c63002;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#793401 !important; /* text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
background: black url(/includes/images/indentbg2.gif) center center repeat-x;
}

/******************************************/
/* Original CSS */
/******************************************/
h1, h2, h3, h4, h5, h6 {
	color: #967e5c;
}
.notice {color: #FF0000}
.botdot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bodylink {
	font-size: 13px;
	font-weight: bold;
	color: #BF0000;
	text-decoration: none;
}
.topics {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
/***BD_BD/* tab style index text ****************************************/

.MediumOrange-Bold14 {
    color:#CC3300;
	font-size: 14px;
	font-weight: bolder;
}
.MediumOrange-Bold {
    color:#CC3300;
	font-size: 13px;
	font-weight: bolder;
}
.styleNormalOrange-Bold {
    color:#CC3300;
	font-weight: bolder;
}		
.styleNormalOrange-Bold a {
    color:#CC3300;
	text-decoration:none;
}		
.styleNormalOrange-Bold a:hover {
	text-decoration:underline;
}		
.styleRed-Bold {
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.styleBlue-Bold {
	font-size: 12px;
	color: #0575f0;
	font-weight: bold;
}
.Orange_BIG_TEXT {
	font-size: 17px;
	color: #CC3300;
	font-weight:bold;	
}
.Blue_BIG_TEXT {
	font-size: 17px;
	color: #0575f0;
	font-weight:bold;
	margin-top:0px;	
}
.WAC_BIG_TEXT {
	font-size: 17px;
	color: #0a7354;
	font-weight:bold;
	margin-top:0px;	
}
.Brown_BIG_TEXT {
	font-size: 17px;
	color: #a05c00;
	font-weight:bold;
	margin-top:0px;	
}
.Blue_BIG_TEXT2 {
	font-size: 15px;
	color: #0575f0;
	font-weight:bold;
	margin-top:0px;	
}
.White_BIG_TEXT {
	font-size: 17px;
	color: #ffffff;
	font-weight:bold;
	margin-top:0px;	
}
.styleMedium-Blue {
    color:#0575f0;
	font-size: 13px;
	font-weight: bold;
}	
.styleMedium-Brown {
    color:#967e5c;
	font-size: 13px;
	font-weight: bolder;
}
.photo_contest_text_box {
	border: 1px solid #770039;
	color:#CC3300;
	background-color:#EBEBEB;
	font-size: 11px;	
}
.photo_contest_text_box_bold {
	color:#CC3300;
	background-color:#EBEBEB;
	font-size: 11px;
	font-weight: bold;
}
.photo_contest_box_border {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f05800;
	border-right-color: #f05800;
	border-bottom-color: #f05800;
	border-left-color: #f05800;	
}
.photo_contest_box_border2 {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0075F7;
	border-right-color: #0075F7;
	border-bottom-color: #0075F7;
	border-left-color: #0075F7;	
}
.IMPORTANT {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
/************************************************/
.BD_BIG_TEXT2 {
	font-size: 14px;
	color: #C20861;
	font-weight:bold;
	margin-top:0px;	
}
.Bordo-Bold {
	font-size: 12px;
	font-weight: bold;
	color: #C20861;
}
.Bordo-Normal {
	font-size: 12px;
	color: #C20861;
}
.Bordo-Bold2 {
	font-size: 11px;
	font-weight: bold;
	color: #C20861;
}
.Red-Bold2 {
	font-size: 11px;
	font-weight: bold;
	color: #fd2104;
}
.Bordo-Bold3 {
	font-size: 11px;
	font-weight: bold;
	color: #C20861;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Red-Bold3 {
	font-size: 11px;
	font-weight: bold;
	color: #fd2104;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/****************************************/
.link {
	font-size: 12px;
	font-weight: bold;
}
.link a {
	color:#0575F0;
	text-decoration:underline;
}
.link a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link a:visited {
	color:#800080;
}
/****************************************/
.link2 {
	font-size: 12px;	
}

.link2 a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link2 a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link2 a:visited {
	color:#800080;
}
/****************************************/
.link3 {
	font-size: 11px;	
}

.link3 a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link3 a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link3 a:visited {
	color:#800080;
}
/******************************/
.link_bd {
	font-size: 12px;
	font-weight: bold;		
}

.link_bd a {
	text-decoration:none;
	color:#c20861;
	text-decoration:underline;
}
.link_bd a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
.link_bd a:visited {
	color:#800080;
}
/******************************/
.link_blue { 
	font-size: 12px;
}
.link_blue a {
	text-decoration:none;
	color:#055cec;
	text-decoration:underline;
}
.link_blue a:hover {
	text-decoration:underline;
	color:#ae6e2e;
}
/******************************/
.farm_name {
	color: #287D00;
	font-weight: bold;
}
.green {
	font-size: 14px;
	color: #009900;
	font-weight: bold;
}
.green2 {
	font-size: 14px;
	color: #1285ab;
	font-weight: bold;
}
.orange_normal_thin_text {
font-size:12px;
color:#CC3300;
}
.blue_normal_thin_text {
font-size:12px;
color:#046BDD;
}
.styleOrange-Bold_norm {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}
.styleOrange-Bold {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold a:hover {
	color: #0575f0;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold a:link{
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold a:visited{
	color: #800080;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold1 {
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold1 a:hover {
	color: #0575f0;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold1 a:link{
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}
.styleOrange-Bold1 a:visited{
	color: #CC3300;
	font-weight: bold;
	text-decoration:underline;
}
.small_blue_note {color: #0575F0; font-size:11px}
.small_orange_note {color: #CC3300; font-size:11px}
.sep_vert_grey_ln {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}
.White_BIG_TEXT2 {
	font-size: 15px;
	color: #ffffff;
	font-weight:bold;
	margin-top:0px;	
}
.White_BIG_TEXT3 {
	font-size: 13px;
	color: #ffffff;
	font-weight:bold;
	margin-top:0px;	
}
.warning {
	color: #FF0000;
}
a.SectionLink
{
	padding:5px 0px 5px 5px;
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	color: #CC3300;
	line-height: 14px;
	text-decoration:none;
}

a.SectionLink:hover
{
	padding:5px 0px 5px 5px;
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bolder; 
	color: #CC3300;
	line-height: 14px;
	text-decoration:none;
}

.ConferenceSectionHeader
{
	background-color:#FFFCF0; 
	border-bottom:solid 1px #f05800; 
	border-top:solid 1px #f05800; 
	padding:5px 0px 5px 0px
}

