@charset "utf-8";
.twoColFixLtHdr #footer {
	background-color: #F5F5F5;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.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 */
}
.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;
}
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: 5px;
	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: 1022px;
	text-align: left;
	background-image: url(../img/GreenBackH70.png);
	background-repeat: repeat-y;
	background-color: #97FE9A;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #9DFEA0;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CBFECC;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height:120px;
	overflow:hidden;
	text-align: right;
	vertical-align: top;
	position: relative;
	border-right-width: thick;
	border-right-style: none;
	border-right-color: #9DFEA0;
	text-align: right;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #container #header #bar {
	background-color: #C9D5FF;
	padding: 0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	width: 170px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	background-color: #F5F5F5;
	margin-left: 184px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A3AFFF;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-bottom: 40px;
} 
#apDiv1 {
	position:absolute;
	z-index:3;
	left: 1024px;
	top: 1px;
	overflow: visible;
	width: 181px;
	height: 58px;
	visibility: visible;
}
.twoColFixLtHdr #container #header #bar span {
{height: auto; width: auto; float:left;}
.twoColFixLtHdr #container #header #bar {
{height: auto; width: auto; float:left;
	background-image: none;
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #mainContent table tbody tr td .green {
	color: #009900;
}
.twoColFixLtHdr #container #mainContent table {
	color: #000;
	text-align: left;
	font-size: smaller;
}
.green {
	color: #009900;
	font-size: large;
}
.twoColFixLtHdr #container #mainContent p {

}
.alignright {
	text-align: right;
	float: right;
	clear: both;
}
