body {
    font-family: arial, sans-serif;
    font-size: 15px;
    background-color: #d1d9bb;
}

div#all {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    height: 150px;
    width: 850px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: black;
    margin-top: 20px;

}

div#footer {
    padding-top: 15px;
    text-align: center;
    clear: both;
    color: #666666;
}
}

div#ads {
    float: left;
    width: 100px;
    background-color: white;
    padding: 10px;
}

div#content {
    float: left;
    width: 810px;
    background-color: #e1d8c4;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 10px;
    border: 1px solid black;
    min-height: 400px;
    <!--[if gte IE 7]>
    width: 850px;
    <![endif]-->
}

.repstep {
    float: off;
}

.examplepic {
    margin: 5px;
    border: 1px solid black;
    width: 500px;
}

.examplepic_unsized {
    margin: 5px;
    border: 1px solid black;
}

.exampletext {
}

.punk {
    color: red;
    border:  5px solid black;
}

.fineprint {
    font-size: 10px;
    color: #555555;
}


h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }


a {
    color: #226e25;
    text-decoration: none;
}

a:hover {
    /*color: #60ae32;*/
    color: #226e25;
    text-decoration: underline;
}

img {
    border: none;
}

a.header {
    color: white;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0.6;
    font-family: "Lucida Grande", Tahoma, Arial;
    text-transform: lowercase;
}


ul {
    list-style-position: inside;
    //list-style-image: url(/static/images/target2.gif);
}

ul.inner {
    text-indent: 15px;
    list-style-position: inside;
    list-style-image: none;
    //text-indent: -1em;
    //list-style: disc;
    //list-style-image: url(/static/images/target2.gif);
}

/*
li {
    text-indent: 20px;
    list-style-position: inside;
    //margin-left: 20px;
}
*/

dl {
    list-style: none;
}

dt {
    margin-bottom: 2px;
}

#boldlinks a {
    font-weight: bold;
}

table.data {
    border: 1px solid black;
    caption-side: bottom;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

th.data {
    font-weight: bold;
}

td.data {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}

tr.data {
    background-color: #adbca4;
}

tr.data1 {
    background-color: #f1f8d4;
}

tr.data2 {
    background-color: #dbf1ce;
}

caption.data {
    font-weight: bold;
    font-style: italic;
}

pre {
    font-size: 12px;
    color: #444444;
}
