.blueback {
	background-color: #00F;
	font-weight: bold;
	color: #FFF;
}
body {
	background: #FFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	height: 80%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
} 
.oneColLiqCtrHdr #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;
	background-color: #FFF;
	text-align: right;
}
.whitenavtext {	color: #FFF;
	background-color: #92258e;
	font-size: small;
}
.titlered {
	color: #F03;
	text-align: center;
	vertical-align: middle;
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: large;
	color: #92258E;
	font-variant: small-caps;
	height: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #92258E;
	border-right-color: #92258E;
	border-bottom-color: #92258E;
	border-left-color: #92258E;
}
h2 {
	font-size: large;
	color: #C00;
}
h3 {
	font-size: medium;
	color: #FFF;
	background-color: #06F;
}
.classname {
	font-size: medium;
	color: #F03;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	background-color: #FFC;
	text-align: left;
	font-weight: bolder;
	border: thin none #F03;
}
.schedule {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F60;
}
.fee {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #066;
}
.style1 {font-weight: bold}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	color: #FFF;
	background-color: #92258E;
}
h4 {
	font-size: small;
	color: #FFF;
	background-color: #F03;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #F03;
	text-align: right;
}
body,td,th {
	color: #333;
}
.feetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.linktext {	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #F03;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.bluetext {
	color: #06F;
}
.redtext {
	color: #F03;
}
.greentext {
	color: #096;
}
.center {
	text-align: center;
}
