 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(g6lt13.gif);
	margin-top: 5px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(fade-hor.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990099;
	border-right-color: #990099;
	border-bottom-color: #990099;
	border-left-color: #990099;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #990099;
} 
.twoColFixRtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 16px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #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;
}
H1 {
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 4px;
}
p {
	font-size: 12px;
	margin-top: 3px;
}
H2 {
	font-size: 14px;
	margin-bottom: 3px;
}
.twoColFixRtHdr #container #sidebar1 ol {
	font-size: 12px;
	margin-bottom: 0px;
}
.style1 {font-size: 12px}
.style4 {font-size: 16px}
body,td,th {
	font-size: 12px;
}
.style5 {font-style: italic}
.style7 {font-style: italic; font-weight: bold; }
.style9 {
	font-size: 10;
	color: #666666;
}
.style9 a {
	color: #CC66CC;
	text-decoration: none;

}
.style9 a:hover {
	color: #FF3399;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff3399;
}
.twoColFixRtHdr #sidebar1 { width: 220px; }
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }.twoColFixRtHdr #container #mainContent .style5 {
	margin-left: 4px;
}
