@charset "utf-8";
/* CSS Document */

body  {
	font: "Times New Roman", Times, serif;
	background: #cccccc;
	margin: 30px 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: #666666;
}
.twoColFixLt #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 80px 40px 0px;
	height: 570px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border: 0px solid #00FF66;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 245px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 411px;
	text-align: left;
}
.twoColFixLt #mainContent_text {
	margin: 0 0 0 245px;
	padding: 0;
	width: 411px;
	text-align: left;
	position: relative;
	top: 93px;
}
.twoColFixLt #container p{
	font-size: 83%;
}
.twoColFixLt #mainContent #col_1 {
	position: relative;
	width: 170px;
	left: 300px;
	clear: right;
}
.twoColFixLt #col_2 {
	position: absolute;
	width: 185px;
	left: 710px;
}
/* this class for the 2nd column in specs */

.twoColFixLt #SpecCol2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 320px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	left: 400px;
	top: 115px;
}
.twoColFixLt #SpecCol2 p{
	font-size: 80%;
} 


/* this class for the 3rd column in specs */

.twoColFixLt #SpecCol3 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 190px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	left: 730px;
	top: 115px;
}
p {

}
.twoColFixLt #SpecCol3 p{
	font-size: 80%;
} 

.blue_txt {
	color: #209cc2;
}
a:link {
	color: #209cc2;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #209cc2;

}
object {
	margin: 0px;
	padding: 0px;
}



a:hover {
	text-decoration: underline;
}
.findus {
	padding-left: 30px;
}


a:active {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 95%;
	margin: 0px;
	padding: 0px;
}
#header_prepress {
	position: relative;
	margin: -170px 0px 0px -55px;
	padding: 0px;
	clear: both;
}

.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;
}
.indent {
	margin-left: 20px;
}

.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;
}
.sans_serif {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt #mainContent_findus {
	margin: 0 0 0 245px; /* 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;
	text-align: left;
}

