@charset "utf-8";
/* CSS Document */

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;
	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: #333333;
	background-image: url(../images/2010_brcs_bkgrnd_06.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtr #container {
	width: 80%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	float: left;
	background-image: url(../images/2010_brcs_02.png);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.oneColLiqCtr #mainContent {
}

.style1 {color: #FFFFFF}
.style2 {font-size: 75%}
.style3 {font-size: x-small}

.style6 {font-size: small}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666699;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style8 {color: #666699}
.style10 {
	font-size: 8px
	}

