@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000; /* 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;
	margin-top: 15;
}
p {
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 10px 0px 0px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #F7901E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #F7901E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover  {
	color: #FF0000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font: 16px/24px Arial, Helvetica, sans-serif;
}
a:active {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #F7901E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 847px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFACB; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #660;
	text-align: left;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #000000;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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: #000000;
	color: #FF9933;
	font: 16px/24px Arial, Helvetica, sans-serif;
	padding-top: 15px;
}
.twoColFixLtHdr  #container  #sid  {
	font: 16px/24px Arial, Helvetica, sans-serif;
	color: #F7901E;
	text-decoration: none;
	text-indent: 15px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 222px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
} 
.twoColFixLtHdr #container #mainContent a:link {
	color: #000000;
	font: bolder 14px/17px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:visited {
	font: bolder 14px/17px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font: bolder 14px/17px Arial, Helvetica, sans-serif;
	color: #C00;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:active {
	font: bolder 14px/17px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	margin: 0px;
	clear: both;
} 
.twoColFixLtHdr #container #footer p a {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr   #container  #footer a:link  {
	font: 9px/10px Arial, Helvetica, sans-serif;
	color: #F7901E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer a:visited {
	font: 9px/10px Arial, Helvetica, sans-serif;
	color: #F7901E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	font: 9px/10px Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:active {
	font: 9px/10px Arial, Helvetica, sans-serif;
	color: #F7901E;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.copyright    {
	font: lighter 7px/24px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.bullet {
	color: #FF0000
}
.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: 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px;
	padding: 0px;
}
.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;
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.smallbullet {
	color: #FF0000;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
