html.body {
	height: 100%;
	}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333;
	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. */
}
#container {
	width: 950px;
	margin: 10px auto;
	padding: 0;
	position: relative;
	height: 100%;
	} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.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: #333; /* 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 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #333; /* 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 {
	margin: 0 195px; /* 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: 2px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid 1px  #ccc;
	border-right: solid 1px #ccc;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
} 
.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;
}
.greenc {
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	text-align: left;
	}	
	
table.padded-table td {
	padding:2px;
}	

#banner {
	margin: 0;
	padding: 0px 0px 5px 0px;
	background-color: #333;
	width: 950px;
	}

#banner img {
	display: inline;
	padding: 0;
	margin: 0;
	}

img {
	border: 0px;
	}

#nav {
	width: 950px;
	padding: 0px 0px 0px 0px;
	background-color: #333;
	height: 25px;
	margin: 8px auto 3px auto;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	list-style: none;
	display: inline;
	padding-right: 0px;
	margin: 0;
	font-weight: bold;
	font-size: 12.5px;
		}

#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #3366cc;
	}

#nav li a:hover, #nav li a:active {
	text-decoration: none;
	color: #fff;
	}

#nav li a.current {
	color: #1d3179;
	}

#main {
	width: 925px;
	padding: 5px;
	background-color: #333;
	margin: 10px auto 10px auto;
	}
	
#mainprod {
	margin: 0px auto 0px auto;
	float: center;
	width: 887px;
	padding: 5px;
	}

#topmainprod {
	margin: 0px;
	float: left;
	width: 675px;
	padding: 0px;
	}

#bottommainprod {
	margin: 0;
	float: left;
	width: 725px;
	padding: 0px;
	margin-bottom: 20px;
	}
	
#main2 {
	margin: 0;
	margin-left: 150px;
	width: 450px;
	padding: 5px;
	}

#logos {
	width: 145px;
	float: left;
	}
#headline {
	width: 900px;
	padding: 0px 0px 10px 0px;
	margin: 15px auto 25px auto;
}

p {
	margin-left: 0px;
	color: #fff;
	margin: 0px;
	}
	
img.right {
	float: right;
	padding: 10px;
	background: transparent;
	}
	
bottombar {
	float: center;
	padding: 0px;
	background: transparent;
	}
	
h2 {
	font-size: 1.2em;
	color: #3366cc;
	margin: 0;
	padding: 0;
	}
	
h6 {
	font-size: .85em;
	color: #000;
	margin: 0px;
	padding: 0;
	}

#main td {
	background-image: none;
	}

h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: .8em;
	}

h5 {
		margin-top: -7px;
		font-size: 11.5px;
		}
	
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
}

.sectionheader {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
.bodyblack {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.bodybold {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
}
.bodyboldwhite {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
	
img.floatleft {
	float: left;
	margin: 5px;
	/*clear: left;*/
	}
	

#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	padding:0px 0px 0px 0px;
	vertical-align: middle;
	}

#footer {
	margin: 8px auto 15px auto;
	padding: 3px 0px 7px 0px;
	height: 50px;
	color: #fff;
	clear: both;
	width: 900px;
	background-color: #333;
	}
#left {
	float: left;
	width: 300px;
	}
#sweetleftsm {
	float: left;
	width: 225px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#sweetleft {
	float: left;
	width: 350px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#sweetright {
	float:right;
	margin-right:10px;
	width: 350px;
	padding: 0;
	margin-bottom: 25px;
	}
#sweetrightbg {
	float:right;
	margin-right:10px;
	width: 455px;
	padding: 0;
	margin-bottom: 20px;
}

#right {
	float:right;
	margin-right:10px;
	width: 300px;
	padding: 0;
	}
	div{border:0px solid #ff3300;}
	
	.fcl{clear:both;height:1px;margin-top:-1px;font-size:0px;}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #c19b5a;
	}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	color:#fff;
	}
	
.pull {
	font-style: italic;
	font-size: .85em;
	}
	
.left {
	float: left;
	padding: 8px;
	clear: left;
	margin-top: 5px;
	margin-right: 10px;
	}

p.news {
	background: #B4C1D2;
	padding: 7px;
	margin: 0;
	margin-bottom: 5px;
	}
	
#rollovers {
	margin: 0;
	padding: 0;
	margin-left: 150px;
	}

ul.dropdown {
  padding: 0;
  margin: 0;
  width: 250px;
  list-style: none;
  }

li.droppy {
	float: left;
  position: relative;
  width: 300px;
  margin: 0;
  padding: 3px 0 3px 15px;
    border: 1px dotted #02142a;
	font-weight:bold;
	 background: #fba60b;
	color:#fff;
  }
 
 li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #fff;
	border: 1px solid ##000;
	margin: 0;
	padding: 0;
  }

h5.god {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin-top: -7px;
	font-size: 9px;
	}

 
 li ul li {
	padding: 5px 0 3px 5px;
	margin: 0;
	width: 200px;
	list-style: none;
	border-bottom: 1px solid #000;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	}
 
 li > ul {
	top: auto;
	left: auto;
	}

li ul li a:link, li ul li a:visited, li ul li a:active, li ul a:link, li ul a:visited, li ul a:active {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
li ul li a:hover, li ul li:hover, li ul li.over {
	background: #fec968;
	text-decoration: none;
	color: #fff;
	}

li:hover ul, li.over ul{ display: block; }

body.popup {
	padding: 35px;
	padding-top: 15px;
	background: #EBE9F6;
	color: #000;
	}

body.popup h4 {
	background: #fff;
	}

img.border {
	border: 1px solid #999999;
	margin-bottom: 2px;
	}
#tbsubheads {
	padding: 5px;
	padding-left: 10px;
}
.shw {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.imagelabels {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 4px;
	text-align: left;
}
table.border {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 3px;
}
#middlemainprod {
	margin: 15px auto 15px auto;
	width: 887px;
	padding: 0px 0px 5px 0px;
}
body.popup2 {
	padding: 35px;
	padding-top: 15px;
	background: #ffffff;
	color: #000;
}
#leftsub {
	float: left;
	width: 425px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
}
#rightsub {
	float:right;
	width: 425px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 10px 0px;
}
#centersm {
	padding: 0px 215px 5px 215px;
	margin: 0px;
}
.greencenter {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
.bodyboldcenter {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.line {
	height: 1px;
	padding-top: 0px;
	margin-top: 15px;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}
.line-sm {
	border-top: 1px solid #CCC;
	margin: 15px 0px 20px 0px;
	padding: 0px;
}
a.bot:link, a.bot:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
}
a.bot:hover, a.bot:active {
	text-decoration: underline;
	font-weight: bold;
	color:#3366cc;
}
#rightbotsm {
	float:right;
	width: 100px;
	padding: 0;
	margin: 5px 5px 5px 5px;
}
.bodyboldblue {
	color: #3366cc;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}
.bodyboldfront1 {
	color: #dfa296;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
.bodyboldfront2 {
	color: #c19b5a;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
.bgimg {
	position: relative;
   width: 100%; /* for IE 6 */
}
frtext {
	position: absolute;
	top: 700px;
	left: 50px;
	width: 827px;
	margin: 0px 0px 0px 0px;
}
.frmain {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.bodyboldtan {
	color: #c19b5a;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.frheadtan {
	font-size: 14px;
	color: #c19b5a;
	margin: 0;
	padding: 0;
}
#wmmain {
	margin: 10px auto 10px auto;
	width: 887px;
	padding: 0px 0px 5px 0px;
}
table.ptable td {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.ptable tr {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#fit {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.linefull {
	height: 1px;
	padding-top: 0px;
	margin-top: 15px;
	border-top: 1px solid #CCC;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#bcrumb {
	float:right;
	width: 350px;
	padding: 0;
	margin: 0;
	text-align: right;
}
a.bcrumb:link, a.bcrumb:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	line-height: 14px;
}
a.bcrumb:hover, a.bcrumb:active {
	text-decoration: underline;
	font-weight: bold;
	color:#3366cc;
}
.bot {
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 14px;
	text-align: center;
}
img.lsp {
	border: 0px solid #999999;
	margin: 0px 6px 2px 0px;
}
