/* CSS Document

body {
	background-color:#9e0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
*/
body {
	background-image:url(images/stack.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
}
#container{
	margin:0 auto;
	position:relative;
	width:760px;
	height:100%;
	background-image:url(images/lfthand.gif);
	background-repeat:repeat-y;
	background-position:top left;
	z-index:1;
}
#hdr {
	height:65px;
	width:100%;
	background-color:#ffffff;
	background-image:url(images/tabright.gif);
	background-repeat:no-repeat;
	background-position:top right;
	overflow:hidden;
	position:relative;
	border:none;
}

#rtmenu {
	position:absolute;
	right:0px;
	width:120px;
	height:525px;
	background-color:#ffffff;
	background-image:url(images/tabrtmenubot30.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#panel {
	position:relative;
	margin-left:142px;
	width:482px;
	height:100%;
	background-color:#ffffff;
	background-image:url(images/panelborder.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#txt {
	margin-left:30px;
	height:90%;
	width:90%;
}
#connect {
	width:16px;
	height:442px;
	background-color:white;
	background-image:url(images/tabconn.gif);
	background-repeat:no-repeat;
	background-position:top right;
	position:absolute;
	right:120px;
}
#ftr {
	clear:both;
	position:relative;
	height:22px;
	width:100%;
	background-color:#ffffff;
	background-image:url(images/tabftr.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#ftrrt {
	height:22px;
	position:absolute;
	right:0px;
	background-image:url(images/ftrcap.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

a:link{color:white;text-decoration:none;}
a:visited{color:white;text-decoration:none;}
a:hover{color:white;text-decoration:none;}
a:active{color:white;text-decoration:none;}

a.ltnav:link{color:black;text-decoration:none;}
a.ltnav:visited{color:black;text-decoration:none;}
a.ltnav:hover{color:#9e0000;text-decoration:underline;}
a.ltnav:active{color:#9e0000;text-decoration:underline;}