@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr  #header1   {
	background: #DDDDDD;
	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. */
	background-image: url(images/tTop.jpg);
	height: 23px;
} 
.thrColFixHdr  #header2 {
	background: #fff;
	padding: 0;
	height: 58px;
}
.thrColFixHdr  #header4 {
	background: #fff;
	padding: 0;
	height: 10px;
}


.thrColFixHdr  #header3 {
	background: #DDDDDD;
	padding: 0;
	height: 112px;
	/*background-image: url(images/tbanner_sm.jpg); remove this line for print purpose */
}

.thrColFixHdr  #header3main {
	background: #DDDDDD;
	margin-top:10px;
	padding: 0;
	height: 175px;
	/*background-image: url(images/tie_banner_m.jpg);*/
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* 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;
}
.thrColFixHdr #sidebar1top {
	background-image: url(images/tMenuTop.jpg) ;
	background-repeat: no-repeat;
	height:5px;
}
.thrColFixHdr #sidebar1mid {
	background-image: url(images/tMenuMid.jpg);
	background-repeat: repeat-y;
	padding: 0px 2px 2px 2px;
	height:400px;
}



.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

.thrColFixHdr #sidebar2lst {
	border: solid #cccccc 1px;
	background-image: url(images/tlstnews.jpg);
	background-repeat: no-repeat;
	width: 156px;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 20px 0 0 0;
}
.thrColFixHdr #sidebar2nlt {
	border: solid #cccccc 1px;
	background-image: url(images/tnewslt.jpg);
	background-repeat: no-repeat;
	width: 156px;
	display: block;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}


.thrColFixHdr #mainContent {
	margin: 0 158px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.thrColFixHdr #footer {
	background:#DDDDDD;
	background-image: url(images/tbtbar.jpg);
	height: 29px;
} 
.thrColFixHdr #footer p, .thrColFixHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px 2px 0 2px; /* 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;
}
.underline {
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	border-bottom-width: thin;
}

.underrightline {
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	border-bottom-width: thin;
	border-right: dotted #cccccc thin;
}
.underline_subpage {
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	border-bottom-width: thin;
	
	
}

td {
	font-style: normal;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}

ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	font-size: 12px;

}
p
{
	font-size: 12px;
	color: #666666;
	
	
}
.thrColFixHdr #h1
{
	font-size: 16px;
	color: #333333;
}
.thrColFixHdr #h2
{
	font-size: 14px;
	color: #333333;
}

.thrColFixHdr #h3,.thrColFixHdr #h3 a
{
	font-size: 11px;
	color: #3E3E3E;
	font-weight:bold;
	text-decoration:none;
}

.thrColFixHdr #h4, .thrColFixHdr #h4 a
{
	font-size: 11px;
	color: red;
	font-weight:bold;
	text-decoration:none;
	
}

.thrColFixHdr #h5,.thrColFixHdr #h5 a
{
	font-size: 10px;
	color: #7FA32D;
	text-decoration:none;
}

.thrColFixHdr #subpageheader
{
	font-size: 14px;
	color: #FF0010;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	height: 30px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #CC3333;
	font-style: normal;
	text-decoration: none;
	background-position: bottom;
	padding-left: 10px;
	vertical-align: bottom;
	margin-left: 2px;
}

.glossymenu{
margin: 0px 0;
padding: 0;
width: 145px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
#background-image: url(titlebar-active.png);
background: #cc3333;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #cc3333;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}
