body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

html, body, form
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html
{
    background-color: #1c1a01;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: #fff;
}

h1
{
    font-size: 25pt;
}

h2
{
    font-size: 18pt;
}

h3
{
    font-size: 11pt;
    color: #fdaf34;
}

a
{
    color: #fdaf34;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

ul
{
    padding-left: 2em;
}

li
{
    list-style: square;
}

#PageElements, #Padding
{
    background-color: #1c1a01;
    width: 799px;
    margin: 0 auto;
}

#Header
{
    background-color: #1c1a01;
    position: absolute;
    width: 799px;
    height: 208px;
    z-index: 1;
}

    .Logo
    {
        position: absolute;
    }
    
    #MainMenu
    {
        position: absolute;
        right: 0;
        top: 5px;
    }
    
        #MainMenu .Menu
        {
            width: 155px;
            padding-bottom: 2px;
            background-image: url(images/menuitem_top.jpg);
            background-repeat: repeat-x;
            background-position: left bottom;
        }
        
            #MainMenu .MenuItem
            {
                background-image: url(images/menuitem_top.jpg);
                background-repeat: repeat-x;
                background-position: left top;
            }
            
                #MainMenu .MenuItem a
                {
                    display: block;
                    padding: 4px 20px;
                    color: #fff;
                    text-decoration: none;
                }
                
                #MainMenu .MenuItemActive a
                {
                    font-weight: bold;
                }

                #MainMenu .MenuItemActive a, #MainMenu .MenuItem a:hover
                {
                    background-image: url(images/menu_active.jpg);
                    background-position: right 2px;
                    background-repeat: no-repeat;
                }
                

#Content
{
    height: 100%;
    overflow-y: scroll;
}

    #Padding
    {
        width: 700px;
        padding: 208px 0 180px 0;
    }
    
#Footer
{
    width: 799px;
    height: 180px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-image: url(images/footer.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#Logos
{
    position: absolute;
    width: 100%;
    height: 85px;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;

	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#ScrollDown
{
    position: absolute;
    display: none;
    z-index: 3;
    margin-left: 365px;
    bottom: 70px;
    width: 80px;
    height: 27px;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

    #ScrollDown:hover
    {
        background-position: left bottom;
    }
