@charset "utf-8";
body  {
	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;
	height: 300px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-repeat: repeat;
	background-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-decoration: none;
	background-image: url(assets/bgx2.png);
}

.thrColFixHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #000000;
	background-color: #FAFAFA;
	background-image: url(assets/bgassets/bottom_gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.thrColFixHdr tooltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}


.thrColFixHdr #search_container {
	background-color: #000000;
	height: 60px;
	width: 250px;
	background-image: url(assets/banner_supdir_searchbox.ptbr.png);
}

.thrColFixHdr #search_editbox {
	background-color: transparent;
	width: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	padding-top: 16px;
	height: 20px;
	top: 0px;
	left: 0px;
	font-size: 12px;
}
.thrColFixHdr   #search_button {
	color: #CCCCCC;
	background-color: transparent;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 80px;
	height: 60px;
}
.thrColFixHdr #header_top {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 2px;
	float: none;
	left: 0px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	min-height: 1px;
	font-size:1px;
}

.thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	background-image: url(assets/banner_supesq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	float: none;
	left: 0px;
	position: static;
} 
.thrColFixHdr   #header   a {
	border: 0px none;
}




.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
}

.thrColFixHdr #mainContent {
	text-align: justify;
	margin-left: 0px;
	text-indent: 15px;
	padding-left: 20px;
	margin-right: 200px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.thrColFixHdr #mainContent table, th, td {
	font-size: 12px;
}

.thrColFixHdr #mainContent a:link {
	color: #006699;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	color: #003366;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:active {
}


.thrColFixHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: transparent;
	color: #565656;
	text-indent: 0px;
	line-height: normal;
}
.thrColFixHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: transparent;
	color: #565656;
	text-indent: 0px;
}
.thrColFixHdr #mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: transparent;
	color: #999999;
	text-indent: 0px;
	line-height: 0px;
}
.thrColFixHdr #mainContent h5 {
	background-color: transparent;
	color: #333333;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	text-indent: 10px;
	margin: 1px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.thrColFixHdr  #mainContent  h6 ul li {
	color: #999999;
	font-size: 12px;
	list-style-type: square;
}
.thrColFixHdr   #mainContent   ul   li  {
	list-style-type: square;
	list-style-position: inside;
	margin-left: -35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
}
.thrColFixHdr  #mainContent  h6  img {

}

.thrColFixHdr   #mainContent   img {
	padding: 15px;

}





.thrColFixHdr #footer {
	background:transparent;
	color: #F0F0F0;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding-right: 15px;
	line-height: 1px;
} 

.thrColFixHdr   #footer   a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #footer a:active {
	text-decoration: none;
}




.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: 10px 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;
	bottom: 0px;
	width: 780px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height: inherit;
	border: 0px none #000000;
	background-color: transparent;
	background-image: url(assets/bgassets/rigth_gradient.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
}
.thrColFixHdr  #sidebar2  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	color: #CCCCCC;
	padding: 3px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	text-indent: 8px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.thrColFixHdr  #sidebar2  a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 3px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
}

.thrColFixHdr #sidebar2 a:link {
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:visited {
	text-decoration: none;
}

.thrColFixHdr #sidebar2 a:hover {
	text-decoration: none;
	background-color: #767676;
	color: #CCCCCC;
}
.thrColFixHdr #sidebar2 a:active {
	text-decoration: none;
}

.thrColFixHdr  #sidebar2  p {


}
.thrColFixHdr #flashtop {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
	height: 285px;
	width: 780px;
}
