@charset "utf-8";
body  {
	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;
	background-color: #4e8283;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px double #D5BD8F; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #5C8788;
	background-image: url(graphics/pap5.gif);
	padding: 15px;
} 
.twoColFixLtHdr #header {
	color: #5D8889;
	height: 140px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	clear: none;
	background-image: url(graphics/pap5.gif);
	background-color: #5A8485;
} 
.twoColFixLtHdr #hands {
	background-color: #5A8485;
	float: left;
	height: 135px;
	width: 220px;
	border-bottom-style: none;
	vertical-align: middle;
	background-image: url(graphics/pap5.gif);
	margin-left: 15px;
}
.twoColFixLtHdr #dots {
	height: auto;
	width: 625px;
	float: none;
	margin-right: auto;
	margin-left: 300px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	position: relative;
	left: 0px;
	right: 0px;
	background-image: url(graphics/pap5.gif);
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 45px;
	background-color: #5D8889;
}
.twoColFixLtHdr  #navbar  {
	height: 40px;
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #97c9be;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	color: #4444444;
	background-image: url(graphics/pap4.gif);
	font-weight: bold;
	line-height: 1.7em;
	text-align: left;
	width: 900px;
} 
#tgworksheet {
	width: 800px;
	border: medium solid #000000;
}
.twoColFixLtHdr #mainContent #sale {
	float: left;
	width: 500px;
	background-color: #5D8889;
	color: #FFFFFF;
	border: medium ridge #5A8485;
	font-family: Tahoma;
	font-size: 14pt;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	background-position: center;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent #Schedule {
	color: #FFFFFF;
	background-color: #5D8889;
	width: 310px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	border: medium ridge #436363;
	font-family: Tahoma;
	font-size: 12pt;
	font-style: normal;
}
.twoColFixLtHdr #container #mainContent #Schedule #trainingmaterialslink a {
	color: #FFFFFF;
	background-color: #000000;
	border: thin solid #AFC6B9;
	width: 225px;
	text-align: center;
	height: 25px;
	padding: 5px;
	margin-top: 0px;
}
.twoColFixLtHdr #container #mainContent #Schedule #harrisburg {
	margin-bottom: 0px;
}
#antifloat {
	clear: both;
}
.twoColFixLtHdr  #mainContent  a {
	color: #FFFFFF;
	background-color: #333333;
}


.twoColFixLtHdr #footer {
	background-color: #97c9ba;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	color: #000000;
	background-image: url(graphics/pap5.gif);
	font-weight: 400;
	width: 940px;
} 
.twoColFixLtHdr #footer p {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}
.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;
}
