@charset "utf-8";
/* CSS Document */


body {
	background: #ffffff;
	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: justify; /* 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: 85%;
}
.twoColFixLtHdr #container {
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3399cc;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	height: 78px;
	background-color: #ffffff;
	background-position: bottom;
}
.twoColFixLtHdr #flash {
	background: #ffffff;
	margin-left: 0px;
	clear: left;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #3399cc; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.twoColFixLtHdr #centerContent {
	float: left; /* since this element is floated, a width must be given */
	width: 550px; /* 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: #3399cc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
}
.twoColFixLtHdr #abua {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	padding-top: 20px;
	margin: 0;
	float: right;
	width: 55%;
	padding-right: 20px;
}
.twoColFixLtHdr #abuaText {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #frontrtContent {
	margin-left: 625px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #prodrtContent {
	margin-left: 700px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font-size: x-small;
}
.twoColFixLtHdr #footer {
	background:#095280;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.twoColFixLtHdr #contactContent {
	float: right; /* since this element is floated, a width must be given */
	width: 550px; /* 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: #3399cc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	text-align: right;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #333366;
}
a:hover {
	color: #33CCFF;
}

UL.lists {
	list-style-type: circle;
	padding-top: 0px;
}
.imStore {
	padding-top: 5px;
}
.AbuaTextRight {
	float: right;
	margin-left: 20px;
	width: 300px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.OneColumnText {
	width: 90%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 20px;
	text-align: left;
}

