@charset "utf-8";
.shell {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	border: 1px solid #FFF;
	overflow: hidden;
	position: absolute;
	left: 5%;
	top: 5%;
	right: 40%;
	bottom: 25%;
	font-size: small;
}
.nav {
	position: absolute;
	right: 0%;
	bottom: 0%;
	margin: 0px;
	padding: 0px;
	width:35%;
	max-width:275px;
	max-height:311px;
	overflow: hidden;
}
.titlebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	position: relative;
	height: 25px;
	width: 99%;
	padding-left: 1%;
	background-image: url(/images/titlegrad.png);
	background-position: 0px;
	background-repeat: no-repeat;
}
.quicklinks a {
	color: #CCC;
}
.quicklinks {
	font-size: xx-small;
	color: #CCC;
	position: absolute;
	height: 10px;
	left: 1%;
	bottom: 1%;
	margin: 0px;
	padding: 0px;
}
.content {
	background-color: #CCC;
	position: absolute;
	overflow: auto;
	text-indent: 5px;
	padding-left: 5px;
	right: 0px;
	bottom: 15px;
	visibility: visible;
	left: 0px;
	top: 26px;
}
.legal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #333;
	text-align: center;
	height: 15px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: top;
	position: absolute;
	visibility: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
