h1 { 
}

h2 { 
}

h3 { 
}

h4 { 
}

h5 { 
}

h6 { 
}
.left {
	float:left;
}
.clear { 
	clear:both; 
}
img.left {
margin: 0 20px 20px 0;
}
img.right {
margin: 0 0 20px 20px;
}

.halves {
	width:50%;
}
.blue{ 
	color:#03244d;
}
.noBorder { 
	border:none; 
}
.orange{ 
	color:#dd550c;
}
.quarters { 
	width:25%;
}

.right {
	float:right;
}

.thirds { 
	width:33%;
}
.redtext {
	color: #FF0000
}
ol.numberedlist li{
	list-style-type:decimal;
}
ol.numberedlist li ol li{
	list-style-type: lower-alpha;
}
.underline {
	text-decoration:underline;
}