body {
	font-size: 100%;
	font: normal 11px georgia, verdana, sans-serif;
	margin: 0px;
	color: black;
	background: white url(../img/tri3_bg.gif) repeat-x top center;
	}

#bgWrap {
	position: absolute;
	width: 982px;
	top: 0px;
	left: 50%;
	margin-left: -491px;
	}

#wrap {
	width: 982px;
	float: left;
	}

#sidebar {
	z-index: 11;
	position: absolute;
	left: 50%;
	top: 190px;
	margin-left: -355px;
	width: 450px; /*was 165*/
	/*background: transparent url(../img/tri3_ld_nav.gif) no-repeat top left;*/
	}

#nav {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	font: bold 12px/16px georgia, tahoma, arial, verdana, sans-serif;
	}

#nav li {
	float: left;
	border-left: 1px solid #fff;
	}
	
#nav a {
	color: white;
	background-color: #90969c; /* #a7bde2 */
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	width: 200px;
	border-bottom: 1px solid white;
	}

#nav a:hover {
	padding-left: 14px;
	padding-right: 6px;
	color: black;
	background: white url(../img/tri3_navarrow.gif) no-repeat top left;
	}

#nav ul {
	position: absolute;
	float: left;
	border-top: 1px solid white;
	border-right: 1px solid white;	
	left: auto;
	top: auto;
	color: white;
	width: 210px;
	margin: -1px 0px 0px 10px;
	padding: 0px;
	display: none;
	font-weight: normal;
	list-style: none;
	}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav ul li a {
	background-color: #7b8187;
	width: 189px;
	}

#nav li:hover ul, #nav li.sfhover ul{display: block;}

#header {
	z-index: 10;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -345px;
	width: 486px;
	height: 120px;
	border-left: 1px solid white;
	border-top: 1px solid white;	
	text-align: center;
	background: #eff2f5 url(../img/tri3_ld_headerbg.gif) repeat-x top left;
	}

	
#headertext {
	text-align: left;
	width: 92%;
	padding: 0px 6px;
	margin: 0px auto;
	height: 43px;
	overflow: auto;
	}
	
#headertext p { margin: 0px; }
	
#diagonals {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 180px;
	width: 500px;
	height: 105px;
	margin-left: -345px;
	background: transparent url(../img/tri3_ld_diagonals.gif) repeat-x top left;
	border-left: 1px solid #fff;
	}

#contentBG {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 285px;
	margin-left: -345px;
	width: 500px;
	height: 244px;
	background-color: #fff;
	color: #000;
	background: #fff url(../img/tri3_ld_contentlogo.gif) no-repeat 160px 40px;
	}
	
#content {
	font: normal 12px/18px georgia, Tahoma, Arial, Verdana, sans-serif;
	margin-top: 10px;
	width: 450px;
	padding: 0px 10px;
	height: 235px;
	margin-left: 6px;
	overflow: auto;
	}
	
#ldimage {
	z-index: 9;
	width: 230px;
	height: 497px;
	position: absolute;
	top: 30px;
	margin-left: 142px;
	left: 50%;
	border: 1px solid white;
	}
	
#shadow {
	position: absolute;
	z-index: 0;
	top: 72px;
	left: 50%;
	width: 700px;
	height: 465px;
	margin-left: -355px;
	}
	
#footer {
	font: normal 10px tahoma, arial, verdana, sans-serif;
	position: absolute;
	top: 532px;
	width: 720px;
	left: 50%;
	margin-left: -340px;
	text-align: center;
	}