@charset "UTF-8";
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;
}
.twoColFixLtHdr #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: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #666;
	letter-spacing: 0.3em;
	padding: 0px;
} 
.twoColFixLtHdr #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #F60;
	background-color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-indent: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: none;
	color: #000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: lighter;
	font-style: normal;
	line-height: 14pt;
	letter-spacing: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	height: 20em;
	font-size: 12pt;
	width: auto;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #F60;
	background-color: #333;
	text-indent: 24px;
}
.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;
	text-align: center;
}
.copywriter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F60;
	margin-left: 0px;
	text-decoration: none;
}
.copyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000;
	text-transform: uppercase;
}
caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
}
caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
}
here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #F60;
}
here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #F60;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #000;
	background-color: #E8E8E8;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}
.twoColFixLtHdr #container #mainContent table tr td p {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
contact {
	font-size: 12pt;
	color: #F60;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #F60;
}
.twoColFixLtHdr #container #sidebar1 h3 a {
	color: #F60;
}
.twoColFixLtHdr #container #footer p a {
	color: #F60;
}
