body
{
    background-color: #2c2c2c;
}
#adress a
{
    text-decoration: none;
    color: #646464;
}

.rootMenuItem
{
    font-family: Tahoma;
    font-size: 13pt;
    color: #ffffff;
    height: 36px;
    display: inline;
}

.rootMenuItem td
{
    padding: 0px 14px 0px 10px;
    height: 36px; 
}

.rootMenuItemLink, .rootMenuItemLink:link, .rootMenuItemLink:active, .rootMenuItemLink:visited
{
    font-family: Tahoma;
    font-size: 13pt;
    color: #ffffff;
    text-decoration: none;
    margin: 0px 10px 0px 5px;
    vertical-align: middle;
    height: 36px; 
    padding-top: 5px;
}

.rootMenuItemLink:hover
{
    font-family: Tahoma;
    font-size: 13pt;
    color: #ffffff;
    text-decoration: underline;
    vertical-align: middle;
    height: 36px;
}

.rootActMenuText
{
    display:block;
    height: 36px;    
    background-image: url('./images/act_menu_txt.gif');
    background-repeat: repeat-x;   
}

.rootSelMenuText
{
    text-decoration: underline;
}

.rootMenuBreak
{
    width: 4px;
    height: 36px;
    margin: 0px;
    padding: 0px;
}

.rootMenuSplitterRight
{
    width: 2px;
    display:block;
    height: 36px;
    background-image: url('./images/menu_splitter_right.gif');
    background-repeat: no-repeat;
}

.rootMenuSplitterLeft
{

    background-image: url('./images/menu_splitter_left.gif');
    background-repeat: no-repeat;
    width: 2px;
    height: 36px;
    display: block;	
}

.rootActMenuSplitterLeft
{
    background-image: url('./images/act_menu_splitter_left.gif');
    background-repeat: no-repeat;
    width: 2px;
    height: 36px;
    display: block;
}

.rootActMenuSplitterRight
{
    background-image: url('./images/act_menu_splitter_right.gif');
    background-repeat: no-repeat;
    width: 2px;
    height: 36px;
    display: block;
}

.rootActMenuText a
{
    color: #ffffff;
    text-decoration: none;
}

#menu
{
    background-image: url('./images/menu_middle.gif');
    background-repeat: no-repeat;
    width: 951px;
    height: 36px;
    vertical-align: middle;
    padding-left: 15px;
}

.c_icon
{
	width:100%;
}

h1
{
    border-width: 1px;
    border-color: #5e704a;
    color: #595959;
    font-family: 'Myriad Pro', Tahoma, Arial;
    font-size: 25pt;
    padding-left: 20px;
    text-indent: 35px;
    border-bottom-style: solid;
    font-weight: lighter;
    width: 100%;
}
h2
{
    color: #444444;
    font-family: 'Myriad Pro', Tahoma, Arial;
    font-size: 17pt;
    padding-left: 20px;
	margin-left: 20px;
    font-weight: lighter;
}
h3
{
    color: #5e704a;
    font-family: 'Myriad Pro', Tahoma, Arial;
    font-size: 10pt;
    padding-left: 20px;
    font-weight: 300;
}

#content
{
    color: #444444;
    font-family: 'Myriad Pro', Tahoma, Arial;
    font-size: 12pt;
    width: 680px;
}
#content p
{
    padding-left: 35px;
    margin-bottom: 10px;
}
#content ul
{
    margin-left: 35px;
}
#content a
{
    color: #5e704a;
    text-decoration: underline;
}
#content a img
{
    text-decoration: none;
    border: 0px;
}

#copyright
{
    color: #595959;
    font-family: Tahoma;
    font-size: 8pt;
    float: right;
    width: 190px;
    margin-bottom: 25px;
}