body {
	background: #0879c8 url(images/page_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	}
.thrColFixHdr #container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 20px auto 0 auto; 
	border: 2px solid #FFFFFF;
	text-align: left; 
} 
.thrColFixHdr #header { 
	background: #fffff; 
} 
.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 */
}
.thrColFixHdr #sidebar1 {
	background-image: url(images/navtop_09.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 11em; /* 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-color: #fdeead; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebarLow {
	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 */
	padding: 32px 10px 15px 10px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	border-left: thin solid #CCCCCC;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #445f29;
	background-image: url(images/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.thrColFixHdr #mainContent {
	margin: 0 200px; /* 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: 20px 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	} 
.thrColFixHdr #footer { 
	text-align: center;
	padding: 10px 0 10px 0;
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em; 
	color: #FFFFFF;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	color: #66CCFF;
	text-decoration: underline;
}
.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;
}
td {
	padding: 0p;
	vertical-align: top; 
	font: 11pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	}
h1 {
	font: bold 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2169b1;
	line-height: 120%;
	}
h2 {
	font: bold 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #445f29;
	} 
h3 {
	font: italic 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #000000;
	}
a:link {
	color: #445f29;
	text-decoration: none;
	}
a:visited {
	color: #445f29;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #2169b1;
 	}
ul li {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 130%;
	}
td#head {
	vertical-align: top;
	text-align: left;
	}
td#bod {
	color: #000000; 
	padding: 0 30px 10px 30px;
	line-height: 110%;
	}
td#bod p {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	}
.listings {
		font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	}
div.logo {
	padding: 20px 20px 20px 20px;
	}
div.menu {
	vertical-align: top;
	text-align: left;
	font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 1.3em;
	width: 160px;
	color: #445f29;
	padding: 8px 8px 8px 8px;
	}
div.menu a {
	color: #445f29;
	text-decoration: none;
	}
div.menu a:active {
	color: #445f29;
	text-decoration: none;
	}
div.menu a:visited {
	color: #445f29;
	text-decoration: none;
	}
div.menu a:hover {
	display: block;
	background-color: #445f29;
	color: #fff;
	text-decoration: none;
	}
	
#menu3 {
	background: #fdeead;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 11em;
}
#menu3 li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu3 a {
	background: #fdeead;
	border-bottom: 1px solid #393939;
	color: #445f29;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu3 a:hover {
	background: #0879c8 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
div.action {
	vertical-align: bottom;
	text-align: right;
	color: #BC3877; 
	font: bold 1em "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding: 10px 40px 0 0;
	}
div.address {
	text-align: center;
	color: #32735B;
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: .2em;
	padding: 0 0 10px 0;
	}
td#banner {
	background-color: white;
	text-align: center;
	max-width: 960px;
	border: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	}
img#right {
	padding: 0 0 0 10px;
	}
div.picleft {
	float: left;
	padding: 0px 10px 10px 0;
	}
.picright {
	float: right;
	padding: 0px 0 20px 20px;
	}
div.sub {
	font: bold;
	color: #CC2D30;
	}

/* --- Typography --- */
.grid p {
  line-height: 16px;
  font-size: 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
	}
.grid h2 {
  line-height: 32px;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
	}

/* --- Grid --- */
.grid {
  width: 499px;
  margin: auto;
	}
.grid-m1 {
  float: left;
  width: 10px;
  height: 1px;
	}
.grid-c1 {
  float: left;
  width: 100px;
	}
.grid-m2 {
  float: left;
  width: 10px;
  height: 1px;
	}
.grid-c2 {
  float: left;
  width: 200px;
	}
.grid-m3 {
  float: left;
  width: 10px;
  height: 1px;
	}
.grid-c3 {
  float: left;
  width: 153px;
	}
.news {
	padding: 5px;	
	display: block;
	border: 4px solid #9BA451;
	background-color: #EEF0E2;
	color: #000000;
	}
.news a:hover {
	color: #666666;
	}
.caption {
	text-align: left;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	line-height: 130%; 
	vertical-align: top;
	padding-right: 40px;
	}
.caption2 {
	text-align: left;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	line-height: 130%; 
	vertical-align: top;
	width: 250px;
	}
.engage {
	text-align: left;
	font: bold 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #445f29;
	padding-left: 10px;
	}
.download {
	font: 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 0 17px 0 17px;
	}
.sponsor {
	font: bold 10pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
	padding: 0 5px 0 5px;
	}
div.call {
	margin-right: 0;
	width: 230px;
	float: right;
	background-image: url(images/boxback_call.jpg);
	background-repeat: no-repeat;
	font: bold 110% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 130%;
	padding: 20px 20px 20px 25px;
	}
td#foot {
	text-align: center;
	padding: 10px 0 10px 0;
	letter-spacing: 0.1em; 
	font: 70% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
td#foot a {
	color: #FFFFFF;
	text-decoration: none;
	}
td#foot a:hover {
	color: #66CCFF;
	text-decoration: underline;
	}
