html, body {
    min-height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: repeat;
	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: #000000;
}
.oneColLiqCtrHdr #hcontainer {
	width: 100%;  /* this will create a container 100% of the browser width */
	height: 110px;
	background-color: #25383C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #mcontainer {
	width: 90%;  /* this will create a container 90% of the browser width */
	height: 100%;
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
body, td, th {
	color: #999999;
}
.spacer {font-size: 5px; font-family: "Times New Roman", Times, serif;}
.style8 {font-size: 18px; line-height:20px ; font-family: "Times New Roman", Times, serif; color: #C0C0C0; font-weight: bold;}
.style1 {font-size: 18px}
.style5 {font-size: 36px}
.style7 {color: #CCCCCC; font-style: italic;}
.style2 {font-size: 14px}
a:visited {font-size: 18px; color: #C0C0C0; text-decoration:none;}
a:link {font-size: 18px; color: #4EE2EC; text-decoration:none;}
a:hover {font-size: 20px; color: #ffffff;}
a:link.mybutton {font-size: 16px;
                 font-family: "Times New Roman", Times, serif;
	         color: #4EE2EC;
                 text-decoration:none}
a:visited.mybutton {font-size: 16px;
                 font-family: "Times New Roman", Times, serif;
	         color: #4EE2EC;
                 text-decoration:none}
a:hover.mybutton {font-size: 16px;
                 font-family: "Times New Roman", Times, serif;
	         color: #ffffff;
                 text-decoration:none}
a:visited.about {font-size: 18px; color: #4EE2EC; text-decoration:none;}
a:link.about {font-size: 18px; color: #4EE2EC; text-decoration:none;}
a:hover.about {font-size: 18px; color: #ffffff;}
a:visited.book {font-size: 22px; line-height:26px; color: #C0C0C0; text-decoration:none;}
a:link.book {font-size: 22px; line-height:26px; color: #4EE2EC; text-decoration:none;}
a:hover.book {font-size: 26px; line-height:26px; color: #ffffff;}
