 
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;
	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: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background-color: #60F;
	background-image: url(391813main_ngc6240_print4_full.jpg);
}
.thrColFixHdr #container {
	width: 780px;  /* 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: center; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #009;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
}
.thrColFixHdr #container #header {
	font-style: italic;
	color: #FFF;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	background-color: #C9F;
}
.thrColFixHdr #container #sidebar1 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
/*.thrColFixHdr #container #sidebar1 table tr td a {
	text-decoration: none;
}*/
.thrColFixHdr #container #sidebar1 table tr td a:link {color:#003; text-decoration:none}
.thrColFixHdr #container #sidebar1 table tr td a:visited {color:#003; text-decoration:none}
.thrColFixHdr #container #sidebar1 table tr td a:hover {
	color:#FFF;
	text-decoration:underline;
	background-color: #006;
}
.thrColFixHdr #container #sidebar1 table tr td a:active {
	color: #FFF;
	text-decoration:underline;
	background-color: #006;
}

.thrColFixHdr #container #sidebar2 table tr td a:link {color:#003; text-decoration:none}
.thrColFixHdr #container #sidebar2 table tr td a:visited {color:#003; text-decoration:none}
.thrColFixHdr #container #sidebar2 table tr td a:hover {
	color:#FFF;
	text-decoration:underline;
	background-color: #009;
}
.thrColFixHdr #container #sidebar2 table tr td a:active {color: #063; text-decoration:underline;}

.thrColFixHdr #container #mainContent table a {display:block;}

.thrColFixHdr #container #mainContent  a:link {
	color:#009;
	text-decoration:none;
	padding:3px 7px;
}
.thrColFixHdr #container #mainContent  a:visited {
	color:#303
	text-decoration:none;
}
.thrColFixHdr #container #mainContent a:hover {
	text-decoration:underline;
	background-color:#009;
	color:#FFF;
}
.thrColFixHdr #container #mainContent  a:active {
	text-decoration:underline;
	background-color:#009;
	color:#FFF;
	text-align: center;
	
}

.callInfo {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
 
.thrColFixHdr #sidebar2 {
	float: right; /* 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: #C9F; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.2em;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin: 0 190px; /* 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #303;
	color:#CCC
} 
.thrColFixHdr #footer p a{
	margin-right: 10px; /* 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 */
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
/*.thrColFixHdr #container #sidebar2 #side2 tr td a {
	text-decoration: none;
	color: #003;
}*/
.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;
	color: #FFF;
}
.pictcaption {
	font-style: italic;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColFixHdr #container #mainContent h2 {
	text-align: center;
	font-size: 1.4em;
}
.banner1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	background-color: #303;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h1 {
	text-align: center;
}
.thrColFixHdr #container #sidebar2 #side2 tr td {
	text-align: center;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar2 #side2 tr td {
	background-color: #FCF;
}
.thrColFixHdr #container #mainContent h2 .callInfo .callInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
.callInfo1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
.pic_caption1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	text-align:center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
}
/*.thrColFixHdr #container #sidebar1 table tr td a {
	color: #006;
	text-decoration: none;
}*/
 

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 160px; }
.thrColFixHdr #sidebar2 { width: 160px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bug*/

