.columnLeft
{
	float: left;
	width: 48%;
}

.columnRight
{
	float: right;
	width: 48%;
}

.scheduleLeft
{
	float: left;
	width: 53%;
}

.scheduleRight
{
	float: right;
	width: 43%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

p {
	widows: 5;
	orphans: 10;
/*	font-family: Cambria;
	font-size: 1.1em;*/
}

.headermenu a {
	font-size: 1.2em;
    text-decoration: none;
    font-weight: bold
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica;
}

/* "True" orange is f58428 - darkened it for letters to make it easier to read */

h2 {
	color: #e57418;
}

h4,h6 {
	color: #e57418;
}

h3,h5
{
	color: black;
}

h1, h2 {
/*	color: white;
	width: 100%;
*/
	margin-top: 24px;
	margin-bottom: 6px;
/*
	padding-top: 2px;
	padding-bottom: 4px;
/*	padding-left: 4px; */
	line-height: 125%;
}

h3, h4, h5, h6 {
	margin-top: 12px;
	margin-bottom: 6px;
	line-height: 125%;
}

h1, h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3, h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}

/* Used for the topmost h1 header on a page to prevent a huge margin under the picture */
h1.top {
	margin-top: 0px;
	padding-top: 10px;
}

h2.top {
	margin-top: 0px;
	padding-top: 10px;
}

a.contact,a.contact:visited
{
	color : #FFFFFF;
}

.spaced li {
	margin-bottom: 5pt;
	margin-top: 5pt;
}

font.ErrorLarger { color: red; font-size: 125%; font-weight: bold; }
font.Error       { color: red; font-size: 110%; font-weight: bold; }
font.Orange      { color: #e57418; }