/* IE 5,6 PNG Fix */
img, div { behavior: url('iepngfix.htc'); }

/* Begin Regular CSS */
body{
  background-color: #8ba9ba;
  color: black;
  font-size: 14px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  margin: 5 0 0 0;
  padding: 15 0 0 0;
  text-align: center;
  }
  
A{
  text-decoration:none;
  color: black;
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: red;
  }
A.NavBar{
  border: 0;
  }
A:hover{
  color: red;
  }


.NavTextSel, .NavText {
  font-size: 10px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  padding: 3px 10px;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #D4D6DB;
  margin: 0;
  }
.NavTextSel{
  color: red;
  font-weight: bold;
  }
.NavText{
  color: black;
  font-weight: normal;
  }
.NavTextSel:hover{
  color: black;
  }
.NavText:hover{
  color: red;
  }
  
.gridcell {
  border: solid 1px #000000;
  padding: 7px;
  }

H1{
  font-size: 18px;
  color: red;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: bold;
  }
H2{
  font-size: 16px;
  color: red;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 3px 0;
  }
  
/* New CSS from Dreamweaver */
  
.twoColFixLtHdr #container { 
	width: 798px;
	border-style: solid;
	border-width: 0px 1px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.twoColFixLtHdr #header { 
  width: 800px;
  display: block;
  text-indent: -2000em;
  height: 120px !important;
  padding: 0;
  background: transparent;
  background-image: url(images/Integrity_Head.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 118px; /* the actual width of this div, including the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #D4D6DB;
	margin: 20px 0 0 0;
}
.twoColFixLtHdr #mainContent { 
	padding: 5px 20px 30px 20px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #D4D6DB;	
	margin: 0 0 0 118px; /* 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. */
	zoom: 1;
} 
.twoColFixLtHdr #footer { 
  width: 640px;
  padding: 0 20px 5px 140px;
  background: transparent;
  background-image: url(images/Integrity_Tail.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  font-size: 10px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  text-align: left;
}  


.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;
}
img.fltlft { /* this class can be used to float an image element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #000000;
}
img.fltrt { /* this class can be used to float an image element right in your page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #000000;
}
.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;
}
