@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	/*background-image: url(../images/pageBg.gif);*/
	background-image: url(../images/bgt.jpg);
	background-repeat: repeat-x; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #ccc;
	padding: 0;
	margin: 0 1px 0 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;
}

.thrColFixHdr #container { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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 {
	padding: 0; /* 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: 112px;
} 
.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 */
}
.thrColFixHdr #header #logo {
	float: left;
}
.thrColFixHdr #header #nav {
	margin: 0px 0px 0px -290px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 55px;
}
.thrColFixHdr #container #header #nsContainer {
	margin: 0 0 0 516px;
	padding: 0;
	font-size: 70%;
}
.thrColFixHdr #container #header #nsContainer form{
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container #header #nsContainer #newsletter {
	margin: 0;
	padding: 8px 0 0 0;
	width: 198px;
	height: 29px;
	float: left;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/searchBg.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #header #nsContainer #newsletter img {
	vertical-align: middle;
}
.thrColFixHdr #container #header #nsContainer #newsletter input {
	vertical-align: middle;
	font-size: 110%;
	background-color: #EEE;
}
.thrColFixHdr #container #header #nsContainer #newsletter input:focus {
	background-color: #FFF;
}
.thrColFixHdr #container #header #nsContainer #search {
	margin: 0 0 0 13px;
	padding: 8px 0 0 0;
	width: 198px;
	height: 29px;
	float: left;
	background-image: url(../images/searchBg.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #header #nsContainer #search img {
	vertical-align: middle;
}
.thrColFixHdr #container #header #nsContainer #search input {
	vertical-align: middle;
	font-size: 110%;
	background-color: #EEE;
}
.thrColFixHdr #container #header #nsContainer #search input:focus {
	background-color: #FFF;
}
.thrColFixHdr #container #banner {
	height: 258px;
	border-top: 0px solid #FFF;
	padding: 1px 0 0 0;
}
.thrColFixHdr #container #banner2 {
	height: 30px;
	border-top: 0px solid #FFF;
	padding: 1px 0 0 0;
}
.thrColFixHdr #container #banner3 {
	height: 120px;
	border-top: 0px solid #FFF;
	padding: 1px 0 0 0;
}
.thrColFixHdr #container #banner #leftCol {
	width: 652px;
	height: 249px;
	float: left;
}
.thrColFixHdr #container #banner3 #leftCol2 {
	width: 652px;
	height: 120px;
	float: left;
}
.thrColFixHdr #container #banner #rightCol1 {
	height: 249px;
	margin: 0 0 0 658px;
	padding: 0px;
}
.thrColFixHdr #container #banner3 #rightCol2 {
	height: 120px;
	margin: 0 0 0 800px;
	padding: 0px;
}
.thrColFixHdr #container #banner #rightCol1 p {
	color: #FFF;
	font-size: 70%;
	line-height: 12pt;
}
.thrColFixHdr #container #banner #rightCol1 h1 {
	color: #FFF;
	font-size: 110%;
	margin: 0;
}
.thrColFixHdr #container #banner #rightCol1 h2 {
	color: #f7bc0a;
	font-size: 80%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container #banner #rightCol1 a {
	color: #FFF;
}
.thrColFixHdr #thrColCtr { 
	padding: 0 326px 0;
	margin: 9px 0 0 0;
	background-image: url(../images/widgetBg3.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #thrColCtr .column {
	position: relative;
	float: left;
}
.thrColFixHdr #thrColCtr .column .box {
	margin: 10px 20px;
}
.thrColFixHdr #thrColCtr .column .box h2 {
	color: #fff;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #thrColCtr .column .boxContent {
	height: 218px;
	overflow: auto;
	margin: 20px 0 0 0;
	background-color: #fff;
}
.thrColFixHdr #thrColCtr .column .boxContent h3 {
	color: #00529B;
	font-size: 80%;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 19px;
}
.thrColFixHdr #thrColCtr .column .boxContent p {
	color: #333;
	font-size: 80%;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
.thrColFixHdr #thrColCtr .column .boxContent p.date {
	line-height: 19px;
  color: #666;
}
.thrColFixHdr #thrColCtr .column .boxContent a {
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #thrColCtr .column .boxContent a:hover {
	color: #333;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.thrColFixHdr #sidebar1 {
	width: 326px;          /* LC width */
  right: 326px;          /* LC width */
	margin-left: -326px;
	height: 210px;
}
.thrColFixHdr #sidebar2 {
	width: 326px;          /* RC width */
	margin-right: -326px;  /* RC width */
	height: 210px;
}
.thrColFixHdr #sidebar2 img{
	float: left;
	margin: 0 10px 0 0;
}
.thrColFixHdr #mainContent { 
	width: 326px;
	height: 265px;
}
.thrColFixHdr .reqFieldMarker {
	color: RED;
}
.thrColFixHdr #content2 {
	margin: 9px 0 10px 0;
	background-image: url(../images/content2Bg.gif);
	background-repeat: repeat-y;	
}

.thrColFixHdr #content2 #mainCol {
	width: 610px;
	padding: 20px;
	float: left;
}

.thrColFixHdr #content2 #mainCol a:link{
    color: #006699;
	text-decoration: none;
}

.thrColFixHdr #content2 #mainCol a:visited{
    color: #F7BC0A;
	text-decoration: none;
}

.thrColFixHdr #content2 #mainCol a:hover{
    color: #888888;
	text-decoration: none;
}



.thrColFixHdr #content2 #mainCol2 {
	width: 610px;
	padding: 20px;
	float: left;
	<!--budi-->
}
.thrColFixHdr #content2 #ylwBnr {
	background-color: #F7BC0A;
	border: 1px solid #FFF;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
}
.thrColFixHdr #content2 h2 {
	font-size: 110%;
	margin-top: 30px;
	color: #333;
}
.thrColFixHdr #content2 h3 {
	font-size: 80%;
	margin: 0;
	color: #333;
}
.thrColFixHdr #content2 p {
	font-size: 80%;
	color: #333;
	margin: 15px 0 0 0;
}
.thrColFixHdr #content2 p strong {
	color: #006699;
}
.thrColFixHdr #content2 ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 20px 0;
	padding: 0;
}
.thrColFixHdr #content2 ul li h3 {
	font-size: 90%;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #content2 ul li p {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #content2 ul.people li {
	list-style: none;
	list-style-image: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.thrColFixHdr #content2 ul.people li h3 {
	font-size: 90%;
	margin: 0;
	padding: 0;
}
.thrColFixHdr #content2 ul.people li p {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #content2 ul.people li img {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #FFF;
}
.thrColFixHdr #content2 img.imgLft {
	float: left;
	margin: 0 10px 0 0;
	border: 5px solid #FFF;
}
.thrColFixHdr #content2 img.imgRgt {
	float: right;
	margin: 0 0 0 10px;
	border: 5px solid #FFF;
}
.thrColFixHdr .dvr{
	height: 2px;
	border-top: 1px dotted #666;
}
.thrColFixHdr #signUpTable {
	font-size: 80%;
	color: #006699;
	margin: 0 15px 0;
}
.thrColFixHdr #signUpTable input {
	background-color: #EEE;
}
.thrColFixHdr #signUpTable textarea {
	background-color: #EEE;
}
.thrColFixHdr #content2 #skedRenz {
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #F7BC0A;
	border: 5px solid #FFF;
}
.thrColFixHdr #content2 #skedRenz table {
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 80%;
}
.thrColFixHdr #content2 #signUp {
	visibility: hidden;
	float: left;
	position: absolute;
	left: 505px;
	top: 430px;
}
.thrColFixHdr #sidebar1 #signUp {
	visibility: hidden;
	float: left;
	position: absolute;
	left: 505px;
	top: 430px;
}
.thrColFixHdr #content2 #subscribe {
	visibility: hidden;
	float: left;
	position: absolute;
	left: 505px;
	top: 430px;
}
.thrColFixHdr #content2 #sideCol {
	margin: 0 0 0 660px;
	padding: 20px 20px 20px 10px;
}
.thrColFixHdr #content2 #sideCol2 {
	margin: 0 0 0 660px;
	padding: 20px 20px 20px 10px;
	<!--budi-->
}
.thrColFixHdr #content2 #sideCol h3 {
	margin-top: 0;
}
.thrColFixHdr #content2 #sideCol p {
	font-size: 75%;
	font-weight: normal;
}
.thrColFixHdr #content2 #sideCol #lstNws {
	margin: 0;
	padding: 20px;
	background-image: url(../images/sideBarSubBg.gif);
	background-repeat: repeat-x;
}
.thrColFixHdr #content2 #sideCol #lstNws h2 {
	margin: 0 0 20px 0;
	font-size: 70%;
	color: #FFF;
	text-align: center;
	background-color: #999;
	padding: 5px;
}
.thrColFixHdr #content2 #sideCol #lstNws h3 {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #content2 #sideCol #lstNws p {
	margin: 0;
	padding: 0;
}


.thrColFixHdr #content2 #sideCol #lstNws a:link {
    color: #006699;
    text-decoration: none;
} 

.thrColFixHdr #content2 #sideCol #lstNws a:visited {
    color: #006699;
    text-decoration: none;
}

.thrColFixHdr #content2 #sideCol #lstNws a:hover {
    color: #F7BC0A;
    text-decoration: none;
}

a.SendEmail:link {
    color: #006699;
    text-decoration: dashed;
}

a.SendEmail:visited {
    color: #006699;
    text-decoration: dashed;
}

a.SendEmail:hover {
    color: #F7BC0A;
    text-decoration: none;
}

.thrColFixHdr #footer { 
	margin: 0;
	padding: 0 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 70%;
	color: #333;
}
.thrColFixHdr #footer ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.thrColFixHdr #footer ul li a:link, .thrColFixHdr #footer ul li a:visited {
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #333;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #footer ul li a:hover, .thrColFixHdr #footer ul li a:focus {
	color: #F4F4F4;
}
.thrColFixHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
