


                /*  MAIN ID ELEMENTS   */
            
            
            
            
            
           

#page_container {
    margin: auto;
    width: 665px;

}
 


                /*  PRIMARY HORIZONTAL ID ELEMENTS   */
                /*              Header               */
            
            
            
            
            
 

#first_line_of_header {

    width: 650px;
    border: 1px #000000 solid;
    clear: both;
    padding: 5px;
    margin: 5px;
    text-align: center;
    
}








            
            

#main_nav_section {

    width: 650px;
    border: 1px #000000 solid;
    clear: both;
    float: left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    
}





            
            
 

#main_body_section {

    width: 550px;
    clear: both;
    
    padding-top: 5px;
    margin-top: 5px;
    
    padding-left: 25px;
    margin-left: 25px;
    
    padding-right: 25px;
    margin-right: 25px;
    
    padding-bottom: 5px;
    margin-bottom: 5px;
    
}










                /*  PRIMARY HORIZONTAL ID ELEMENTS   */
                /*              Footer               */





#text_footer_line {

    width: 610px;
    clear: both;
    border: 1px #000000 solid;
    text-align: center;
    padding: 25px;
    margin: 5px;
    text-align: center;
    
}













                    /*  MODIFIERS   */
            
            
            
            
            
 

.inline  {

    display: inline;
    
    float: left;

}


.clearRight  {

    clear: right;

}


.clearLeft  {

    clear: left;

}


.clearBoth  {

    clear: both;

}













 
                /*  MAIN PAGE ELEMENTS   */
            
              
            
                                
body    {

    margin: auto;
    padding: 0px;
    font-family: helvetica, arial, sans;
    font-size: .85em;
    background-color: #ffffff;

}





                /*  TYPOGRAPHY   */
            
    

h1  {

    font-size: 1.23em;

}




h2  {

    font-size: 1.10em;

}




h3  {

    font-size: .97em;

}




p  {


}







                        /*  LINKS   */
            
            
            
        

a:link       {
                    
                    color: #000000;
                    text-decoration: underline;

}
a:active     {
                    
                    color: #333333;
                    text-decoration: underline;
                    
}
a:visited    {
                    
                    color: #000000;
                    text-decoration: underline;
                    
}
a:hover      {
                    
                    color: #333333;
                    text-decoration: underline;
                    
}



