body {
    margin:0;
    padding:0;
    font-size:13px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background:#666666;
}

h1 {
    font-size:160%;
    font-weight: bold;
}

h2 {
    font-size:115%;
    font-weight: bold;
}

p {
    margin-bottom: 15px;
}

table#outercontainer {
    font-size:13px;
    border:2px solid #333333;
    background:white;
    color:black;
}

#footer {
    font-size:10px;
}

#footer a {
    color:#666666;
    text-decoration:none;
    margin-left:15px;
}
#footer a.leftlink {
    padding-right:15px;
    border-right:1px solid #666666;
}

#footer a.biglink {
    font-size: 130%;
    font-weight: bold;
}

div#maincontent {
    height:460px;
    padding:0;
    padding-right:5px;
    margin:5px;
    overflow: auto;
    margin-top: 0;
}

.biorationalstorylistcontainer {
   margin-top:25px;
   padding-bottom: 20px;
}

.biorationalstorylist h1 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}

.biorationalstorylist h1 + h2 {
    margin-bottom:0;
}

.biorationalstorylist h1 h2 {
    font-size: 105%;
    font-weight: normal;
    margin-bottom: 10px;
}

#leftmenu img {
    border:0;
}

#glossary img {
    border:0;
}

table.quiztaker {
    margin-top:50px;
    background:#F0F0F0;
}

table.quiztaker input.personalinfo {
    width: 250px;
}

table.quiztaker label{
    width:75px;
    font-weight: bold;
}

#commentsblock {
    margin-top: 20px;
    background:#f5f5f5;
    border:1px solid #e7e1d7;
    padding:5px;
    clear:both;
}

#commentsblock p.commentsheader{
    font-weight: bold;
    font-size: 14px;
    margin:0 0 5px 0;
}

#commentsblock p.commentsfieldheader{
    font-weight: bold;
    font-size: 14px;
    margin:15px 0 0 0;
}

#commentsblock div.commentsrow{
    border-bottom: 1px solid gray;
    font-size: 12px;
    padding: 5px;
    color:gray;
    margin-bottom: 15px;
}

#commentsblock div.commentsrow span{
    font-size: 13px;
    color:black;
    font-weight: normal;
    margin-bottom: 5px;
}

#commentsblock table {
    margin:0;
}

#commentsblock form {
    margin:0;
}

div.imgright img + p {
    margin-top:1px;
}

div.imgleft img + p {
    margin-top:1px;
}

div.storytext {
    clear: both;
    font-size: 13px;
}
div.storytext p {
    margin-bottom: 15px;
}

/* Subhead is the paragraph lead-in header*/
.subhead {
    font-size:14px;
    color: black;
    font-weight: bold;
    margin-bottom:0;
    margin-top:20px;
}

.subhead p {
    margin-top:0;
}

.imgleft {
    float:left;
    margin:0 5px 5px 0px;
    padding:5px;
    border: 1px solid #eaeaea;
    text-align: center;
    background: #f5f5f5;
    font-size: 85%;
}

.imgright {
    float:right;
    margin:0 0 5px 5px;
    padding:5px;
    border: 1px solid #eaeaea;
    text-align:center;
    background: #f5f5f5;
    font-size: 85%;
}

.sidebarleft {
    float:left;
    margin:0 10px 10px 0px;
    padding:5px;
    border: 1px solid #eaeaea;
    text-align: left;
    background: #f5f5f5;
    font-size: 105%;
    width:50%;
}

.sidebarright {
    float:right;
    margin:0 0 10px 10px;
    padding:5px;
    border: 1px solid #f0ffff;
    text-align:left;
    background: #f5f5f5;
    font-size: 105%;
    width:50%;
}

.sidebarheader {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}

p.morelink a:link, p.morelink a:hover, p.morelink a:visited, p.morelink a:active {
    color:#759d45;
    text-decoration: none;
    margin-bottom:5px;
    font-size: 11px;
}

p.morelink a:hover {
    text-decoration: underline;
}

.requiredfieldmessage {
    color: #FF0000;
    background-color:#FFFFCC;
    font-weight:bold;
    text-align: center;
    padding: 5px;
    border: 1px solid red;
    clear: both;
}

.pagebanner{
    background: #c4df9b;
    padding:10px;
    margin-bottom: 10px;
}
ol.checkmark {
    list-style-image: url("http://www.growingproduce.com/articles/image/biorational/checkmark.gif");
    list-style-position: outside;
}

ol.checkmark li {
    margin-top:15px;
    margin-bottom: 15px;
}

ol.checkmark li ul {
    list-style-image: url("http://www.growingproduce.com/articles/image/biorational/checkmark.gif");
    list-style-position: outside;
}

ol.checkmark li ul li {
    margin-bottom:15px;
}

img[align="right"] {
    margin-left:5px;
    margin-bottom: 5px;
}
.style1 {
    color: #008000;
}

.transcriptclosed {
    height:200px;
    display:none;
    overflow: auto;
    margin-top:10px;
}
.transcriptopen {
    height:200px;
    display:block;
    overflow: auto;
    margin-top:10px;
}