
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.thrColFix #container { 
	width: 776px;  /* 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. */
	font-size: .9em;
	
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 1px solid #666666;
	font-family: Georgia, Geneva, Times, serif;
	font-size: .9em;
	color: #000000;	
}

.thrColFix #sidebar1 h1 {
  font-family: Georgia, Geneva, Times, serif;
	font-size: 1.2em;
	letter-spacing: .1em;
	color: #000000;
	}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 102px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border: 1px solid #666666;
}
.thrColFix #mainContent { 
	margin: 0 30px 0 230px; 
	padding: 2 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        font-size: .9em; 
		
}

.thrColFix #mainContent h1 { 
	margin-top: 20px; 
	font-size: 1.2em;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}

.thrColFix #mainContent b { 
	color:#555;
}

.thrColFix #mainContent li { 
	list-style-type: square;
}

.header { 
	margin: 28px 0 26px 0; 
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: .1em;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
}

.indent  {
margin-left:40px;
}

.linkstyle1 {
text-decoration: none;
color: #00AEED;
}	
	
}

.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;
}

.thrColFix #headnav {
margin: 10px 0 12px 0px;
padding: 14px 0 10px 0;
background: url(images/bar3.jpg) no-repeat;
text-decoration: none;
font-size: .8em;
}

.thrColFix #footer {
margin: 10px 0 12px 0px;
padding: 14px 0 10px 0;
background: url(images/bar3.jpg) no-repeat;
text-decoration: none;
font-size: .6em;
}

.rtpullquote {
color:blue;
width:130px;
float:right;
width:130px;
margin-top:6px;
margin-bottom:10px;
margin-left:12px;
padding-bottom:10px;
font-family:'Lucida Grande', Helvetica, sans-serif;
font-size: 24px;
line-height:30px;
letter-spacing:-1px;
text-align: right;
color:#FF0000;
}

.lftpullquote {
color:blue;
width:130px;
float:left;
width:130px;
margin-top:6px;
margin-bottom:10px;
margin-right: 12px;
padding-bottom:10px;
font-family:'Lucida Grande', Helvetica, sans-serif;
font-size: 24px;
line-height:30px;
letter-spacing:-1px;
text-align: left;
color:#FF0000;
}

--> 

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; }
.thrColFix #sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
