body {
	background: url(../Images/BackTile.jpg) repeat-x #d0a2a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.bodyContainerTile {
	background: url(../Images/BodyTileExpand.jpg) repeat-y;
	width: 758px;
	margin: auto;
}
.bodyContainer {
	background: url(../Images/BodyTile.jpg) no-repeat;
	width: 758px;
	min-height: 750px;
	margin: auto;
}
* html .bodyContainer {
	height: 750px;
}
.topMenu {
	background: #000;
	margin: auto;
	width: 750px;
	height: 25px; /*20*/
	position: absolute;
	z-index:1;
}
.HCCIHomeBtn a {
	float: left;
	margin-left: 20px;
	font-family: Arial;
	font-size: 13px; /*14px*/
	color: #ccc;
	text-decoration: none;
	line-height: 20px;
}
.HCCIHomeBtn a:hover {
	float: left;
	margin-left: 20px;
	color: #fff;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
h1 span {
	font-size: 18px;
	font-weight: bold;
	color: #d0a2a9;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8F3F4C;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
a {
	color: #873744;
}
a:hover {
	color: #000;
}
p {
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
}
.tiny {
	font-size: 10px;
}
.red {
	color: #f00;
}
.banner {
	background: url(../Images/Banner.jpg) no-repeat;
	width: 750px;
	height: 127px;
	margin: auto;
}
.menuSloganBar {
	margin: auto;
	background: url(../Images/sloganBar.jpg) no-repeat;
	width: 730px;
	height: 61px;
	padding-left: 20px;
}
.menuSloganBar a {
	margin-right: 4px;
}
.contentContainer {
	margin: auto;
	width: 710px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 446px;
}
* html .contentContainer {
	height: 446px;
}
.ltMenu {
	float: left;
	background: url(../Images/LtColumnTile.jpg) no-repeat #000;
	width: 225px;
/*	min-height: 366px; */
	padding: 0px;
}
/* * html .ltMenu {
	height: 366px;
} */
.ltMenuLink a {
	display: block;
	width: 211px;
	height: 27px;
	font-size: 12px; 
	font-weight: bold;
	color: #fff;
	line-height: 27px;
	text-decoration: none;
	padding-left: 14px;
}
.ltMenuLink a:hover {
	color: #d0a2a9;
}
.ltMenuBtm {
	float: left;
	background: url(../Images/LtColTileBtm.jpg) no-repeat #fff;
	width: 225px;
	min-height: 53px;
	padding: 0px;
	border-bottom: 1px solid #000;
}
* html .ltMenuBtm {
	height: 53px;
}
.ltMenuLinkBtm a {
	display: block;
	width: 211px;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	color: #883745;
	line-height: 26px;
	text-decoration: none;
	padding-left: 14px;
}
.ltMenuLinkBtm a:hover {
	color: #000;
}
.bodyContent {
	float: left;
	width: 465px;
	margin-left: 20px;
}

.footer {
	clear: both;
	margin: auto;
	background: url(../Images/footerTile.jpg) no-repeat;
	width: 750px;
	height: 76px;
}
.footerCopyright {
	float: right;
	font-size: 11px;
	color: #999;
	margin-right: 20px;
	padding: 13px 0px 0px 0px;
}
.footerMenu {
	float: left;
	font-size: 11px;
	color: #d0a2a9;
	margin-left: 20px;
	padding: 13px 0px 0px 0px;
	width: 510px;
}
.footerMenu a {
	font-size: 11px;
	color: #d0a2a9;
	text-decoration: none;
}
.footerMenu a:hover {
	font-size: 11px;
	color: #fff;
}
.footerShadow {
	width: 758px;
	margin: auto;
}
.footerText {
	clear: both;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.btmFocusBlocks {
	margin-bottom: 20px;
}
.btmFocusBlocks a {
	margin-right: 2px;
}
.bodyContent ul {
	margin: 0px;
	padding: 0px 0px 10px 40px;
}
.bodyContent li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.standardTable {
	background: #000;
}
.standardTable td {
	background: #fff;
	text-align: left;
}
.standardTable th {
	background: #883845;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.inputField {
	width: 200px;
}
.bondTable {
	background: #ccc;
}
.bondTable td {
	background: #fff;
	font-weight: bold;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}