@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;
	background-image: url(images/backgroundstrip.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000;
}
.oneColLiqCtrHdr #container {
	text-align: center;
}
.oneColLiqCtrHdr #header {
	background: #FFFFFF;
	padding: 10px 10px 0px 10px;  /* 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 */
	border-left-style: inset;
}
.oneColLiqCtrHdr #mainContent {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 0px;
	width: 775px;
	vertical-align: top;
}
.oneColLiqCtrHdr #footer {
	padding: 15px 15px 5px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-style: inset;
	border-top-color: #333;
	border-top-width: thin;
} 
.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 */
}
#tearshape{
	background: #FFF;
	padding: 0px 10px 10px 10px;
	color: #666;
	font-weight: normal;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
a:link {
	text-decoration: none;
	color: #F00;
	font-size: 12px;
	cursor: crosshair;
}
.indexlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #F00;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #333;
	cursor: crosshair;
}
a:active {
	text-decoration: none;
}
#linkcolor {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td img {display: block;}/* CSS Document */
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	list-style-image: url(images/reddotdot.png);
}
.indextext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.whitehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}
.bodyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	background-image: url(images/divback.jpg);
	background-repeat: repeat-x;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.footertextlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
}
.RedHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.pinpoint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
	cursor: crosshair;
}
.mainheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}
.oneColLiqCtrHdr #tearshape #mainContent table tr td .bodytext tr .bodytext p strong {
	font-size: 12px;
}

