@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: 20px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat;
}
.oneColLiqCtrHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006;
}
.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 */
}
.oneColLiqCtrHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	width: 760px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	margin: 0 auto;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #666;
} 
.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 */
}


.font12_Black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	/*text-align=" { left | center | right | justify } "*/
}
.font12_DarkBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #006;
	/*text-align=" { left | center | right | justify } "*/
}
.font12_Red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	/*text-align=" { left | center | right | justify } "*/
}
.font14_Black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	/*text-align=" { left | center | right | justify } "*/
}
.font14_DarkBlue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #006;
	/*text-align=" { left | center | right | justify } "*/
}
.font14_Red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	/*text-align=" { left | center | right | justify } "*/
}
.font16_Black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	/*align=" { left | center | right | justify } "*/
}
.font16_DarkBlue3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #006;
}
.font16_Red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	
}
.tiny_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

}
.test {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #0F0;
}

body {
	background-image: url(http://www.cbai.ie/newsiteimages/DropGrandient3.png);
	background-repeat: repeat-x;
}
