body {
    background-color: #b49b7b;
    margin: 0;
    text-align: center
}
.indent {
    text-indent: .2in
}
p, div {
    color: #222222;
}
h1, h2, h3, h4, h5 {
    color: #036;
}
h1 { text-align: center }
#head {
    background-image: url('tpl/header-tile.gif');
    background-repeat: repeat-x;
    width: 957px;
    height: 131px
}
#center {
    width: 957px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
div.nav {
    background-image: url('tpl/nav-tile.gif');
    background-repeat: repeat-x;
    display: block;
    height: 34px;
    vertical-align: middle;
}
.nav_left {
    background-image: url('tpl/nav-left.gif');
    background-repeat: no-repeat;
    height: 34px;
}
.nav_right {
    background-image: url('tpl/nav-right.gif');
    background-repeat: no-repeat;
    background-position: top right;
    height: 34px;
}
ul.core_nav {
    display: inline;
}
ul.core_nav li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 34px;
    font-weight: bold;
    color: white;
    position: relative;
    top: 3px;
    font-size: 9pt;
    font-family: verdana, arial, sans-serif;
}
ul.core_nav a {
    color: white;
    text-decoration: none;
}
ul.core_nav li:hover {
    background-image: url('tpl/nav-hover.gif');
}
ul.main_nav {
    margin: 0 0 0 -32px;
    list-style-type: none;
    position: static;
    width: 180px;
    font-size: 9pt;
    text-align: center
}
ul.main_nav li a {
    padding: 3px 0 3px 0;
    color: white;
    font-family: arial, sans-serif;
    display: block;
    /*text-align: center*/
}
.main_cat
{
    text-indent: 7px;
    font-weight: bold
}
.sub_cat
{
    padding: 0;
    text-indent: 17px;
}
.child_cat
{
    text-indent: 27px;
}
li.post a
{
    text-align: left;
    padding: 5px 1px 5px 1px;
    text-decoration: none
}
.post a div
{
    font-size: 10pt;
    font-weight: bold;
    display: inline;
}
#basis {
    overflow: auto;
    width: 100%
}
#left {
    float: left;
    width: 194px;
    display: inline;
    margin: 0;
}
#right {
    float: right;
    width: 194px;
    display: inline;
    margin: 0;
    position: relative
}
.body {
    float: left;
    width: 388px;
}
.body2 {
    background-image: url('tpl/body-tile.gif');
    background-repeat: repeat-y;
    background-color: #FFF;
    width: 569px;
    display: block;
}
.body3 {
    background-image: url('tpl/body-top.gif');
    background-repeat: no-repeat;
    display: block;
    position: static;
}
.body4 {
    background-image: url('tpl/body-bottom.gif');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    font-family: 'Trebuchet MS', arial, sans-serif;
    font-size: 10pt;
    color: #111;
    padding: 14px 14px 16px 18px;
    text-align: left;
    min-height: 50px;
    line-height: 16pt
}
* html .body4 {
    height: 1%;
}
div.section_head {
    background-image: url('tpl/section-top.gif');
    background-repeat: no-repeat;
    text-align: center;
    width: 194px;
    padding-top: 10px;
    margin: 0;
    height: 20px;
    font-family: verdana, arial, sans-serif;
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    display: block
}
div.section_body {
    background-color: #2360a5;
    background-image: url('tpl/section-tile.gif');
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-size: 9pt;
    font-family: arial, sans-serif;
}
div.section_body * {
    color: #FFFFFF;
    font-size: 9pt
}
div.section_body a {
    color: #caeeff
}
div.section_body a:hover, div.section_body a:active, div.section_body a:focus {
    color: #bcff8a
}
div.section_content {
    padding: 2px 10px 0 10px;
    color: #FFFFFF;
    font-size: 10pt
}
#footer {
    background-color: #51c13a;
    color: #046e00;
    font-family: 'Trebuchet MS', arial, sans-serif;
    font-size: 9pt;
    width: 957px;
    display: block;
    text-align: left;
    
    background-image: url('tpl/footer-tile-v.gif');
    background-repeat: repeat-y;
}
#footer a:link, #footer a:visited { color: #006400 }
#footer a:hover, #footer a:focus { color: #beff9a }
#footer div {
    background-image: url('tpl/footer-tile.gif');
    background-repeat: repeat-x;
}
#footer div div {
    background-image: url('tpl/footer-left.gif');
    background-repeat: no-repeat;
}
#footer div div div {
    background-image: url('tpl/footer-right.gif');
    background-position: 879px 0;
    background-repeat: no-repeat;
    min-height: 125px;
    padding: 13px 80px 5px 17px;
}

.left {
    float: left
}
.right {
    float: right
}
.pic {
    border: 0 none #ffffff;
    margin: 5px;
}
.nl_textbox {
    background-image: url('tpl/textbox.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    width: 149px !important;
    height: 19px;
    padding: 9px 10px 5px 10px;
    font-size: 10pt !important;
    color: black !important;
    margin-top: 7px;
}