


/* The following CSS gives you a blank slate to work from */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}




                /*  MAIN ID ELEMENTS   */
            
            
            
            
            
           

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

}
 


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

#main_nav_section {

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





            
            
 

#sidebar {

    
    float: left;
    display: inline;
    
    padding-top: 0px;
    margin-top: 5px;
    
    padding-left: 5px;
    margin-left: 5px;
    
    padding-right: 5px;
    margin-right: 5px;
    
    padding-bottom: 5px;
    margin-bottom: 5px;
    
}

           
 

#main_body_section {

    
    width: 245px;
    float: right;
    display: inline;
    
    padding-top: 0px;
    margin-top: 5px;
    
    padding-left: 5px;
    margin-left: 5px;
    
    padding-right: 5px;
    margin-right: 5px;
    
    padding-bottom: 5px;
    margin-bottom: 5px;
    
}








            
            
 

.full_width  {

    
    width: 765px;
    float: left;
    margin: 0px;
    padding: 0px;
    clear: both;

}





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





#text_footer_line {

    width: 765px;
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    border-bottom: 1px #000000 solid;
    text-align: center;
    padding: 0px 5px 5px 5px;
    margin: 0px 5px 5px 5px;
    text-align: center;
    clear: both;
    
}



         









                    /*  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.main_h1  {

	color: black;
    font-size: 1.10em;
    font-weight: bold;	
    margin: 6px 4px 6px 4px;
	padding: 7px 3px;


}




h2.main_h2  {

	color: black;
    font-size: 1.0em;
    font-weight: bold;	
    margin: 6px 4px 6px 4px;
	padding: 6px 9px;


}




h3.main_h3  {

	color: black;
    font-size: .92em;
    font-weight: bold;
	margin: 6px 4px 6px 4px;
	padding: 5px 15px;


}




.para  {

	color: black;
    font-size: .92em;	
    margin: 4px 4px 4px 4px;
	padding: 3px 21px;


}




.footer_para  {

	color: black;
    font-size: .92em;
    text-align: center;	
    margin: 4px 4px 4px 4px;
	padding: 3px 9px;


}



ul        
{
	color: black;
    margin: 1px 4px 4px 30px;
	padding: 1px 1px;

}
   


li        
{
	color: black;
    margin: 4px 4px 4px 4px;
	padding: 3px 3px;
    font-size: .92em;

}
   



.main_img 
{

	border: 0px;
	padding: 0px;

}            
 





                        /*  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;
                    
}

            
        

a.about_links:link       {
                    
                    color: #000000;
                    text-decoration: underline;
					font-weight: bold;

}
a.about_links:active     {
                    
                    color: #333333;
                    text-decoration: underline;
					font-weight: bold;
                    
}
a.about_links:visited    {
                    
                    color: #000000;
                    text-decoration: underline;
					font-weight: bold;
                    
}
a.about_links:hover      {
                    
                    color: #333333;
                    text-decoration: underline;
					font-weight: bold;
                    
}


