@charset "utf-8";
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; /* 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;
	background-image: url(images-common/BlackwaterReviewBkgr.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
input.button {
	background-color: #FFFFFF;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images-common/green-arrow-button.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 p {
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D31145;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #37D178;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoColFixLtHdr #container #mainContent h1 {
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #999999;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent h3 {
	color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}



.twoColFixLtHdr #container #mainContent p {
	line-height: 1.5em;
	color: #666666;
}
.twoColFixLtHdr #container #mainContent li {
	line-height: 1.5em;
	color: #666666;
}

.twoColFixLtHdr #footer {
	padding: 0;
} 
.twoColFixLtHdr #footerLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.twoColFixLtHdr #footerLeft a{
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footerLeft a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footerLeft a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.twoColFixLtHdr #footerLeft a:active{
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLtHdr #footerRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D31145;
} 
/* CLASSES */
.photoRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	float: right;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	width: 300px;
	margin-left: 25px;

}
.photoRight img {
	padding-bottom: 5px;
}


.tabulardata {
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D31145;
	border-right-color: #D31145;
	border-bottom-color: #D31145;
	border-left-color: #D31145;
}

.tabulardata td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D31145;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D31145;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

.tabulardata th{
	background-color: #D31145;
	color: #FFFFFF;
	padding: 5px;
}
.redText {
	color: #CC0000;
}
.greenText {
	color: #009900;
}
.grayText {
	color: #999999;
}
.graysmall {
	font-size: x-small;
	color: #999999;
}
.whitesmall {
	font-size: x-small;
	color: #FFFFFF;
}
.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;
}

