@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #309;
	background-color: #C0F;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	text-align: center;
	font-style: italic;
}
.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.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;
	text-align: center;
	color: #33C;
}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Comic Sans MS", cursive;
	color: #306;
	text-align: center;
	background-color: #FFC;
	border: thick outset #3CC;
	text-decoration: blink;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #C09;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 */
	text-align: center;
	color: #606;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #header p {
	text-align: right;
	color: #30C;
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	background-color: #FFF;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	text-align: center;
	color: #090;
	background-color: #FFF;
}
.oneColLiqCtrHdr #container #mainContent p {
	color: #063;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.fallapp {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent p {
	color: #063;
}
.oneColLiqCtrHdr #container #mainContent h2 {
	color: #C06;
}
.oneColLiqCtrHdr #container #mainContent p {
	font-family: "Comic Sans MS", cursive;
	font-size: larger;
}
.linethru {
	text-decoration: line-through;
}
.google {
}
.oneColLiqCtrHdr #container #mainContent p {
	font-style: italic;
}
.oneColLiqCtrHdr #container #mainContent p {
	color: #0CC;
}
map {
	font-size: medium;
	font-style: italic;
	color: #0CC;
}
.superscrip {
	font-size: x-small;
}
.super2 {
	font-size: x-small;
}
.oneColLiqCtrHdr #container #mainContent h1 .linethru {
	color: #090;
	text-decoration: blink;
}
.linethru {
	text-decoration: line-through;
}
.nostrike {
	color: #F36;
}
.oneColLiqCtrHdr #container #header p {
	color: #36C;
	text-align: center;
}
.flashing {
	text-decoration: blink;
	background-color: #F9F;
}
.oneColLiqCtrHdr #container #header p {
	font-family: "Lucida Console", Monaco, monospace;
}
.oneColLiqCtrHdr #container #header p {
	color: #366;
	font-family: "Comic Sans MS", cursive;
}
.count {
	font-family: "Lucida Console", Monaco, monospace;
	background-color: #FFC;
	border: thick dashed #C00;
}
