body {
  margin: 0 auto;
  padding: 0;
  font-family: Verdana, sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 16px;
	font-size: 12px;
	font-weight: bold;
}

h2,
h3
{
	font-size: 14px;
}

h1 {
	font-size: 18px;
	color: #164677;
	padding-bottom: 4px;
	border-bottom: 1px solid #4C95D6;
}

h1 span {
	float: right;
	color: #69839B;
}

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

#header #logo h1 {
	display: none;
}

* html #heading .head {
  margin-right: -4px; /* Extra 2px due to IE Box model */
  display: none;
}

#heading .top, 
#heading .sub {
	color: #FFF;
	margin: 10px 10px 0 0;
	float: right;
	width: 450px;
	text-align: right;
	height: 22px;
	display: none;
}

#heading .sub {
	clear: right;
	display: none;
}

#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	color: #249;
	background: url('images/bg5.gif');
	display: none;
}

#mainInner {
	z-index: 2;
	width: 100%;
	border-right: #FFF 2px solid;

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left{
  display: none;
}

#mainOuter div.right,
#mainOuter div.content,
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

div.gap {
	border-top: 2px solid #FFF;
	background: #CDE;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid white;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 4px #0B70CE solid;
}

.announceSide,
.titleMain,
.titleSide {
  display: none;
}
.right p,
.content p {
	color: #274563;
	padding: 0 16px 8px 16px;
}

.content table { 
	color: #274563;
	padding: 0 32px 8px 32px;
}

.content li {
  color: #274563;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

a { 
  text-decoration: none;
}
