@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	padding: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	position: absolute;
}
.twoColFixLt #container {
	background-color: #CCC;
	position: absolute;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 790px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 177px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	padding-top: 0px;
	z-index: 2;
	list-style-type: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.twoColFixLt #header1 {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 170px;
	width: 613px;
	background-color: #FFF;
	position: absolute;
	left: 175px;
	top: 0px;
}
.twoColFixLt #header2 {
	height: 42px;
	width: 788px;
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 170px;
	z-index: 3;
}
.twoColFixLt #img1 {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
	float: left;
	background-attachment: scroll;
	background-image: url(file://///d2mwk691/server/OFFICE/marketing/SAWebsite/images/Sidebar-backgrnd.jpg);
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1content {
	float: left; /* since this element is floated, a width must be given */
	width: 176px;
	position: absolute;
	left: 0px;
	top: 170px;
	height: auto;
	padding-top: 0px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #4665F7;
	border-right-color: #4665F7;
	border-bottom-color: #4665F7;
	border-left-color: #4665F7;
	border-top-style: none;
	border-bottom-style: none;
	background-attachment: scroll;
	background-image: url(file://///d2mwk691/server/OFFICE/marketing/SAWebsite/images/Sidebar-backgrnd.jpg);
	background-repeat: repeat-y;
	z-index: 1;
}
.twoColFixLt #img2 {
	margin: 0;
	background-color: #000;
	position: absolute;
	z-index: 20;
	float: left;
	font-family: "Century Gothic";
	padding-left: 0px;
	font-weight: bold;
	text-decoration: underline;
	width: 177px;
	height: 20px;
	font-size: 12px;
	padding-top: 3px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	vertical-align: middle;
	text-align: center;
}
.twoColFixLt #mainContent {
	position: absolute;
	left: 0px;
	top: 210px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 176px;
	width: 511px;
	background-color: #CCC;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	height: auto;
	background-repeat: no-repeat;
	background-image: none;
}
.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;
}
.twoColFixLt #container #sidebar1 h5 {
	font-family: Century Gothic;
	padding-left: 10px;
}
