@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	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;
}
h3 {
	color: silver;
	font: normal 8pt/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-style: none;
}
.oneColFixCtrHdr #header {
	background: white; 
	padding: 0 110px 0 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font: normal 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-align: right;
}

.oneColFixCtrHdr #header h1 a:link{
	color: gray;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #home
{
	padding: 0 110px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.contentText {
	color: gray;
	font: 10px/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 150px;
	height: auto;
	padding: 5px;
	float: left;
	position: relative;
	z-index: 3;
}

.contentImage {
	position: relative;
	z-index: 2;
	float: left;
}

.contentWrap {
	float: right;
	position: relative;
	margin-top: 10px;
}

.tableContainerL {
	margin-right: 10px;
	float: left;
	position: relative;
}

.tableWrapper {
	width: 211px;
}

.tableContainerR {
	float: right;
}

.clearfloat {
	clear: both;
}

.td {
	border:  none;
	padding:  0px;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.oneColFixCtrHdr #footer h1 a, a:visited {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font: normal 18pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver;
	text-align: left;
	letter-spacing: 2px;
}

.oneColFixCtrHdr #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;
	text-align: center;
	color: silver;
	font: normal 8pt/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.oneColFixCtrHdr #footer p a{
	text-decoration: none;
	color: silver;
	font: normal 8pt/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	padding: 5px 0 5px 10px;
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	font: 10pt/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	float: left;
}
ul.MenuBarHorizontal
{
	left: auto;
	color: silver;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul.MenuBarHorizontal ul li
{
	border-top-style: none;
	border-bottom-style: none;
	width: auto;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: gray;
	font-size: 10pt;
	line-height: 1.2em;
	padding: 5px 10px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: black;
	background-image: none;
	text-decoration: underline;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: black;
	text-decoration: underline;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
}
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
