 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #d5dcef; /* palest grey */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6D6D6;
}
 
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* white */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #7D7D7D;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
		
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0; 	/* font-family: Georgia, "Times New Roman", Times, serif; */
	
	color: #FFFFFF; /* colour of phone number is white */
                font-size: 90%;
}
.oneColFixCtrHdr #menuBar {
	margin: 0 0 0 0px;
	padding: 0 20px;
	font-size: large;
	background-color: #09C; /* below mid grey */
	color: #FFF; /* white */
}


.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 0px;
	padding: 0 20px;
	font-size: 90%;
	background-color: #ffffff; /* white */
	color: #F00;
	
} 

.oneColFixCtrHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-size: medium;
	text-align: center;
}
.oneColFixCtrHdr #mainContent a:link{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent a:hover{
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #09c; /* dark grey */
	
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 100%;
}

a:link{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a:visited{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
logo {
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container #header p {
	color: #09C;
	text-align: center;
}
#blue {
	color: #00F;
}
#red {
	color: #ff0000;
}
.provisional {
	color: #F00;
}
