@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;

}
.oneColLiqCtrHdr #container {
	width: 90%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: #000000;
}
.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 {
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(graphics/mc-box.jpg);
}

.oneColLiqCtrHdr #FmainContent {
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.oneColLiqCtrHdr #footer {
	background-color: #000000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 49px;
}
a:link {
	color: #CD4713;
	text-decoration: none;
}
a:visited {
	color: #CD4713;
	text-decoration: none;
}
a:hover {
	color: #CD4713;
	text-decoration: underline
}
a:active {
	color: #CD4713;
	text-decoration: none;
}

.greener {
	color: #5A5920;
}

.bluer {
	color: #0D69B0;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #117CCD;
	text-indent: 3px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #117CCD;
	text-indent: 3px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #117CCD;
	text-indent: 3px;
}
.subfoot{
	font-family: Helvetica, Arial, sans-serif;
	color: #758191;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tableartpad{
	margin-left: 120px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.floatright
{
	float: right;
	width: auto;
	border: 1px solid #282828;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	border-top-width: 25px;
	border-right-width: 25px;
	border-bottom-width: 28px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.floattext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	width: 400px;
	top: 2px;
}

div.floatright img {
	
	
	
	border: 1px solid #000;
	background-color: #697482;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.web{
	float: right;
	top: -112px;
	position: relative;
	padding-right: 20px;
}
.divhigh{
	height: 20px;
}

.flart{
/* white-space: nowrap; */
}

.floatart
{
	margin-left: 120px;
	margin-right: 75px;
	margin-top: 15px;
	}


.floatarttext{
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	top: -22px;
	white-space: nowrap;
	width: 100%;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.floatstandardimgtext{
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	top: -22px;
	white-space: nowrap;
	width: 100%;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

div.floatart img {
	border-top-width: 25px;
	border-right-width: 25px;
	border-bottom-width: 28px;
	border-left-width: 25px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.active-scroll-bars	
{
overflow-y: hidden;
overflow: -moz-scrollbars-horizontal;
}
.catdesc {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #117CCD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	font-size: 12px;
	background-color: #E4E4E4;
}
.catiframe{
	background-color: #EAEFF1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 3px;
	border-top-style: solid;
}

.total{
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}
.para {
	position: relative;
	margin-left: 25px;
	top: -15px;
	margin-bottom: 5px;
	width: 775px;
}
