@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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: #000000;
	background-color: #000000;
	background-image: url(../../../images/redCoBoardF2.jpg);
}
.oneColLiqCtr #container {
	
	width: 80%;  /* this will create a container 80% of the browser width */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	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: #99CC00;
	font-family: "Comic Sans MS";
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #mainContent {
	width: 80%;
	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: #99CC00;
	font-family: "Comic Sans MS";
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 17%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.icons{
	text-align: right;
	display: inline;
	image-align: left;
	padding: 0px;
	float: left;
	width: 45%;
	border: 0;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

}
.boxAd{
	text-align: left;
	display: inline;
	padding: 1px;
	float: left;
	width: 45%;
	border: 0;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	
}
.p{
	width:80%;
	text-align: center;
	color: #99CC00;
	font-family: "Comic Sans MS";
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.bread{
	width:100%;
	text-align: center;
	color: #99CC00;
	font-family: "Comic Sans MS";
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}