a:link {
	text-decoration: none;
	color: #850000;
}
a:visited {
	text-decoration: none;
	color: #850000;
}
a:hover {
	text-decoration: underline;
	color: #850000;
}
a:active {
	text-decoration: none;
	color: #850000;
}

body {
  background: black;
  height: 100%;
  text-align: center;
  margin: 5px;
}

#pagepanel {
  background: white;
  height: auto;
  width: 900px;
  margin: 0px auto 0px auto;
  padding: 1px;
}

#header {
  width: 100%;
  background-color: #FFF;
  height: 200px;
  margin: 15px 15px 5px 0px;
}

#leftcol {
  float: left;
  width: 110px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#menu {
  float: left;
  width: 110px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#rightcol {
  float: right;
  width: 90px;
  text-align: center;  
  height: auto;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 10px 0px;
}

#content {
  float: right;
  width: 760px;
  height: auto;
  text-align: left;
  margin: 0px 0px 25px 0px;
}

#footer {
  float: middle;
  clear: both;
  width: auto;
  height: 50px;
  margin-left: auto;  
  margin-right: auto;  
  padding: 0px;  
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
}

#loginBanner {
  width: auto;
  height: auto;
  margin-left: auto;  
  margin-right: auto;  
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  text-align: right;
  background-color: black;
  color: white;
}

#loginBannerGray {
  float: middle;
  clear: both;
  width: auto;
  height: 13px;
  margin-left: auto;  
  margin-right: auto;  
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 2px;  
  padding-right: 10px;  
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;  
  text-align: right;
  background-color: #DDD;
  color: #666;
}