/* standard elements */
* {
    margin: 0;
    padding: 0;
}

a {display: inline;
   color: #2B541C;
   margin: 0px;
   border: 0px;
}

a:hover {color: #9A6;}

a img   {border: none;} 

body {
    background: #012800 url(./img/bkgnd.jpg) repeat-x;
    color: #333;
    font: normal 100% "Times New Roman",serif;
    margin: 3% 0;
}

p,ul {
    padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.check li {list-style-image: url(./img/li2.gif);}
.bullet li {list-style-image: url(./img/li.gif);}

h1 {font-size: 1.2em;}
h1 a {text-decoration: none;}


blockquote {
    background: #F9F8F6;
    border-bottom: 3px solid #DDD7CC;
    border-top: 3px solid #DDD7CC;
    color: #333;
    display: block;
    font-size: 0.8em;
/*    margin-bottom: 1.2em;  */
    padding: 6px;
}
blockquote p {padding: 3px;}
blockquote h4 {font-size: 0.9em;}

h1,h2,h3,h4 {color: #2B541C;}
hr  {
    height: 1px;
    color: #2B541C;
}


/* misc */
.clearer {clear: both;}
.padded {padding: 20px 20px 20px 20px;}
.meta {font-size: 0.7em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
    font-size: 1.2em;
    background: #F9F5EA url(img/top.jpg) repeat-x;
    margin: 0 auto;
    width: 840px;
    border: 2px solid #DDD7CC;
    text-align: top;
}

/* header */
.header {
    float: right;
    width: 580px;
    background: #F9F5EA;
    font: normal 1.4em Verdana,sans-serif;
    text-align: center;
}

/* structure */
.subnav {
    float: left;
    width: 250px;
    border: 1px solid #DDD7CC;
    background: url(img/top.jpg) repeat-x;
}

.main {
    float: left;
    width: 298px;
    background: url(img/top.jpg) repeat-x;
    border-top: 1px solid #DDD7CC;
}
.main_right {
    float: right;
    width: 289px;
    background: url(img/top.jpg) repeat-x;
    border-top: 1px solid #DDD7CC;
}

/* sub-navigation */
.subnav h1 {
    background: #DDD7CC;
    color: #000000;
    font: bold 1.1em Verdana,sans-serif;
    line-height: 24px;
    padding-left: 8px;
}
.subnav ul {
    margin: 0;
    padding-left: 25px;}
.subnav li {
/*    border-bottom: 1px solid #DDD7CC; */
    list-style: none;
}
.subnav li a {
    color: #2B541C;
    display: block;
    padding: 8px 0 8px 12px;
    width: 148px;
    text-decoration: none;
}
.subnav li a:hover {
    background: #F7F1DC;
    color: #000;
}

.main2 {
    float: right;
    width: 576px;
    background: url(img/top.jpg) repeat-x;
    border-top: 1px solid #DDD7CC;
    font: normal 90% "Times New Roman",serif; 
    text-align: top;
}

legend {
    color: #2B541C;
}

.reduced {
    font: normal 90% "Times New Roman",serif;
}

/* footer */
.footer {
    color: #CCC;
    font-size: 0.9em;
    line-height: 39px;
    width: 100%;
    text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #636347;}



