@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: #424564;
	background-color: #B4B8BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
}
.left {
	width: 45%;
	padding: 0px;
	clear: left;
}
.fltrt {
	float: right;
	padding-left: 5px;
}

.endcolumn {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.right {
	float: right;
	width: 45%;
	margin-bottom: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	clear: both;
}
.oneColLiqCtrHdr #container #mainContent #rightbox #leftside {
	float: left;
	width: 49%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 0px;
	padding-right: 5px;
}
.oneColLiqCtrHdr #container #mainContent #rightbox #rightside {
	float: right;
	width: 48%;
	padding-left: 5px;
}


.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightpadding {
	padding-right: 20px;
}
h3 {
	font-size: 1em;

}
.bottomline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 10px;
}

#leftboxbox {
	float: left;
	width: 17%;
	padding-right: 20px;
	padding-top: 0px;
}
.oneColLiqCtrHdr #container #mainContent #box {
	width: 350px;
}
.oneColLiqCtrHdr #container #mainContent #rightbox {
	float: right;
	width: 80%;
}
.newlinks {
	list-style-type: none;
}
.oneColLiqCtrHdr #container #mainContent #leftboxbox {
	list-style-type: none;
}
.oneColLiqCtrHdr #container #mainContent #leftboxbox ul {
	list-style-type: none;
	display: inline;
	line-height: 30px;
}
.oneColLiqCtrHdr #container #mainContent #leftboxbox a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent #leftboxbox a:hover {
	background-color: #A7BCD1;
	color: #35679A;
	display: block;
}




.oneColLiqCtrHdr #header {
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/newheader.jpg);
	clear: both;
	color: #445262;
	font-weight: bold;
	height: 164px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textpadding {
	padding-right: 40px;
	padding-left: 40px;
}

#nav {
	clear: both;
	margin-bottom: 0px;
	color: #FFF;
	text-align: left;
	font-size: 1.2em;
	padding-top: 120px;
	padding-left: 20px;
}
h1 {
	color: #343445;
}
h2 {
	color: #424564;
	font-size: 110%;
	font-weight: bold;
}
.larger {
	font-size: 120%;
}

.oneColLiqCtrHdr #container #header #nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/tab.jpg);
	padding-right: 11px;
	padding-left: 10px;
	height: 30px;
	float: left;
	width: 77px;
	padding-top: 6px;
	text-align: center;
}
.oneColLiqCtrHdr #container #header #nav a:visited {
	color: #445262;
}

.oneColLiqCtrHdr #container #header #nav a:hover {
	color: #1B3F94;
}
.oneColLiqCtrHdr #container #header #nav a:active {
	color: #112758;
	background-color: #FFFFFF;
	background-image: url(images/tab_over.jpg);
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #footer {
	background-color: #35679A;
	background-position: right;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
} 
.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 */
	color: #FFFFFF;
	font-size: .8em;
	text-align: right;
}
.border {
	border: 1px solid #CCCCCC;
}
.oneColLiqCtrHdr #container #header #nav h1 {
	color: #FFFFFF;
	font-size: .85em;
	padding-top: 6px;
}
.fltlft {
	float: left;
	padding-right: 5px;
}

