/*
 * This import blocks displaying '#divupgrade' and '.spanTextMenu' for
 * reasonable browsers.
 */
@import url("/support/css/ttui_css2.css");
#divUpgrade {
	color: #000000;
	background-color: #DD0000;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 50;
	width: 400px;
	left: 175px;
	top: 10px;
	border: 3px solid #000000;
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#divPage {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
	visibility: visible;
	z-index: 10;
}
#divTop {
	background: url(/graphics/ui/ui_top_background.gif);
	margin: 0px;
	padding: 0px;
	height: 201px;
	width: 100%;
	text-align: center;
}
#divTopLeft {
	clear: none;
	float: left;
	height: 201px;
	width: 175px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	left: 0px;
	top: 0px;
}
#divTopContact {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: right;
	height: 66px;
	width: 131px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	top: 29px;
	right: 10px;
}
#spanTopLogo {
	width: 250px;
	height: 66px;
	margin: 0px;
	padding: 0px;
	clear: none;
	overflow: hidden;
	position: relative;
	visibility: visible;
	z-index: 20;
	top: 29px;
}
#divMenu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 1px;
	width: 100%;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 30;
	left: 0px;
	top: 131px;
}
#spanTopMenu {
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 78px;
	width: 533px;
	overflow: hidden;
	visibility: visible;
	z-index: 30;
}
#spanTopMenu a .imgMenu {
	margin: 0px;
	padding: 0px;
	height: 78px;
	width: 171px;
	border: 1px solid #5C5C5C;
}
#spanTopMenu a:hover .imgMenu {
	border: 1px solid #B0D7A5;
}
.menuspacer {
	overflow: hidden;
	visibility: visible;
	z-index: 30;
	height: 78px;
	width: 1px;
	margin: 0px 5px 0px 5px;
}
#divContent {
	padding: 15px 10px 0px 10px;
	overflow: visible;
	z-index: 40;
}
.spanTextMenu {
  width: 100%;
	text-align: center;
}
/* This is an IE min-height hack.
 * http://www.greywyvern.com/code/min-height-hack.html
 * '#divcopyright' is the 'clear' block.
 */
#divProp {
        height: 220px;
        float: right;
        width: 1px;
}
#divCopyright {
	clear: both;
	width: 100%;
	border-top: 1px solid #ABABAB;
	text-align: center;
	color: #9BA2B0;
	font: italic 10pt Arial, Helvetica, sans-serif;
	margin-top: 30px;
	position: relative;
}
#divCopyright a {
	color: #C3C3C3;
	text-decoration: underline;
}
#divCopyright p {
	margin: 0px;
	padding: 0px;
}
/* This are some (nasty) hacks that only Netscape 4.x will see.
 * http://archivist.incutio.com/viewlist/css-discuss/5967
 * http://css-discuss.incutio.com/?page=CaioHack
 * '#divContent' needs tweaks so it doesn't appear under the top section.
 * '#spanTopMenu' is hopelessly wrong.  We'll ignore it in NS4 and use
 * '.spanTextMenu'.
 *
 * Starting Netscape 4 section below.
 */
/*/*//*/ 
#divContent {
	position: absolute;
	width: 100%;
	top: 220px;
}
#spanTopMenu a .imgMenu {
  display: none;
}
#spanTopMenu a:hover .imgMenu {
  display: none;
}
/* */
/*
 * End Netscape 4 section.
 */
