/****************************************************************************************************/
/* BASIC STYLES */
/****************************************************************************************************/

/* CONTAINERS */

body
    {
    color: #0d0c0c;
    background: #FFFFFF;
    font-family: Tahoma, Helvetica, sans-serif; font-weight: normal; font-size: .7em;
    margin: 0px; padding: 0px;
	text-align: left;
    }
table
    {
    font-size: 1em;
    }

div, p, form, h1
    {
    padding: 0px; margin:0px;
    }

div
    {
    
    }

ul
    {
    padding-top:0px; margin-top:0px;
    
    }
li
    {
    padding-top:4px; 
    line-height: 1.25em;
    }
h1
    {
    padding: 0px; margin: 0px; 
    font-size: 1.2em; line-height: 1.25em; letter-spacing: .2em;
    text-transform: uppercase;font-weight: normal;
    }

h2
    {
    padding: 0px; margin: 0px; 
    font-size: 1.2em; line-height: 1.25em; letter-spacing: .2em;
    text-transform: uppercase;font-weight: normal;
    color: #989696;
    }
h3
    {
    padding: 0px; margin: 0px; 
    font-size: 1em; font-weight: normal;
    color: #989696;
    }
    
/* links */

a:link
    { 
    color: #ffc91a;
    text-decoration: underline;  
    }
a:visited 
    { 
    color: #ffc91a;
    text-decoration: underline; 
    }
a:hover 
    { 
    color: #ffc91a;
    text-decoration: none; 
    }

/* images */

img 
    { 
    border: none; 
    }

/* clearing float experience */
br.clear 
    {
    clear: both;
    height: 0px;
    line-height: 0;
    font-size: 0px; /*for IE*/
    } 
   

    
    
/*************************************************************************/    
/*************************************************************************/    
/* HEADER */
/*************************************************************************/ 
/*************************************************************************/    
   
#header
    {
    padding: 14px;
    text-align: left;
    width: 800px;
    }


/*************************************************************************/    
/* TOP NAVIGATION */
/*************************************************************************/ 
   
#topnav  
    {
    visibility: hidden; height: 0px; margin: 0px; padding:0px;
    }    
 

/*************************************************************************/    
/*************************************************************************/    
/* CONTENT BETWEEN HEADER AND FOOTER */
/*************************************************************************/    
/*************************************************************************/    


#content  
    {
    text-align: left;
    }  

    #content .top
        {
        visibility: hidden; height: 0px;
        }

    #content .mid
        {    
       
        }
    #content .section
        {    
        border-top: 1px solid #989696;
        }
        #content .section .lefttop
            {
            width: 269px; float: left;
            }
            #content .section .lefttop h1
                {
                padding: 14px;
                }
        #content .section .righttop
            {
            
            width: 531px; float: left;
            }
            #content .section .righttop div
                {
                padding: 14px;
                }
                #content .section .righttop div p
                    {
                    padding: 0px; margin: 0px; padding-top: 6px;
                    }
                #content .section .righttop div div
                    {
                    padding: 0px; padding-top: 4px; padding-bottom: 4px; padding-right: 20px;
                    line-height: 1.4em;
                    }
                #content .section .righttop div div ul,#content .section .righttop div div li
                    {
                    padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;
                    line-height: 1.4em;
                    }
        #content .section .left
            {
            width: 269px; float: left;
            }
            #content .section .left h1, #content .section .left h2
                {
                padding: 14px;
                }
        #content .section .right
            {
            width: 531px; float: left; 
            }
            #content .section .right div
                {
                padding: 14px;
                }
                #content .section .right div p
                    {
                    padding-top: 10px;
                    }
                #content .section .right div div
                    {
                    padding: 0px; padding-top: 4px; padding-bottom: 4px; padding-right: 20px;
                    line-height: 1.4em;
                    }
     #content .sectionHeader
        {
        width: 800px; 
        }
        #content .sectionHeader h1
            {
            padding: 14px; 
            }
                               
    #content .end
        {
        visibility: hidden; height: 0px; margin: 0px; padding:0px;
        }

/*************************************************************************/    
/*************************************************************************/    
/* FOOTER */
/*************************************************************************/ 
/*************************************************************************/    
   
#footertop
    {
    
    width: 800px; height: 84px; 
    }
    #footertop h1
        {
        visibility: hidden; 
        }  
#footer 
    {
    
    width: 800px; 
    }  
    #footer div
        {
        padding: 14px;
        }