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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}
.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;
}

a {
	color: #FF3300;
}

a:link {
	color: #004000;
}




a:active {
	color: #ff0000;
}


a:hover {
	color: #009900;
}
a:visited {
	color: #004000;

}

.twoColFixRtHdr #container {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: auto; /* needed to make Firefox center the site */
	background-color: #FFFFFF;
	position: relative; /* needed to make Firefox center the site*/
	vertical-align: top;
} 
.twoColFixRtHdr  #container  p  {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr  #container   h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}
.twoColFixRtHdr   #container   h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #167C54;
}
.twoColFixRtHdr  #container  h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
.twoColFixRtHdr   #container   ul     {
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #container li {
	list-style-image: url(Common/Bullet.gif);
}
.twoColFixRtHdr  #container  td   {
	border: 1px solid #167C54;
}
.twoColFixRtHdr  #container  table   {
	background-position: center center;
}
.twoColFixRtHdr #container #menuBG {
	background-color: #167C54;
	height: 28px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.twoColFixRtHdr #container #menuBG p {
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixRtHdr #container #menuBG a {
	color: #FFFFFF;
}
.twoColFixRtHdr  #container #footer {
	background-color: #167C54;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #mainBody {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 20px;
}
.twoColFixRtHdr   #container  #mainBody #mainContent {
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixRtHdr #container #mainBody #mainContentLOnly {
	margin-right: 185px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixRtHdr  #container  #footer p {
	margin: 0;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-size: 11px;
}
.twoColFixRtHdr #container #footer a {
	color: #FFFFFF;
}


.twoColFixRtHdr #header {
	margin-left: 0px;
	padding-left: 0px;
	background-color: #167C54;
	height: 120px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin: 0px;
}



.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;
}

.sidebarCell {
	width: 175px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.tabHeader {
	color: #FFFFFF;
	background-color: #167C54;
	background-position: center center;
}
.photoAndCaption {
	background-position: center;
}

.pBold      {
	font-weight: bold;
}
#htmlFooter {
}
#bodyHeader {
}
