@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtrHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position:relative;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position:relative;
	background: #FFFFFF;
	background-image:url(../images/background.gif);
	text-align:center;
}
.oneColFixCtrHdr #mainContent {
	position:relative;
	background: #FFFFFF;
	padding:20px 0px;
}
.oneColFixCtrHdr #footer {
	position:relative;
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
	border-top: 4px dotted #1A93AC;
	font-size: 12px;
	line-height:16px;
}

/* BUTTONS BAR */
.NavBar{
	position:absolute;
	z-index:5;
	top:-15px;
	width:100%;
	height:30px;
	background-image:url(../images/background-navbar.gif);
	background-repeat:repeat-x;
}
.NavHoriz {
	width:100%;
	border-collapse:collapse;
}
.NavHoriz th {
	display:none;
}
.NavHoriz td {
	padding:0px;
	white-space:nowrap;
	text-align:center;
	height:30px;
}
.NavHoriz td a {
	display:block;
	color:#ffffff;
	padding:0px;
	border-bottom:none;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
	border-left:1px solid black;
}
.NavHoriz td a:hover {
	background:#B9EAF4;
	color:#000000;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:20px;
}
.NavHoriz th {
	display:none;
}
.NavHoriz .this a, .try2 .this a:hover {
	background:white;
	border-bottom:1px white solid;
}
