body  {
	font:  100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding-top: 6px;
	text-align: center; 
	color: #333333;
	font-size: 12px;
}
.polygraph #container { 
	width: 880px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.polygraph #header { 
	margin: 0 auto;
	background: #D4A017 url(images/header.jpg) no-repeat;
	border-bottom: 2px solid #333333; 
	padding: 60px 4px 20px 32px; 
	
} 
hr	{
	color: 666;
	
}
h1 {
	margin: 0; 
	font-size: 18px;
	color: #000000;
	font-stretch: ultra-expanded;


}
h2 {
	margin: 0; 
	font-size: 15px;
	color: #D4A017;
	border-bottom: solid 2px #D4A017;
	font-weight:bold;
	padding: 4px 0px 4px 4px;
}
h3 {
	margin: 0; 
	font-size: 14px;
	color: #333333;
}
h4 {
	margin: 0; 
	font-size: 13px;
	padding: 4px 0px 4px 4px;
	font-weight:bold;
}
h5 {
	margin: 0; 
	font-size: 12px;
	font:  100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight:bold;
	font-variant: small-caps
	
}
h6 {
	margin: 0; 
	font-size: 15px;
	color: #D4A017;
	padding: 4px 0px 4px 4px;
	text-decoration: underline;
	font-weight:bold;
}
.underline {
	margin: 0; 
	font:  100% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	
}
.lh	{
	line-height: 24px;
}

.polygraph #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 0; 
	background: #ffffcc; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 220px;
	border-right: 2px solid #000; 

}
.polygraph #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px; 
} 
.polygraph #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D4A017; 
	border-top: 2px solid #333333; 
	color: #000000;
	
	font-size: 12px;
	border-bottom: 2px solid #333333; 
} 
.polygraph #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;
}
.fltrt300 { 
	float: right;
	margin-left: 8px;
	width:300px;
	margin-top:0px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#web	{
	width: 880px;
	font-size:10px;
	color: #D4A017;
	text-align: right;
	padding-top: 3px;
	background: black;
}
#web A {
	 color: #D4A017;
	TEXT-DECORATION: none;
	font-size:10px;

}
#web A:link {
	TEXT-DECORATION: none
}
#web A:visited {
	TEXT-DECORATION: none
}
#web A:hover {
	color: #fff;
}
#nav {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; FONT-WEIGHT: bold;  background:#FFFFFF; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; TEXT-DECORATION:none; 
}

#nav A {
	PADDING-RIGHT: 1em; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0.25em; MARGIN: 0px; color: #D4A017; PADDING-TOP: 1em; TEXT-DECORATION: none; FONT-WEIGHT: bold;border-bottom: solid 2px #000;
}

#nav A:hover {

	color: #fff;
	background: #666;
}
A {
	color: #333333;
}

A:hover {
	color: #000;

}
.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;
}
--> 
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.polygraph #sidebar1 { width: 230px; }
<![endif]--><!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.polygraph #sidebar1 { padding-top: 30px; }
.polygraph #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->