﻿/*  display: none
*************/

#navMenuCommon { display: none !important; }
#bannerID { display: none !important; }
#menu { display: none !important; }
#tagsLevel4 { display: none !important; }
#iconLink { display: none !important; }

/*  set page
*************/
body {
	color: #000000;
	font-size: 12pt;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#mainCanvas {
  padding: 0px;
	margin: 0px;
  width: 100% !important;
  border: none;
}
#content { 
  float: left !important;
  width: 100% !important;
  padding-bottom: 14px;
	margin: 0;
}
#content p {
  font-size: 11pt;
  color: #000000;
}
#content ul.nameList {
  color: #000000;
  font-size: 12pt;
}
#heading  p.date { 
  font-size: 10pt; 
  padding: 4px 6px 4px 0; 
  font-family: Verdana, sans-serif;
	color: #000000;
  width: 55%;
  float:right;
}

#columns h2  { font-size: 13pt !important; }
#columns h3  { font-size: 11pt !important; }

#columns div  { 
	float: left;
}
/*  FIX IE 6-7
*************/
*+ html #columns div {
	float: none; 
}

#columns div.colFR-bottom { 
	border: none;
}
#columns div.colLeft { 
	float: left;
	width: 50%;
}
#columns div.colRight { 
  float: left; 
  width: 48%; 
  background-color: #ffffff;
	color: #000000;
  padding-right: 0px;
}
#columns div.Tab2 { 
  float: right; 
  position: static !important;
	color: #000000;
  background-color: #ffffff !important;
}

#footerIHRDC { 
  background-color: #ffffff;
  color: #000000;
}
#footerIHRDC p { width: 700px !important; }

