@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 10 px;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #ffffff;
	padding: 0 0 0 0;  /* 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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00397D;
	padding: 0px;
	line-height: 1.05;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .25em;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0%;
	margin-right: 5px;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00397D;
	line-height: 1.05;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.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 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 575px; /* 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 */
	margin: 0 0 0 50 px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.thrColFixHdr #container #mainContent table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url("../Template Components/Footer/TED_footer_background.jpg");
	margin: 10 0 10 0;
} 
.thrColFixHdr #footer p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	text-align: center;
	padding: 0px;
}
.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: 0px;
	clear: both;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 300px;
}
.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;
}
.thrColFixHdr #container #mainContent table tr td h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFF;
}
.thrColFixHdr #400pxlcolleft {
	float: left; /* since this element is floated, a width must be given */
	width: 360px; /* padding keeps the content of the div away from the edges */
	height: 400px;
}
.thrColFixHdr #photo_box {
	float: right; /* since this element is floated, a width must be given */
	width: 600px; /* padding keeps the content of the div away from the edges */
	height: 400px;
	clear: both;
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.thrColFixHdr #bottom_row {
	width: 980px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.fltlft_bullets {
	float: left;
	margin-right: 8px;
	width: 350px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.Address_block {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .fltlft_bullets ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #footer p a {
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

