.howdy {font-family: Arial, sans-serif;color: #000000; font-size:10px;}
.credit {font-family: Arial, sans-serif;color: #000000; font-size:10px;}
.header {font-family: Arial, sans-serif;color: #ffffff; font-weight: bold; font-size:14px;}
.headingsm {font-family: Arial, sans-serif;color: #333366;font-weight: bold; font-size:12px;}
.bluebold {font-family: Arial, sans-serif;color: #000066; font-size:12px;}
.small {font-family: Arial, sans-serif;color: #000000; font-size:11px;}
.contact {font-family: Arial, sans-serif; font-weight: bold; color: #0F0F9A; font-size:13px;}
.main {font-family: Arial, sans-serif;color: #000000; font-size:12px; line-height:18px}
.main_schedule {font-family: Arial, sans-serif;color: #000000; font-size:11px;}
.sub_head {font-family: Arial, sans-serif;color: #000000;font-weight: bold; font-size:15px;}
.sub_head1 {font-family: Arial, sans-serif;color: #000000;font-weight: bold; font-size:14px;}
.sub_head2 {font-family: Arial, sans-serif;color: #ffffff;font-weight: bold; font-size:15px;}
.quote {font-family: Arial, sans-serif; font-weight: bold; color: #0F0F9A;  font-size:12px;}
.quotes {font-family: Arial, sans-serif; color: #ffffff; font-weight: bold; font-style: italic; font-size:12.5px;}
.links {font-family: Arial, sans-serif;color: #333333; font-size:12px;}
.saying {font-family: Arial, sans-serif;color: #000000; font-size:11px;}
.links2 {font-family: Arial, sans-serif;color: #333333; font-size:11px;}
.footer {font-family: Arial, sans-serif;color: #ffffff;font-weight: bold;  font-size:12.5px;}
.footer2 {font-family: Arial, sans-serif;color: #000000; font-size:11px;}
.class1 A:link {text-decoration: none;font-family: Arial, sans-serif;color: #ffffff; font-size:12px;}
.class1 A:visited {text-decoration: none;font-family: Arial, sans-serif;color: #ffffff; font-size:12px;}
.class1 A:active {text-decoration: none;font-family: Arial, sans-serif;color: #ffffff; font-size:12px;}
.class1 A:hover {font-family: Arial, sans-serif;font-size:12px;text-decoration: underline; color:  #ffffff;}
.class2 A:link {text-decoration: none;font-family: Arial, sans-serif;color: #0F0F9A; font-size:12.5px;}
.class2 A:visited {text-decoration: none;font-family: Arial, sans-serif;color: #CC3399; font-size:12.5px;}
.class2 A:active {text-decoration: none;font-family: Arial, sans-serif;color: #0033CC; font-size:12.5px;}
.class2 A:hover {font-family: Arial, sans-serif;font-size:12.5px;text-decoration: underline; color:  #CC3399;}
.class2a A:link {text-decoration: none;font-family: Arial, sans-serif;color: #0F0F9A; font-size:11px;}
.class2a A:visited {text-decoration: none;font-family: Arial, sans-serif;color: #CC3399; font-size:11px;}
.class2a A:active {text-decoration: none;font-family: Arial, sans-serif;color: #0033CC; font-size:11px;}
.class2a A:hover {font-family: Arial, sans-serif;font-size:11px;text-decoration: underline; color:  #CC3399;}
class6 A:link {text-decoration: none; font-family: comic sans, sans-serif;color: #0F0F9A; font-weight: bold; font-size:13px;}
.class6 A:visited {text-decoration: none; font-family: comic sans, sans-serif;color: #DD0762; font-weight: bold; font-size:13px;}
.class6 A:active {text-decoration: none; font-family: comic sans, sans-serif;color: #DD0762; font-weight: bold; font-size:13px;}
.class6 A:hover {font-family: comic sans, sans-serif; font-weight: bold; font-size:13px; text-decoration: underline; color:  #DD0762;}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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 */
	font-size: 12px;
	background-color: #0267CC;
}
.oneColFixCtrHdr #container {
	width: 760px;
	background-color: #66CCFC; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #66ccff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #66CCFC;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #66CCFC;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #66ccff; 
}
.oneColFixCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #cc3399;
} 
.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 */
}

