@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: 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: #6495ED;
	background-attachment: fixed;
	background-image: url(images/bgGrad.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 10pt;
}
a {
	font-weight: bold;
	color: #0000CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CE0000;
}
a:active {
	text-decoration: none;
}
.menuDiv {
	background: #314975;
	height: auto;
	width: auto;  
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #314975;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #314975;
	padding-left: 5px;
}
.menuDiv a {
	background-color: #314975;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	clear: none;
	position: relative;
	height: 35px;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: middle;
	overflow: visible;
	float: left;
	width: 90px;
}
.menuDiv a:link {
	text-decoration: none;
}
.menuDiv a:hover {
	background-color: #6483BD;
	text-decoration: none;
	color: #000000;/* 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. */
}
.faq_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #314975;
	height: auto;
	width: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
}

.menuDiv a:active {
	background-color: #314975;
	text-decoration: none;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:active {
	text-decoration: none;
}
.topspacer {
	height: 12px;
	margin: 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;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #849ecd;
}
.footer_txt {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.copyright {
	font: 80% 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;
}
.oneColLiqCtrHdr #container {
	width: 771px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #314975;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}
.oneColLiqCtrHdr #header {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #314975;
}
.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 {
	background: #FFFFFF;
	clear: both;
	margin-top: 30;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 25px;
	border-right-width: 15px;
	border-bottom-width: 25px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #314975;
	border-right-color: #314975;
	border-bottom-color: #314975;
	border-left-color: #314975;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#314975;
	text-align: center;
} 
.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 */
}
.previwer_div {
	height: auto  /* 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. */;
	background-color: #FFFFFF;
	clear: both;
	width: auto;
	position: relative;
}
