* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #fff;
    color: #7f7f7f;
    font-size: 13px;
    font-family: "trebuchet ms", helvetica, sans-serif;
}

#outercontainer {
    margin: 0 auto;
    width: 800px;
    background: #2E2E2E url('../img/bg.jpg') repeat-y;
}

#container {
    margin: 0 auto;
    width: 760px;
    background: #FFF;
}

a {
    text-decoration: underline;
    color: #93B300;
}

a:hover {
    text-decoration: none;
    color: #fff;
    background: #D3E378;
}

strong {
    background: inherit;
    color: #50514D;
}

#header {
    width: 100%;
    height: 104px;
    background-color: #fff;
    color: #ffffff;
    background: url('../img/a1.gif') repeat-x;
}

#header_inner {
    position: relative;
    width: 700px;
    height: 104px;
    margin: 0px auto;
}

#header_inner h1 {
    background: inherit;
    position: absolute;
    left: 0px;
    bottom: 20px;
    /*text-transform: lowercase;*/
    font-size: 39px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -2px;
}

#header_inner h1 span {
    background: inherit;
    color: #DADADA;
}

#slogan {
    background: inherit;
    position: absolute;
    right: 0px;
    bottom: 45px;
    color: #DADADA;
    font-size: 15px;
}

#main {
    padding-top: 20px;
    position: relative;
    width: 720px;
    margin: 0px auto;
    padding-bottom: 10px;
}

#menu ul {
    list-style: none;
    margin: 20px 0px 0px 0px;
}

#menu li {
    background: none;
    padding: 0px;
    font-weight: bold;
}

#menu .scat {
    margin-left: 20px;
}

#menu a {
    display: block;
    position: relative;
    width: 160px;
    height: 27px;
    text-decoration: none;
    background: inherit;
    border-top: solid 1px #F5F5F5;
    margin-left: 5px;
    padding-left: 25px;
    padding-top: 11px;
    color: #636363;
    text-transform: lowercase;
    font-size: 13px;
}

#menu a:hover {
    background: #F8F8F8;
    color: #A6A6A6;
}

#menu_end {
    width: 185px;
    height: 70px;
    margin-left: 5px;
    border-top: solid 1px #F5F5F5;
}

#top_menu {
    background: inherit;
    position: absolute;
    right: 0px;
    bottom: 20px;
}

#top_menu ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

#top_menu li {
    float: left;
    background: none;
    padding: 0px;
    margin-left: 10px;
}

#top_menu li a {
    color: #DDDDDD;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background: none;
}

#top_menu li a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    background: none;
}

h1 {
    background: inherit;
    color: #50514D;
    font-size: 26px;
}

h1 span {
    background: inherit;
    color: #85AC1E;
}

h1 span sup {
    background: inherit;
    color: #85AC1E;
    font-size: 14px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    background: inherit;
    color: #50514D;
    font-size: 15px;
    height: 34px;
    background: url('../img/a3.gif') repeat-x 0px 17px;
}

h3 span {
    background: inherit;
    color: #85AC1E;
}

h3.first {
    margin-top: 0px;
}

#lcol h5 {
    margin-top: 15px;
    margin-bottom: 5px;
}

#lcol {
    position: relative;
    width: 200px;
    float: left;
    margin-bottom: 15px;
}

#lcontent {
    position: relative;
    padding: 0px 10px 0px 10px;
}

#rcol {
    position: relative;
    margin-left: 210px;
    margin-bottom: 15px;
    width: 510px;
}

#rcontent {
    position: relative;
    padding: 5px 10px 0px 10px;
}

ul {
    list-style: none;
}

li {
    background: url('../img/li1.gif') no-repeat 0px 5px;
    padding-left: 15px;
}

p {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 20px;
}

#lcol p {
    font-size: 11px;
    line-height: 16px;
    margin: 0px;
}

.divider {
    font-size: 0px;
    position: relative;
    border-bottom: solid 1px #F5F5F5;
    height: 1px;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.summary {
    text-align: right;
    font-style: italic;
}

ul.divided li {
    border-top: solid 1px #F5F5F5;
    margin-top: 4px;
    padding-top: 4px;
    background-position: 0px 9px;
}

ul.divided li.first {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-position: 0px 5px;
}

.box {
    position: relative;
    border: dashed 1px #dadada;
    margin-top: 15px;
    background: inherit;
    color: #AAB165;
}

.box h2 {
    background: inherit;
    color: #6C7425;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.box p {
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
}

.box_inner {
    border: solid 1px #fff;
    padding: 15px;
    background: #FFFFE9 url('../img/a4.gif') repeat-x;
    color: inherit;
}

.captioned_image {
    position: relative;
    padding-bottom: 15px;
    float: left;
    margin-right: 17px;
}

.captioned_image div {
    position: absolute;
    font-size: 9px;
    bottom: 0px;
    left: 0px;
}

#footer {
    clear: both;
    background: url('../img/a2.gif') repeat-x;
    width: 680px;
    margin: 0px auto;
    margin-bottom: 25px;
    padding-top: 10px;
    text-align: center;
}

button {
    width: auto;
    padding: 0 1px;
    margin: 0 2px 2px 0;
    border: 1px solid #808080;
    background-color: #ffa0a0;
    font-size: 1.0em;
    text-align: center;
}

button:hover, button.hover {
    border: 1px solid #90A029;
    background-color: #a0a0a0;
}

button:active {
    border: 1px solid #E4E4E4;
    background-color: #a0a0a0;
}

input, textarea {
    width: auto;
    margin: 3px;
    border: 1px solid #a0a0a0;
    background-color: #f0f0f0;
}

input:hover, textarea:hover {
    border: 1px solid #90A029;
    background-color: #f0f0aa;
}
/*
textarea {
    width: auto;
    margin: 0 5px 5px 0;
    border: 1px solid #a0a0a0;
}
*/
select {
    width: auto;
    margin: 0 5px 5px 0;
    border: 1px solid #a0a0a0;
}


