body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color:#ffffff;
    color: black;
	font-family: verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.oneColLiqCtrHdr #container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(images/blue.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #header {
	background-color: #69C;
	background-image: url(images/blue.jpg);
}
.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 */
	font-weight: bold;
	font-size: 16px;
	font-family:"Old English Text MT";
	color: #000000;
}
.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;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFF;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 10px;
} 
.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 */
}#title {
	font-family: "Georgia, "Times New Roman", Times, serif";
	font-size: 28px;
	color: #600;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	
}

#title2 {
	font-family: "Georgia, "Times New Roman", Times, serif";
	font-size: 36px;
	color: #36C;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	
}
.clouds {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.style10 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24pt;
	color: #F00;
	text-align: left;
	padding-right: 50px;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}
.style30 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18pt;
	color: #C90;
	text-align: left;
	line-height: 80%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.style20 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36pt;
	color: #FFF;
	text-align: left;
	line-height: 80%;
	font-weight: bold;
	background-color: #039;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	top: -10px;
	vertical-align: top;
}
.white {
	font-weight: bold;
	color: #FFF;
}


.style40 {
	font-size: 48px;
	color: #FFF;
	text-align: right;
	line-height: 110%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: "Old English Text MT", cursive, "Monotype Corsiva", "French Script MT";
	background-color: #039;
	vertical-align: middle;
	right: 0px;
	margin: 0px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 5em;
	font-size: 14px;
	color: #C00;
	font-weight: bolder;
}

li { margin-bottom: 10px; }

#extraDiv1 {
	background: transparent url(images/cr2.gif) top left no-repeat;
	position: absolute;
	top: -2px;
	right: 16px;
	width: 110px;
	height: 105px;
	}
