@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #395c87;
	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: 980px;  /* this will create a container 80% of the browser width */
	background-color: #395C87;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	position:relative;
	padding: 0px;  /* 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. */
	text-align: center;
	background-color: #395C87;
}
.oneColLiqCtrHdr #ButtonNav {
	background-color: #395c87;
	border:3px solid #adb3da;
}
.oneColLiqCtrHdr #mainContent {
	padding: 10px 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #14365F;
	color: #FFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #14365F;
	border: 1px solid #000000;
	border-top: 1px dotted #000000;
	color: #FFF;
	text-align: center;
	font-size: .65em;
	-moz-border-radius-bottomleft:2em;
	-moz-border-radius-bottomright:2em;
	-webkit-border-bottom-right-radius:2em; 
	-webkit-border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
} 
.oneColLiqCtrHdr #footer a{
	color: #FFF;
	text-align: center;
	text-decoration:none;
} 
.oneColLiqCtrHdr #footer a:hover{
	color: #FFF;
	text-align: center;
	text-decoration:underline;
} 

a:link{
	color: #FFF;
	text-align: center;
	text-decoration:none;
}
a:hover{
	color: #FFF;
	text-align: center;
	text-decoration:underline;
}


/* BUTTONS */

.NavHoriz {
	width:100%;
	border-collapse:collapse;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0px;
	white-space:nowrap;
	text-align:center;
	height:39px;
	line-height:38px;
}
.NavHoriz td a {
	display:block;
	background-image:url(../images/BackgroundButtonBlue.jpg);
	background-position:left;
	background-repeat:repeat-x;
	padding:0px;
	color:#ffffff;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	height:39px;
}
.NavHoriz td a:hover {
	background-image:url(../images/BackgroundButtonYellow.jpg);
	background-position:left;
	background-repeat:repeat-x;
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	height:39px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
	border-bottom:1px white solid;
}
.BlueBoldText{color:#1AB0BB; font-size:18px}
.YellowBoldText{color:#FECC00; font-size:16px}
.GreenBoldText{color:#339900; font-size:16px}
.SmallText{color:#FFFFFF; font-size:10px}
