body {
	background-color: #333333;
	text-align: center;
}

a, a:visited, a:active {
	color: #212845;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	background-color: #000000;
	background-image: url('/images/rack_blue.png');
	background-repeat: no-repeat;
	background-position: right;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 90px;
	text-align: left;
	z-index: 2;
	border: 1px solid #000000;
}

#body {
	position: absolute;
	top: 130px;
	left: 160px;
	right: 5px;
	bottom: 5px;
	padding: 5px;
	overflow: auto;
	text-align: left;
	background-color: #cccccc;
	border: 1px solid #000000;
	color: #212845;
}

#navbar {
	position: absolute;
	left: 5px;
	top: 100px;
	bottom: 5px;
	border: 1px solid #000000;
	background-color: #313855;
	color: #999999;
	padding: 5px;
	width: 140px;
	overflow: hidden;
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
}

.arrow {
	position: absolute;
	right: 5px;
	text-align: right;
	color: #999999;
}

#navbar li {
	list-style-type: circle;
	list-style-position: outside;
	display: block;
	border-bottom: 1px dotted #999999;
}

#navbar li a, #navbar li a:visited, #navbar li a:active {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#navbar li a:hover {
	color: #ffffff;
}

#subnavbar {
	position: absolute;
	top: 100px;
	left: 160px;
	right: 5px;
	height: 15px;
	background-color: #414865;
	border: 1px solid #000000;
	color: #999999;
	padding: 5px;
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
}

#subnavbar a, #subnavbar a:visited, #subnavbar a:active {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#subnavbar a:hover {
	color: #ffffff;
}
