﻿body 
{
    background-color: white;
    margin: 0;
    border:0;
    background-repeat: repeat-x;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-x;
}
a
{
    color: Black;
 text-decoration: none;
}
a: active
{
    
    color: Black;
 text-decoration: none;
 
}
a: hover
{
    color: Black;
    text-decoration: underline;
}
#top
{
    margin-left: auto;
    margin-right: auto;
    width: 781px;
    background-image: url(../img/top.jpg);
}
#logo
{    
    margin-top: 20px;
    margin-bottom: 7px;
    margin-left: 7px;
    width: 200px;
    float: left;
}
#top_right
{
    float: right;
    width: 300px;
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
}
#menuHandler
{    
    margin-left: auto;
    margin-right: auto;
    width: 781px;
    margin-bottom: 5px;
}
#menu
{
    width: 591px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: gray;
    font-weight: normal;
}
#teaser
{    
    margin-left: auto;
    margin-right: auto;
    width: 781px;
}
#contentHandler
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: White;
    width: 781px;
}
#bottomHandler
{    
    margin-left: auto;
    margin-right: auto;
    width: 781px;
    height: 1px;
    background-color: #27333A; 
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: gray;
    margin-bottom: 0px;
}
#bottom_content
{    
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    margin-top: 5px;
}
.rightContent .title
{
    background-image: url(../img/leftTitle_bg.png);
    width: 187px;
    height: 22px;
}
.rightContent h3
{
    padding: 4px;
    margin: 0px;
    color: White;
}

.menuItem a
{
    text-decoration: none;
    color: silver;
}
.menuItem a: active
{
    text-decoration: none;
    color: silver;
}
.font_small_1
{
    margin: 0;
    padding: 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: gray;
    font-weight: normal;
}
.font_small_1 a
{
    
    color: gray;
    text-decoration: none;
}
.font_small_1 a:hover
{
    text-decoration: underline;
}
h1
{
    margin: 0;
    padding: 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #27333A;
    font-weight: normal;
}
h2
{
    margin: 0;
    padding: 10px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: black;
    font-weight: normal;
}
h3
{
    margin: 0;
    padding: 10px;
    font-family: verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
}
h4
{
    margin: 0;
    padding: 0px;
    font-family: verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
}
p
{
    margin: 0;
    padding: 10px;
    font-family: arial;
    font-size: 11px;
    color: black;
    font-weight: normal;
    background-color: #F1F1F1;
}



.rightContent
{
    font-family: verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    margin-top: 3px;
}
.leftContent
{
}
#contentHandler p a
{
 color: black;
 text-decoration: none;
}
#contentHandler p a:active
{
 
 color: black;
 text-decoration: none;
}
#dMenu
{
    margin: 0;
    padding: 0;
    z-index: 30;    
    float: left;
    background-image: url(../img/menu_bg.png);
    width: 591px;
    height: 22px;
}

#dMenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#dMenu li a
{
    display: block;
    margin: 0 1px 0 0;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    color: silver;
}

#dMenu li a:hover
{
}

#dMenu div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 150px;
    margin-top: 0px;
}

#dMenu div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    background-color: #161616;
}

#dMenu div a:hover
{
    background-color: #353535;
}

li
{    
    margin:0;
    padding:0;
    color: black;
    border:0;
    list-style-type:square;
    margin-left: -5px;
    font-family: arial;
    font-size: 11px;
    color: black;
    font-weight: normal;
}
.sitemap
{
    margin:5px;
    padding:0;
    color: black;
    border:0;
    list-style-type:square;
    margin-left: 10px;
    font-family: arial;
    font-size: 11px;
    color: black;
    font-weight: normal;
}
.sitemap a
{
    text-decoration: none;
    color: black;
}