body  
{
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 2 px;
}


.thrColHybHdr #container {
	width: 940px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 0.125em;
	background: #FFFFFF;
	border: 2px;
	font-weight: normal;
}  


.thrColHybHdr #header {
	margin: 0;
	padding: 0;
	width: 100%;
	background-repeat: repeat-x;
	height: 189px;
}


.thrColHybHdr #sidebar1 {
	float: left;
	width: 176px; /* since this element is floated, a width must be given */
	background: #FFF; /* top and bottom padding create visual space within this div */
	top: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.box { 
  background: ##FF3F00; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

.thrColHybHdr #sidebar2 {
	float: right; /* top and bottom padding create visual space within this div */
	width: 11em;
	background-color: #FF3F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: normal;
	font-style: normal;
	text-align: left;
	padding: 0.5em;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
	margin-left: 0.125em;
}
		  
.thrColHybHdr #itsthetable 
h1 {font-size: 18px;
	margin-top:20px;
	margin-bottom:25px;
	color: #666666;}

h2 {font-size: 15px;
	margin-top:10px;
	margin-bottom:15px;
	color: #FFFFFF;}

h3 {
	font-size: 15px;
	margin-top:15px;
	margin-bottom:25px;
	color: #666666;
	border-bottom-width: medium;
	border-bottom-color: #FF9900;
}

h4 {font-size: 13px;
	margin-top:10px;
	margin-bottom:10px;
	color: #006AE2;}
{
	margin-top: 1em;
}


table,td
{
	border: 1px solid #CCC;
	border-collapse: collapse;
    font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border:none;
	border:1px solid #CCC;
}
thead th,
tbody th
{
	background: #FFF url(../th_bck.gif) repeat-x;
    color: #666;  
	padding: 5px 10px;
    border-left: 1px solid #CCC;
}
tbody th
{
	background: #fafafb;
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: normal;
}
tbody tr td
{
	padding: 5px 10px;
	color: #666;
	text-align: left;
}
tbody tr:hover
{
    background: #FFF url(../images/tr_bck.gif) repeat;
}

tbody tr:hover td
{
    color: #454545;
}
tfoot td,
tfoot th
{
    border-left: none;
    border-top: 1px solid #CCC;
    padding: 4px;
    background : #FFF url(../foot_bck.gif) repeat;
    color: #666;
}
caption
{
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}
table a:link
{
	color: #003366;
}
table a:visited
{
	color: #003366;
}
table a:hover
{
	color: #003366;
	text-decoration: none;
}
table a:active
{
	color: #003366;
}

.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}


.thrColHybHdr #mainContent 

{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 1em;
	margin-right: 11em;
	margin-bottom: 0em;
	margin-left: 12em;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0em;
} 
	

.thrColHybHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
}

.thrColHybHdr #footer
{font: small/1.5 Verdana, Helvetica, sans-serif;}

.thrColHybHdr #footer a:link 
{text-decoration: underline; color:#003366;}

.thrColHybHdr #footer a:visited 
{text-decoration: underline; color:#003366;}

.thrColHybHdr #footer a:active 
{text-decoration: underline; color:#003366;}

.thrColHybHdr #footer a:hover 
{text-decoration: none; color:#003366;}
 
.thrColHybHdr #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 */
	font-size: 12px;
}

/* Miscellaneous classes for reuse */
.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;
	#container-page
}

html, body {
	height: 100%;

