body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #f8f8f8;
	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;
}
#feathertop {
	background-image: url(../images/feather-top.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 809px;
}
.itv {
	padding-left: 5px;
}

.twoColFixLtHdr #container {
	width: 809px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ece8e3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#headleft {
	float: left;
	height: 138px;
	width: 259px;
}
.searchtextfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 14px;
	width: 140px;
	margin: 0px;
	color: #5985af;
	border: 1px solid #777777;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}


.twoColFixLtHdr #header {
	padding: 0;
	background-image: url(../images/bg-head-main.jpg);
	background-repeat: repeat-x;
	height: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f8f8f8;
	border-right-color: #f8f8f8;
	border-bottom-color: #f8f8f8;
	border-left-color: #f8f8f8;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	padding-top: 23px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../images/bg-feather-maincontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 199px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #footer {
	background-color: #5985af;
	height: 21px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
li {
	list-style-image: url(../images/bullet-arrow.gif);
	font-size: 13px;
	color: #777777;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 40px;
}
ul {
	padding-left: 35px;
	margin-left: 35px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f8f8f8;
	border-right-color: #f8f8f8;
	border-bottom-color: #f8f8f8;
	border-left-color: #f8f8f8;
}
.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;
}

#headright {
	float: right;
	padding-top: 52px;
	padding-right: 50px;
}

.searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5985af;
	border: 0px solid #777777;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #sidebar1 p {
	color: #5985b0;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cecbc8;
	border-right-color: #cecbc8;
	border-bottom-color: #cecbc8;
	border-left-color: #cecbc8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#mainContent h1 {
	font-size: 18px;
	color: #5985af;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#mainContent p {
	font-size: 13px;
	color: #777777;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#footer p {
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
}

a:link, a:visited, a:active {
	color: #5a85af;
	text-decoration: none;
	}
 
 a:hover {
	color: #777777;
	text-decoration: none;
	}

#mainContent h2 {
	font-size: 14px;
	color: #5985af;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}

.indexpic {
	border: 2px solid #FFFFFF;
	margin-bottom: 5px;
	margin-left: 15px;
}
fieldset {
	padding: 0px;

}

#indexnews {
	border: 2px solid #cecbc8;
	font-size: 11px;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#indexnews p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#indexnews legend {
	font-size: 16px;

}

[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
<![endif]

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.copyright {
	font-size: 11px;
	color: #777777;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
.freecallback {
	text-align: right;
	padding-right: 45px;
}
.freecallback {
	text-align: right;
	padding-right: 47px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.indexbullets {
}

.indexbullets ul {
	margin-top: 0px;
	padding-top: 0px;
}
