﻿body
{
	background-image:url(Images/Background1.png);
	background-position:top;
	background-repeat:repeat-x;	
    font-size:12px;
    font-family:Verdana, Sans-Serif;
}

h1
{ 
    font-size: 1.6667em; /* 20px */ 
    line-height: 1.8em; /* 36px */ 
    margin-bottom: 0em; 
}

p 
{ 
    clear:both;
    font-size: 1em; /* 12px */ 
    line-height: 1.5em; /* 18px */ 
    margin: 0 0 1.5em 0; 
}

table
{
    width:100%;
}

th
{
    text-align:left;
    background-color:#CCCCCC;
}
td
{
    padding:5px;
}

#Page
{
    width:720px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

    #HeaderPanel
    {
    }

	#SiteMapPathPanel
	{
        font-size: 0.8333em; /* 10px */ 
        line-height: 1.8em; /* 18px */ 
        margin-top: 0em; 
        margin-bottom: 0em;		 
        padding:5px;
        width:100%;   
	}

    #BodyPanel
    {
        width:100%;
        padding:5px;
    }
    
    
	#FooterPanel
	{
		clear:both;
		display:block;
        font-size: 0.8333em; /* 10px */ 
        line-height: 1.8em; /* 18px */ 
        margin-top: 1.8em; 
        margin-bottom: 0em;
		text-align:center;		
		width:100%;    
	}

.padded
{
    padding:5px;
}

.clearfix
{
    clear:both;
}

    div.ColumnContainer
    {   
        display:block; 
        clear:both;
        width:100%;        
    }
    
        div.Column
        {
            height:100%;
        }
        
    ul.PrimaryNavigation
    {
        background-image:url(images/GlobalNavMenu.png);
        line-height:30px;
        height:30px;
        width:680px;
        display:block;          
        text-align:center;
    }
    
        ul.PrimaryNavigation li
        {
            display:inline; 
            padding-left:2em;     
            padding-right:2em;                  
        }
        
            ul.PrimaryNavigation li a
            {
                font-weight:bold;
                color:White;
                text-decoration:none;
            }

                ul.PrimaryNavigation li a:hover
                {
                }


            ul.PageNavigation
            {
                
            }
