body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #000;
}

#container {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
}

#toprow {
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 170px;
	text-align: center;
	overflow: hidden;
}

#toprow img {
	margin: 0;
	text-align: center;
}

#leftnav {
	position: absolute;
	z-index: 100;
	top: 170px;
	left: 0;
	bottom: 0;
	width: 180px;
	padding-left: 1px;
	overflow: visible;
}

#bottomrow {
	padding: 0;
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	left: 180px;
	right: 0;
	text-align: center;
	height: 25px;
	overflow: hidden;
}

#bottomrow p {
	margin: 1px;
}

#bottomrow .imgleft {
	margin: 5px 32px;
	float: left;
}

#bottomrow .imgright {
	margin: 5px 32px;
	float: right;
}

#maincontent {
	position: absolute;
	z-index: 50;
	left: 181px;
	right: 0;
	top: 170px;
	bottom: 25px;
	overflow: auto;
	padding: 5px;
	border-top: 1px dashed #133;
	border-left: 1px dashed #133;
	border-bottom: 1px dashed #133;
}

#versrow {
	font-size: 0.75em;
	color: #133;
	width: 100%;
	border-top: 1px dashed #133;
}

#navrow {
	font-size: 0.75em !important;
	color: #577;
	width: 100%;
	border-bottom: 1px dashed #133;
	padding-bottom: 5px;
}

.default {
	color: #fff;
	background-color: #000;
}

.menucolor {
	color: #577;
	background-color: #000;
}

h1 {
	color: #CCC;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}

h2 {
	color: #CCC;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h1 img {
	vertical-align: middle;
}

a:link, a:active, a:visited {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #699;
	text-decoration: underline;
}

.cleardiv {
	clear: both;
}

img {
	border:0;
}

.iconlist img {
	vertical-align: middle;
}

.iconlist dd {
	margin-bottom: 20px;
}

.sslist dd {
	margin-bottom: 20px;
}


ul {
	margin-left: 10px;
	padding-left: 10px;
}

#maincontent p, #maincontent dl, #maincontent ul {
	line-height: 1.5;
}

span.on {
	color: #090;
}

span.off {
	color: #900;
}
