@charset "utf-8";
/* CSS Document */
/* This Stylesheet contains CSS Rules for the Site Colors (Only Colors) */

body{background:#f0f0cb;}

#wrapper{border:5px solid #c4ba5d; border-top:none;}
#header{background:#c4ba5d;}
.logo{background:url(../images/agriculture/logo.jpg) no-repeat; height:149px;}

/*Portal Title - e.g. Children Portal*/
h1{color:#332309;}

/*Four Side Graphic Images*/
.top_graphic{background:url(../images/agriculture/horiz-fruit-green-tan.jpg) top center;}
.left_graphic{background:url(../images/agriculture/vert-fruit-veg-green.jpg) left top repeat-y;}
.right_graphic{background:#fff url(../images/agriculture/vert-fruit-veg-green-yel.jpg) right top repeat-y;}

/*Home Page link Located on top*/
.home{background:#d4ca6e;}
.home a{color:#989800;}

/*Copyright in footer*/
.copyright{background:#e99c50; color:#fff;}
.contact_us{background:#eee258;}
.contact_us a{color:#fff;}

/*Portal Landing Page Links*/
ul.sub_links{border:2px solid #b1b1ce;}
ul.sub_links li a{background:#fcfafc; border:1px solid #f9f5fa; color:#000;}
ul.sub_links li a:hover{border:1px solid #dfd7e1;}

/*Sub Page Titles*/
ul.page_titles{border:1px solid #eaf3e1;}
ul.page_titles li h2{border:1px solid #eaf3e1; color:#000;}

/*Main Content*/
.content{border:0px solid #655728;}
.content h3{background:#e3e374; color:#000;}
.content h3 code a{color:#000;}

.content span a{color:#dae6a1;}
.content p{}

/*Backlink at the end of content*/
.breadcrumb a{color:#ccc;}

/*Notes between Entries*/
.bullets{background:#fcfce6; border:1px solid #f5f5d0; border-left:8px solid #f5f5d0; border-right:8px solid #f5f5d0; width:684px;}

.main_content_table th{background:#e3e374; color:#000;}
.main_content_table th code a{color:#000;}
.main_content_table h6 a{color:#000;}