body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #FFFFFF; /*QQQ background of WHOLE PAGE*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	height: 100%;
}

/* minimum menu requirements */

.thrColFix #header { 
	width: 1000px;  /* QQQ WIDTH of WHOLE PAGE using 20px less than a full 1024px 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 */
	/*border: 0px solid #000000;*/
	height: 194px;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	}
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:auto;
}
.topmenutitleRIGHT{
	display:block;
	width:auto;
}
.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:128px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

.thrColFix #dmenu li>ul { 
	top: auto;
	left: auto;
}

.thrColFix #content {
	clear: left;

}


/* menu design */

.thrColFix #dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:0px;
	text-decoration: none;
	border:0px solid #000000;
	line-height:198px;
	border-right: 13px solid #FFFFFF;
}
.topmenutitleRIGHT {
	text-indent:0px;
	text-decoration: none;
	border:0px solid #000000;
	padding-right:0px;
	line-height:198px;
}
.submenuul {
	margin-top:-1px;
	background-color:#FFFFFF;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;
	border-top:1px solid #2D2D2D;

}

.submenuli a:hover{
	text-decoration: none;
	background:#E84341;
	color: #000000;
}


.thrColFix #container { 
	background: url(../images/3columnback.jpg) repeat-y 50% 0; /* create image with sidebars repeat sends it down the page and 50% centers it*/
	width: 1000px;  /* QQQ WIDTH of WHOLE PAGE using 20px less than a full 1024px 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 */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%; 
}
form {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.thrColFix #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: #CC0000;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	line-height: 1.85;
	height: 100%;
}
.thrColFix #sidebar2 {
	border: 0px solid #000000;
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #CC0000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	height: 100%;
}
.thrColFix #mainContentback { 
    background: url(../images/background1.gif);
	height:100%;
	margin: 0px 220px 0px 170px; /* TOP-RIGHT-BOTTOM-LEFT the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
                  padding: 10px 20px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent { 
/*	background: url(../images/3columnback.jpg) repeat-y 50% 0;*/
/*	font: 100% times, times new roman, Verdana, Arial, Helvetica, sans-serif;*/
	height:100%;
	margin: 0px 220px 0px 170px; /* TOP-RIGHT-BOTTOM-LEFT the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
                  padding: 10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #searchlist { 
	height:100%;
	margin: 0px 220px 0px 170px; /* TOP-RIGHT-BOTTOM-LEFT the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
                  padding: 10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #footer { 
	font: 80% Arial;
	width: 900px;  /* QQQ WIDTH of WHOLE PAGE using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E84341;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 50px 10px 50px;
	clear:both
}
img
{  border-style: none;/* This method will automatically remove the blue border from all linked images in any page that uses that .css file. */
}
.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;
   
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 150%;
}
body,td,th {
	font-size:85%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 90%;
}
h5 {
	font-size: 100%; /* Ingred font size*/
}
h6 {
	font-size: 60%; /* Footer font size*/
}
.thrColFix #sidebar1 a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #000000;
	font-size:		90%;
  } 
.thrColFix #sidebar1 a:visited {
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #000033;
	font-size:		 90%;
  } 
.thrColFix #sidebar1 a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  /*background-color: blue;*/
  color:            #313131;
  } 
.thrColFix #sidebar1 a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      normal;
/*  background-color: none;*/
  color: white;
  font-size:		90%;
  }
  .thrColFix #sidebar2 a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #000000;
	font-size:		90%;
  } 
.thrColFix #sidebar2 a:visited {
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #000033;
	font-size:		 90%;
  } 
.thrColFix #sidebar2 a:hover   {
  /* Applies to links under the pointer */
 /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  /*background-color: blue;*/
  color:            #313131;
  } 
.thrColFix #sidebar2 a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      normal;
/*  background-color: none;*/
  color: white;
  font-size:		90%;
  }
.thrColFix #searchlist a:link    {
	/* Applies to all unvisited links */
  text-decoration:  none;
	font-weight:      normal;
	background-color: #FFFFFF;
	color:            #000000;
	font-size:		100%;
  } 
.thrColFix #searchlist a:visited {
	/* Applies to all visited links */
  text-decoration:  none;
	font-weight:      normal;
	background-color: #FFFFFF;
	color:            #000000;
	font-size:		 100%;
  } 
.thrColFix #searchlist a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  background-color: #FFFFFF;
  color:            #313131;
  } 
.thrColFix #searchlist a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      normal;
  background-color: #FFFFFF;
  color: #CC0000;
  font-size:		110%;
  }
.QA {
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
}
.resize {
width: 150px;
height : auto;
padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.resizeWFM {
	width: 150px;
	height : auto;
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #0D730F;
	margin-bottom: 10px;
}
.thrColFix #pressroom li>ul { 
	top: auto;
	left: auto;
}
.thrColFix #pressroom {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:14px;
	padding: 0px;
	margin: 0px;
}
.pressroomli{
	list-style-type:none;
	float:left;
	border-style: solid;
	width: 253px;
	margin-left: 21px;
	display: inline;
}
.pressroomlic{
	list-style-type:none;
	float:left;
}

.pressroomtitle{
	display:block;
	width:auto;
}
.pressroomtitle {
	text-indent:0px;
	text-decoration: none;
	border:0px solid #000000;
	border-right: 13px solid #FFFFFF;
}
.thrColFix #pressroom a:link    {
	/* Applies to all unvisited links */
  	text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #313131;
	font-size:		90%;
  } 
.thrColFix #pressroom a:visited {
	/* Applies to all visited links */
  	text-decoration:  none;
	font-weight:      normal;
/*	background-color: none;*/
	color:            #000033;
	font-size:		 90%;
  } 
.thrColFix #pressroom a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      normal;
  /*background-color: blue;*/
  color:            #313131;
  } 
.thrColFix #pressroom a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      normal;
/*  background-color: none;*/
  color: 			#313131;
  font-size:		90%;
  }