
body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100.01%;
    background-color: #fff;
    color: #000;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


#header {
    margin: 10px;
    background-color: #000;
    padding: 5px 5px 5px 140px;
    height: 80px;
}

#header h1 {
    color: #fcf8f4;
    font-size: 2em;
    font-family : Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#header h2 {
    color: #69625f;
    font: bold 1em Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin-top:5px;
}

#header .logo {
    position:absolute;
    top:2px;
    left:5px;
    z-index:1;
    border: none;
}

#header .search_box {
    position:absolute;
    top:70px;
    right:20px;

}

#header h3
 {
    position:absolute;
    top:20px;
    right:20px;
    color:#e35f42;
    text-align:center;
    font:bold .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
 }

#menu {
    margin: 0px 10px 10px 10px;
    background-color: #69625f;
    padding: 10px 0 0 140px;
    height: 35px;
}

#menu ul
{
}

#menu ul li {
    position: relative;
    display: inline;
}

#menu ul li a {
    padding: 0.5em 1.0em 0.9em 1.0em;
    color: #fff;
    text-decoration: none;
    font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menu ul li a:hover {
    text-decoration: underline;
}

/*#menu ul li .menu-current { */
#menu ul li a.menu_current {
    background: #69625f url('images/menuactive.gif') repeat-x top left;
}

#menubottom {
    background: #fff url('images/border1.gif') repeat-x;
    height: 14px;
    margin-bottom: 0.2em;
    margin-left: 10px;
    margin-right: 10px;
}

#breadcrumb {
    font:normal .7em Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: right;
    color: #69625f;
    margin-bottom: 10px;
    margin-right: 10px;
}

#breadcrumb a {
    color: #69625f;
}

#main_area {
    width: 100%;
}

#content {
    margin-left: 10px;
    float:left;
/*     background-color: #fcf8f4; */
    width:60%;
    padding-left: 10px;
    padding-right: 10px;
    font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height:1.4em;
}

#content h1 {
    background: #fff url('images/btn16.png') no-repeat;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    padding-left: 20px;
}

#content h2 {
    background: #fff url('images/btn16.png') no-repeat;
    font-size: 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    padding-left: 20px;
}

#content h3 {
    background: #fff url('images/btn16.png') no-repeat;
    font-size: 1.2em;
    margin-top: 0.6em;
    margin-bottom: 0.5em;
    padding-left: 20px;
}

#content p, #content address {
    font-size: 0.8em;
    margin-bottom: 0.5em;
    margin-left: 20px;
}

#content p img
 {
    padding: 2px;
    border: 1px solid #000;
    margin: 20px;
}

#content a:link {
    color: #000;
}

#content a:visited {
    color: #69625f;
}

#content a:hover, #submenu a:focus, #submenu a:active {
    color: #e35f42;
}


#content ul {
    list-style: none;
    line-height:1.4em;
    margin-left: 20px;
    margin-bottom: 5px;
}

#content ul li {
    padding-left: 15px;
    background: #fff url('images/btn07.png') no-repeat;
    background-position: 0 0.5em;
}

#content ul ul {
    margin-left: 0px;
}




#sub_area {
    font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin-right: 5px;
    float:left;
    width:36%;
}
#news_and_submenu {
    float:left;
}

#news_and_submenu h4 {
    background: #fff url('images/btn10.png') no-repeat;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding-left: 14px;
}


#submenu {
    margin-bottom: 60px;
    width: 210px;
}

.menu-current > a {
    font-weight: bold;
}

#submenu a:link {
    color: #000;
}

#submenu a:visited {
    color: #69625f;
}

#submenu a:hover, #submenu a:focus, #submenu a:active {
    color: #e35f42;
}


#submenu ul {
    list-style: none;
    line-height:1.4em;
    margin-left: 10px;
}

#submenu ul li {
    padding-left: 15px;
    background: #fff url('images/btn07.png') no-repeat;
    background-position: 0 0.5em;
}

#submenu ul ul {
    margin-left: 0px;
}


#news {
    margin-bottom: 40px;
    width: 210px;
}

#news p {
    font-size: 0.7em;
    margin-bottom: 10px;
}

#news .news_title  {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    border-bottom: 1px solid #e35f42;
    margin-bottom: 2px;
}

#news .news_title a, #news .news_title a.visited {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#news a {
    color: #e35f42;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-decoration: none;
}
#news a:visited {
    color: #69625f;
}

#affi {
    float:right;
    width:120px;
}
#footer {
    padding-top: 5.0em;
    background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
    clear: both;
    color: #000;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    text-align: center;
}

#powered_by {
    color: #000;
    font-family : Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    text-align: center;
}