@charset "UTF-8";
body {
	background: #ffffff;
	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: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(bgfilm.gif);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #ffffcc;
	margin: 0 auto; /* 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. */
}
.oneColLiqCtrHdr #header {
	background: #99cc33;
	padding: .5em 1em 1em 3em;  /* 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. */
}
.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 {
	margin: 0 3em 0 3em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtrHdr #footer { 
	padding: 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99cc33;
	font-size: 90%;
} 
.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 */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.box {
	margin: 0 1em 1em 0;
	padding: 0 0 1em 0;
	font-size: 85%;
	line-height: 1.25em;
	color: #666;
	background: #fff url(boxbot.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 0.5em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #99cc33;
	background: url(boxtop.gif) no-repeat top left;
	text-transform: lowercase;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 1em 0 0.8em;
	}
.box ul li {
	margin: 0;
	padding: 0 0 0 1.2em;
	list-style: none;
	background: url(arrow990000.gif) no-repeat 0 .2em;
}
h1 {
	margin: 0 30% 1.25em -2em;
	padding: 0.5em 2em;
	background: #ffffff;
	color: #99cc33;
	font-size: 1.5em;
	text-transform: lowercase;
}
h2 {
	margin: 0.5em 0;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #99cc33;
	font-size: 1.4em;
	text-transform: lowercase;
	padding-top: 1em;
	color: #990000;
}
h3 {
	margin: 1.5em 0 0.25em 0;
	font-size: 1.15em;
	color: #990000;
	text-transform: none;
}
h4 {
	margin: 0.5em 0;
	font-size: 1em;
	padding: .5em 0 .25em 0;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
ol {
	font-size: 95%;
	list-style-position: outside;
	margin-top: 0.6em;
}
ul {
	margin: 0;
	padding: 0 1em 0 0;
	}
ul li {
	margin: 0;
	padding: 0 0 0 1.2em;
	list-style: none;
	background: url(arrow990000.gif) no-repeat 0 .2em;
}
cite {
	font-style: italic;
	font-weight: bold;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	background-color: #990000;
	color: #99cc33;
}	
a:active {
	text-decoration: none;
	background-color: #990000;
	color: #ffffff;
}
table {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
tr {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
td {
	margin: 0;
	padding: 0;
}
blockquote {
	font-size: 90%;
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.books {
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #99cc33;
	border-bottom: 1px solid #99cc33;
	padding: .5em 0 .5em 0;
}
.caption {
	font-size: 80%;
	line-height: 2em;
}
.smalltext {
	font-size: 80%;
}
.new {
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accentgreatersign {
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.highlight {
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
}
.red990000   {
	color: #990000;
}
.green99cc33  {
	color: #99cc33;
}
.centerImage {
	display: block;
    margin-left: auto;
    margin-right: auto 
}
.centerText {
	text-align: center;
}
.firstParagraph {
	margin-top: 0px;
}
.floatTextLeft
{
	float: left;
	width: 12em;
	background-color: #ffffff;
	margin-right: 8px;
	border: 1px solid green;
	padding: 1px 6px 6px 6px;
}
.floatTextRight
{
	float: right;
	width: 10em;
	background-color: #ffffff;
	margin-left: 8px;
	border: 1px solid green;
	padding: 1px 6px 6px 6px;
}
.reviewdate
{
	text-align: left;
	padding: .75em 0 0 0;
	font-style: italic;
}
.toparrow
{
	text-align: right;
	padding: 0 0 1em 0;
}
