@charset "UTF-8";
body  {
	background: #666666; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000099;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-color: #000000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
.twoColFixLtHdr #container {
	width: 800px!important;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin: 0px auto !important;
	background-color: #000000;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0;  /* 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;
} 
.twoColFixLtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000000;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 222px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
.twoColFixLtHdr #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 */
	background-color: #000000;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
fred {
	color: #000099;
	background-color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #000099;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	color: #000099;
	background-color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #000099;
	background-color: #000000;
}
.style1 {
	color: #FFFFFF;
	border-right-style: #000000;
	background-color: #000000;
	text-align: left;
	margin: 10px 0;
}
#sidebar1 p {margin: 10px 0;}

a:link, a:visited {
    color: #0076FA;
	text-decoration: none;
}

a:hover {
    color: #505050;
	text-decoration: underline;
}

.twoColFixLtHdr #container #mainContent #form1 .bodycopy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.formlablels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000099;
	background-color: #FFFFFF;
}
.productlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	background-color: #FFFFFF;
}
.outandaboutcontent {
	font-size: 12px;
	color: #000099;
	background-color: #FFFFFF;
	vertical-align: top;
}
.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container #footer .style1.copyrightfooter {
	background-position: center;
}
.twoColFixLtHdr #container #footer .styleitalic {
	margin-left: 200px;
}
.twoColFixLtHdr #container #sidebar1 .style1hang {
	margin-left: 0px;
}
.style3 {
	color: #FFFFFF;
	border-right-style: #000000;
	background-color: #000000;
	text-align: left;
	text-indent: -20px;
}
.style7 {
	color: #FFFFFF;
	border-right-style: #000000;
	background-color: #000000;
	text-align: left;
	text-indent: -65px;
	padding-left: 65px;
}

