﻿html{margin:0;padding:0;}
body 
{
    font-size:62.5%;
    font-family:Tahoma;
    margin:0px;
    padding:0px;
    background-color:#ffb400;
    background-image:url(BG.png);
    background-position:top;
    background-repeat:repeat-x;
}

IMG
{
    border:0;
    margin:0;
    padding:0;
    display:block;
}

DIV.clear
{
    clear:both;
}

/*----------------------------------------------------MAIN----------------------------------------------------*/

DIV.Main
{
    width:819px;
    margin:0px auto;
    /*background:transparent url(header.png);*/
    background-repeat:no-repeat;
    position:relative;
}

DIV.MainContent
{
    width:819px;
    margin:0px auto;
    position:relative;
    top:1px;      
}

DIV.Art
{
    position:relative;
    left:34px;
    height:217px;
    width:751px; 
    overflow:hidden;  
}

DIV.Art IMG
{ 
   
}
/*--------------------------------------------------MAIN MENU-------------------------------------------------*/

DIV.HeaderOfContent
{
    width: 751px;  
    margin:1px auto;
}
DIV.Header H1{display:none;}
div.infobox{display:none;}
DIV.Menu
{   
    position:absolute;
    top:152px;
    left:170px;
    padding:0.5em 0.5em 0.4em 0.5em;
    color:#000066;
    z-index:5;
}

DIV.Menu UL
{
    margin:0px;
    padding:0px;
}

DIV.Menu UL LI
{
    padding:0px 0px 0px 0px;
    list-style-type:none;
    display:inline;
    border-right:solid 1px #993300;
}

DIV.Menu UL LI A
{
    color:#000066;
    font-size:1.1em;
    padding:0.1em 0.6em 0.1em 0.6em;
    text-decoration:none;
    text-transform:uppercase;
}

DIV.Menu UL LI A:hover
{
    color:#663300;
}

DIV.Menu UL LI.selected A
{
    color:#663300 !important;
}




/* UICONTENT */
.UIContentContainer
{
    font-size:1.2em;
}

DIV.UIContent
{
    width:670px;   
    font-size:1.2em;
}

P{margin:0;padding:0.5em 0em;}
H1{margin:0;padding:0.3em 0.3em 0.3em 2em;font-size:1.6em;line-height:1em;display:block;background-color:#000033;font-weight:normal; font-style:italic; color:white;}


DIV.ContentOfPage
{
    padding:0em 2em 1em 6.7em;   
}

ul.footermenu
{
    margin:0em 0em 0em 0em;
    padding:1em 0em 0em 0em;
    
    color:#000033;
    
}

ul.footermenu li
{
    display:inline;
    border-right:solid 1px #703c00;
}

ul.footermenu li a
{
    color:#703c00;
    font-size:0.9em;
    padding:0.5em;
    font-weight:bold;
    text-decoration:none;
}

li.last{border-right:0px !important;}

.bottomspacer
{
    height:40px;
    background-color:White;
}

DIV.footer
{
    margin:0px auto;
    text-align:left;
    height:30px;
    position:relative;
    width:751px;
    top:1px;
}

.footer2Rimage
{
    position:absolute;
    right:20px;
    bottom:5px;
}

DIV.bluespacer
{
    height:15px;
    background-color:#000033;  
    position:relative;
    top:1px; 
}

DIV.bluebottomspacer
{
    height:25px;
    background-color:#000033;  
    position:relative;
    top:1px; 
}