@charset "utf-8";
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2d4f50;
	font-family: Arial, Verdana, sans-serif;
	font-size:14px;
    line-height: 125%;
}

h2, h3  {
color:#FF0000;
text-align:left;
line-height: 18px;
}

h2 {
margin-top: 35px;
font-size:24px;
font-family:"Times New Roman", Times, serif;
}

h3 {
font-size:16px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

ul {
	list-style: outside;
  }

ul li {
	margin-left: -20px;
	text-align: left;
	line-height: 24px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
  }
  
.thrColFixHdr #sidebar1 ul li a {
  padding-left: 30px; /* width of icon + whitespace */
  }

img {
	border: 0;
}

.thrColFixHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:36px;
	text-align:left;
	background: #2A3F5D;
	padding: 0 0px 0 30px;  /* 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. */
	height: 163px;
	margin-bottom: 5px;
	color: #FFFFFF;
} 
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border: 0px;
}
.thrColFixHdr #logo {
	position:absolute;
	top: 60px;
	float:left;
}
.thrColFixHdr #contact {
	position: absolute;
	top: 59px;
	right: 17px;
	margin-top: -15px;
	padding-top: 35px;
	font-size:16px;
	text-align:left;
	line-height: 60%;
	color:#FFFFFF
}

.thrColFixHdr #contact, #contact a {
color:#FFFFFF
}

.thrColFixHdr #sidebar1 {
	position: absolute;
	left: 0; 
	width: 163px; 
	background: #ABD3EF; 
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	height: 666px
}

.thrColFixHdr #sidebar1 ul {
	margin-left: -40px;
	list-style: none;
  }
  
.thrColFixHdr #sidebar1 ul li {
	/* margin: 2px 0 6px 0; */
	text-align: left;
	line-height: 24px; /* height of icon */
	background-repeat: no-repeat;
	background-position: 0 50%;
  }
  
.thrColFixHdr #sidebar1 ul li a {
  padding-left: 30px; /* width of icon + whitespace */
  }
  
.thrColFixHdr #mainContent {
	position:absolute;
	left: 210px;
	margin: 0 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 510px;
	top: 169px;
	text-align:left;
} 
.thrColFixHdr #sidebar2 {
	position:absolute;
	right: 0;
	width: 217px; 
	background: #EBEBEB; 
}

.thrColFixHdr #footer {
	position: relative;
	left: 210px;
	top: 660px;
	width: 525px;
	text-align:left;
}

.thrColFixHdr #clear {
clear:both;
}

.small {
font-size:10px;
}

.small p {
line-height: 115%;
margin-top: 0em;
  margin-bottom: 0.8em;
}
