@charset "UTF-8";
/* CSS Document */

body, html {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#header {
background: url('/images/menu_bg.gif') top left repeat-x;
margin-top: 0px;
}

#menu {
width: 775px;
margin-left: auto;
margin-right: auto;
background: url('/images/wheat.jpg') top right no-repeat;

}

#maincontent {
margin-left: auto; margin-right: auto; width: 775px; 
}

h1 {
font-size: 18px;
margin-top: .3em;
}

h2 {
font-size: 16px;
color: #195f30;
}

h3 {
font-size: 14px;
}

a {
color: #0593ed;
}
.square {
text-align: justify;
}
a:hover {
color: #13935e;

}

.grainprices, .list, .graindisplay {
border-collapse: collapse;
border-spacing: 0;
}

.graindisplay {
border: 1px #777777 solid;
}

.list {
border: 1px black solid;
}

.grainprices td {
border: 1px #999999 solid;
}
.grainprices td, .list td {
border-collapse: collapse;
border-spacing: 0;
}
.grainprices th {
border: 1px #999999 solid;
}
.grainprices th, .list th, .graindisplay th {
text-align: left;
border-collapse: collapse;
color: white;
font-weight: bold;
}
.wheat {
background-color: #c7b461;
}
.corn, .list th {
background-color: #6193c7;
}
.notop { margin-top: 0; }
.nobottom { margin-bottom: 0; }
.list .alt {
background-color: #f3f0e4;
}
.graindisplay .alt {
background-color: #f3f0e4;

}

#menu a {
color: white;
}

.agentcontact {
background-color: #f5fff6; width: 400px; padding: 10px; border: 1px #007700 solid;
}

.filelist {

}

.filelist  td {
padding: 20px 5px;
border-bottom: 1px #dddddd solid;
}
