<!-- Layout and formatting tags that do not imply semantics -->

#left1 {width: 275px; 
        float: left;
        clear: both; 
          
}
#left2 {width: 225px; 
	float: left;
        clear: both;
        background:  rgb(199,228,244);   
}
#left1l {width: 275px; 
        float: left;
        clear: both; 
          
}
#left2l {width: 225px; 
	float: left;
        clear: both;
        background:  rgb(199,228,244);   
}
#right {width: 650px; 
	float: right;  
        clear: both;   
}
#bottom1 {
        width: 325px; 
        text-align: left;
	float: left;
        clear: both;
        
}
#bottom2 {
        width: 325px; 
        text-align: left;
	float: right;
        clear: both;     
}
p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}

.vspace{ margin-top: 90; margin-bottom: 0; }

#chapterIdentifier {
	font: bold 10pt/22pt Arial; 
	text-align: center;
        clear: both;
	width: 100px; 
	margin: 40px 40px 40px 50px;
        color: white;
        background:  rgb(3,161,224);
	}

#sideIndex1 {
	text-align: center;
        clear: both; 
	margin: 0px 0px 20px 10px;
	width: 175px; 
	float: left;
	}

#sideIndex2 {
	text-align: center;
        clear: both; 
	margin: 0px 0px 20px 10px; 
	width: 175px; 
	float: left;
	}

#sideIndex3 {
	text-align: center;
        clear: both; 
	margin: 0px 0px 20px 10px; 
	width: 175px; 
	float: left;
	}

#leftBottomIndex {
	font: italic 10pt/22pt georgia; 
	text-align: center;
        clear: both; 
	margin: 10px 20px 20px 10px; 
	width: 300px; 
	float: left;
	}

#rightBottomIndex {
	font: italic 10pt/22pt georgia; 
	text-align: left;
        clear: both; 
	margin: 10px 20px 20px 10px; 
	width: 200 px; 
	}


.smallCaps {font-variant: small-caps;}
