body  {
	background: black url(images/bg.jpg) no-repeat left top;
	margin: 0 0 12px 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container { 
	width: 800px; 
	background: white;
	margin: 0 auto; 
	border: 0;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: white; 
	padding: 0;
	margin: 0;
	border-bottom: #36C solid 2px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 140px;
	background: white;
	padding: 36px 3px 3px 3px;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 160px; 
	padding: 10px 20px 0px 20px;
	/*border-left: 1px solid #36c;*/
	font-size: .9em;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #36C url(images/bg_footer.jpg) repeat-y center top;
	text-align: center;
	color: #333;
	font-size: 11px;
} 

.twoColFixLtHdr #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;
}
.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
}
.twoColFixLtHdr #container #mainContent #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	overflow: auto;
}
.twoColFixLtHdr #mainContent ul li { 
	list-style-image: url(images/bullet.gif);
	}
.captions {
	padding: 0 8px 12px 8px;
	}
.disclaimer {
	font-size: 9px !important;
}
.phototable {
	border: 1px #333 solid;
	}
.photoborderright {
	border-right: 1px #333 solid;
	}
.photobordertop {
	border-top: 1px #333 solid;
	}
.photobordertopright {
	border-top: 1px #333 solid;
	border-right: 1px #333 solid;
	}
.imgborder {
	border: 1px gray solid;
	}
h1, h2 {
	font-size: 135%;
}
h3, h4, h5, h6 {
	font-size: 120%;
}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
em {
	font-weight: normal;
	font-style: italic;
	}

.noimageborder { 
	text-decoration: none; 
	border: 0;
	}
#disclaimer { 
	margin: 3em 40px 1em 40px;
	font-size: smaller;
	font-weight: bold;
	border: 1px black solid;
	background-color: #e8e8e8;
	color: black;
	padding: 8px;
	}
a:link {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	}
a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal;
	}
a:active {
	color: blue;
	text-decoration: underline;
	font-weight: normal;
	}	