@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;
	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: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container #mainContent #gold {
	border: 2px solid #3D4D4D;
	width: 395px;
	margin-right: auto;
	margin-left: auto;
}

.oneColLiqCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #0130BE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtrHdr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0130BE;
	margin: 0px;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}


.oneColLiqCtrHdr #mainContent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	min-height: 500px;
}

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0130BE;
} 


.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 */
	font-size: small;
}
.footerlogo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	padding-left: 35px;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	color: #58575C;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1C1B55;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1C1B55;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1C1B55;
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.BlueText  {color: #1C1B55}

.GreenText {color: #006600}

.goldcolor {
	color: #FF9900;
	font-weight: bold;
}

.testimonials {
	font-size: 11.5px
}

.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}
.imageright {
	float: right;
	padding-bottom: 3px;
	padding-left: 10px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
}
#imagecaption {
	font-size: 11px;
	color: #0000CC;
	float: right;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

