@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: #000000;
	background-color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	list-style-type: disc;
	background-attachment: fixed;
	background-image: url(../images/background_maroon_cloth.gif);
	background-repeat: repeat;
	background-position: left top;
}
.clickable_image_no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
}

.oneColLiqCtrHdr #container {
	width: 70%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: 1;
}
.oneColLiqCtrHdr #header {
	padding: 1px;
	text-align: center;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColLiqCtrHdr #footer {
	text-align: center;
	font-size: small;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
} 
hr {
	width: 90%;
}
h1, h2, h3, h4, h5, h6 {
	color: #800000;
}
img {
	padding: 4px;
}

td, th {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
ul {
	list-style-type: disc;
	line-height: 200%;
}


.inline_strong {
	font-weight: bold;
}
.inline_color {
	color: #800000;
}
.font_arial {
	font-family: Arial, Helvetica, sans-serif;
}
.small_font_size {
	font-size: small;
}
.in_text_image {
	margin: 5px;
	float: right;
}
.center {
	background-position: center;
	text-align: center;
}
