﻿html
{
    overflow-y: scroll; 
}

body
{
    background:#ffffff;
    
    font-family:Arial;
    font-size:11px;
    color:#515151;
    
    background-image:url('../images/design/BackgroundBlue.png');
    background-repeat: no-repeat;
    background-position: right top;   
    
}

a
{
	text-decoration:none;
}

/*
DESIGN ID ELEMENTS
*/
#MainArea
{
    height:100%; 
    width:100%;

}


#AreaTop
{
    background-color:Transparent;
    
    background-image:url('../images/design/BackgroundTop.png');
    background-repeat: no-repeat;
    background-position: middle bottom; 
        
    margin-left:auto;
    margin-right:auto;
    
    width:800px;
    height:175px;
}

#AreaMiddle
{
    background-color:Transparent;
    
    margin-left:auto;
    margin-right:auto;
    margin-top:0px; 
    margin-bottom:10px;
    width:730px;
    height:auto;
}

#AreaBottom
{    
    background-color:Transparent;
    
    background-image:url('../images/design/BackgroundBottom.png');
    background-repeat: no-repeat;
    background-position: middle top; 
    
    margin-left:auto;
    margin-right:auto;
    
    width:800px;
    height:57px;
}


/*
DESIGN CLASSES
*/

.MenuItem, a, a:hover
{
    text-transform: uppercase;
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:12px;
    color:#363636;
    /*
    margin-left:4px;
    margin-right:4px;
    */
}

.MenuItemHover, a, a:hover
{
    text-transform: uppercase;
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    color:#999999;
}

.MenuSubItem, a, a:hover
{
    text-transform: uppercase;
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    font-size:10px;
    color:#363636;
}

.MenuSubItemHover, a, a:hover
{
    text-transform: uppercase;
    font-family:Arial;
    font-style:normal;
    font-weight:normal;
    color:#999999;
}

/*
TEXT DESIGN
*/
