html, body { height:100%; }

body {
	padding:0;
	margin:0;
	text-align:left;
	min-width:810px;
	background-color:#FFFFFF;
	font-size:8pt;
	font-family:Courier, serif;
	color:#000000; 
	text-decoration:none; 
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
        line-height:200%;
}

#outer{
	height:600px;
	min-height:600px;
	width:810px;
	color:#000000;
	text-align:left;
	position:relative;
}
 
#leftborder{
	position: absolute;
	top: 0px;
	left: 0px;
	height:100%;
	width:55px;
	background:#990000;
}

#navi{
	position: absolute;
	top: 8px;
	left: 60px;
	height:100%;
	width:100px;
	background:#FFFFFF;
}

#center{
	position: absolute;
	top: 0px;
	left: 166px;
	height:100%;
	width:550px;
	background:#FFFFFF;
} 
 
#rightborder{
	position: absolute;
	top: 0px;
	left: 716px;
	height:100%;
	width:95px;
	background:#990000;
} 

#header{
	position: absolute;
	top: 0px;
	height:59px;
	min-height:59px;
	width:550px;
	background:#990000;
} 

#contents{
	position: absolute;
	top: 60px;
	width:550px;
	height:541px;
	background:#FFFFFF;
	display:block;
	overflow:scroll;
} 

#displays{
	position:relative;
	top: 25px;
	left: 26px;
	height:100%;
	width:490px;
	background:#FFFFFF;
}

#footer{
	position: absolute;
	left: -1px;
	bottom: -1px;
	height:20px;
	width:811px;
	background:#990000;
} 

#rundrum {
  width:100px;
  border-width:1px;
  border-style:solid;
  border-color:#990000;
}

p {
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  font-style: normal;
}

li {
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  font-style: normal;
}

h1 {
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #990000;
  font-style: normal;
  line-height: 130%;
}

h2  {
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #990000;
  font-style: normal;
  line-height: 130%;
}

h3 {
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  font-style: normal;
  line-height: 150%;
}

a:link { 
	color:#3366cc; text-decoration:none; }
a:visited {
	color:#3399cc; text-decoration:none; }
a:hover { 	
	color:#3366cc; text-decoration:none; }
	
a.navileft_passive {
	display:block;
	background-color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	font-family:verdana, sans-serif;
	font-weight:bold;
	color:#000000;
} 
a.navileft_passive:link {color:#000000;}
a.navileft_passive:visited{color:#000000;}
a.navileft_passive:hover {color:#000000;}

a.navileft_active {
	display:block;
	background-color:#990000;
	background-position:right;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	font-weight:bold;
	font-family:verdana, sans-serif;
	color:#FFFFFF;
} 

a.navileft_active:link {color:#FFFFFF;}
a.navileft_active:visited{color:#FFFFFF;}
a.navileft_active:hover{color:#FFFFFF;}

a.navileft_open {
	padding-left:10px;
	display:block;
	background-position:right;
	background-color:#990000;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	font-weight:bold;
	font-family:verdana, sans-serif;
	color:#FFFFFF;
} 

a.navileft_open:link {color:#FFFFFF;}
a.navileft_open:visited{color:#FFFFFF;}
a.navileft_open:hover{color:#FFFFFF;}
