* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #614908;
}

h1 {
    padding-top: 25px;
    font: normal 30px Georgia, Times, serif;
}

h1 a {
    color: White;
}

h1 a:hover {
    text-decoration: none;
}

h2 {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    color: #C4CFE5;
}

h3 {
    height: 40px;
    font: 16px/40px Georgia, Times, serif;
    color: White;
}

h3 span {
    float: left;
    margin-left: 10px;
    padding: 0 55px 0 10px;
    background: #918053 url(images/h3_2.gif) no-repeat right;
}

p {
    padding: 10px 0;
    line-height: 1.5em;
    text-align: justify;
}

a {
    color: Blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 130px;
    background: url(images/bg2.gif) repeat-x top;
}

#main {
    width: 100%;
    color: #614908;
    background: White url(images/bg.gif) repeat-x top;
}

#main2 {
    position: relative;
    margin: 0 auto;
    width: 918px;
    text-align: left;
}

#header {
    padding-left: 110px;
    height: 130px;
    background: #597DCE url(images/header.jpg) no-repeat;
}

#search {
    position: absolute;
    top: 70px;
    left: 620px;
    width: 230px;
    height: 50px;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 4px 3px;
    width: 175px;
    font-size: 15px;
    color: #614908;
    background: #F3F8DC url(images/inptxt.gif) repeat-x top;
    border: 1px solid #BDC399;
    border-right: 1px solid #D4CFEA;
    border-bottom: 1px solid #D4CFEA;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 40px;
    font-weight: normal;
    font-size: 14px;
    color: White;
    background: #74612D url(images/submit.gif) repeat-x top;
    border: 1px solid #D4CFEA;
    border-right: 1px solid #BDC399;
    border-bottom: 1px solid #BDC399;
    cursor: pointer;
}

#menu {
    height: 54px;
    background: #695317 url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 20px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0;
    font-size: 16px;
    font: bold 12px/50px Georgia, Times, serif;
    color: White;
}

#menu ul li a {
    float: left;
    display: block;
    padding: 0 30px;
    color: White;
}

#menu ul li a#active {
    text-decoration: underline;
}

#middle {
    padding: 60px 9px 0 9px;
    height: 1%;
    background: White;
}

#left {
    float: left;
    width: 560px;
}

#left h3 {
    background: url(images/h3.gif) no-repeat left;
}

#left .box {
    margin-bottom: 60px;
    height: 1%;
    background: #EDF5CD url(images/leftbox.gif) repeat-y;
}

#left .box2 {
    background: url(images/leftbox2.gif) no-repeat top;
}

#left .box3 {
    padding: 15px 25px;
    background: url(images/leftbox3.gif) no-repeat bottom;
}

#left ul {
    padding: 15px 0 10px 40px;
    list-style: none;
}

#left ul li {
    padding: 0;
    line-height: 1.5em;
    text-align: justify;
}

#sidebar {
    float: right;
    width: 280px;
}

#sidebar h3 {
    background: url(images/h3.gif) no-repeat left;
}

#sidebar p {
    text-align: left;
}

#sidebar .box {
    margin-bottom: 60px;
    height: 1%;
    background: #E8EDF8 url(images/rightbox.gif) repeat-y;
}

#sidebar .box2 {
    background: url(images/rightbox2.gif) no-repeat top;
}

#sidebar .box3 {
    padding: 15px 25px;
    background: url(images/rightbox3.gif) no-repeat bottom;
}

#sidebar ul {
    padding: 10px 0;
    list-style: none;
}

#sidebar ul li {
    padding: 0;
    line-height: 2em;
    border-bottom: 1px solid #DFD9B8;
}

#sidebar ul li.lastli {
    border-bottom: none;
}

#sidebar ul li a {
    padding: 0;
    color: #614908;
    text-decoration: underline;
}

#sidebar ul li a:hover {
    color: Blue;
}

#clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    width: 100%;
    background: url(images/footer.gif) repeat-x top;
}

#footer_2 {
    padding: 30px 0;
    margin: 0 auto;
    width: 918px;
    background: url(images/footer.gif) repeat-x top;
}

#footer p {
    font-size: 0.9em;
    text-align: center;
}

#footer p.links a {
    padding: 0 8px;
    color: White;
}
