/* CSS Document */
a:link {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: none;
}
a:active {
  color: blue;
	text-decoration: none;
}

#banner {
  width: 100%;
  height: 15%;
  font-family: Helvetica;
  background: url(images/blues.gif);
  font-size: 18pt;
  font-style: bold;
  color: white;
}

#box {
  height: 90%;
  width: 100%;
  min-width: 600px;
}
#menubar {
  height: 90%;
  width: 20%;
  float: left;
  background-color: lightgrey;
  text-align: center;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  line-height: 300%;
}

#centercontent{
  height: 100%;
  width: 75%;
  float: right;
  border: solid double;
  background-color: white;
  padding-left: 0.5cm;
  padding-top: 0.5cm;
}

body{background: url(images/starry_background.gif);
}
