@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f0aa00;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 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;
}
.thrColFix #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image:url(../images/content_bck.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 143px; /* 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 */
	height:820px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/lft_bdr.jpg);
	background-repeat:no-repeat;
	background-color:#f1ae00;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 152px; /* 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 */
	height:820px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image:url(../images/rght_bdr.jpg);
	background-repeat:no-repeat;
	background-color:#f1ae00;
}
.thrColFix #mainContent {
	width:660px;
	padding-top: 0px;
	margin-left: 143px;
	vertical-align:top;
} 
.thrColFix #newsLink {
	width:660px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:21px;
	background-image:url(../images/tp_main.jpg);
	background-repeat:no-repeat;
} 
.thrColFix #newsNav {
	width:100px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:21px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	color:#FFF;
	vertical-align: middle;
} 
.thrColFix #logo{
	width:660px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:174px;
}
.thrColFix #navigation{
	width:660px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url(../images/navigation_bck.jpg);
	background-repeat:no-repeat;
	height:72px;
	text-align:center;
	vertical-align:middle;
	font-size: 9%;
}
.thrColFix #maintContentInfo{
	width:660px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image:url(../images/cnt_bckgrd.jpg);
	background-repeat:no-repeat;
	background-color:#FFF0E0;
}
.mainCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#340100;
}
.smallCopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	color:#340100;
}

.smallCopy2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	font-weight:bolder;
	color:#FFF;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#340100;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#340100;
}

.break{
	font-family:  Arial, Helvetica,  sans-serif;
	font-size: 16.5px;
	color: #ffffff;
	font-weight: bold;
	font-variant: normal;
	line-height: 26px;
	font-style: normal;
	text-decoration:none;
}
.aNav {
	font-family:  Arial, Helvetica,  sans-serif;
	font-size: 16.5px;
	color: #ffffff;
	font-weight: bold;
	font-variant: normal;
	line-height: 26px;
	font-style: normal;
	text-decoration:none;
}
.aNav:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.aNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.aNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
.aNav:active {
	font-family: Arial, Helvetica, sans-serif;
	color: ffa800;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D64005;
}

a:link {
	color: #D64005;
	text-decoration: none;
}
a:visited {
	color: cf3405;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cf3405;
}
a:active {
	text-decoration: underline;
	color: #340100;
}

.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;
	background-color:#f0aa00;
}

.imglink {
	border-style: none;
}

.imgborder {
	border: 1px solid #340100;
	padding: 5px;
}

.tdcaptions {
	background: #511B19;
	color: #FFFFFF;
	padding: 5px;
	font-weight:bold;
	font-size:12px;
}

.formstyle {
	border: 1px solid #340100;
	padding: 5px;
}

.formheading {
	background: #006766;
	color: #FFF;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

.disclaimer {
	background: #340100;
	color: #FFF;
	font-size: 9px;
}

.tdtableborder {
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006766;
	font-weight: bold;
}

.imgnoborder {
	padding: 5px;
}

