@charset "UTF-8";
/* CSS Document */
/* Main Style Sheet for The Hawaii Science Bowl Web Site */

body {
  background-color:#fff;
  color:#000;
  font-family:"Lucida Grande", Arial, sans-serif;
  font-size:medium;
  margin:5px;
}

#container {
  border:2px solid #0e73ba;
  background-color:#9cf;
  float:left;
  width:800px;
}

#header {
  color:#0e73ba;
  font-size:150%;
  font-weight:bold;
  text-align:center;
}

#content {
  float:right;
  width:600px;
}

#content h1 {
  color:#0ba24a;
  font-size:150%;
  text-align:center;
}

#content h2 {
  color:#0ba24a;
  font-size:130%;
}

#sidebar {
  float:left;
  width:190px;
}

#nav {
  font-size:80%;
  list-style-type:none;
}

#nav li {
  padding-bottom:3em;
}

#nav a {
  text-decoration:none;
}

#nav a:link, a:visited {
  color:#0e73ba;
}

#nav a:hover {
  color:#fff;
}

#nav a:active {
  color:#0ba24a;
}

#footer {
  background-color:#fff;
  border-top:2px solid #0e73ba;
  clear:both;
  color:#0e73ba;
  width:800px;
}

.logo {
  padding:20px;
}

#footer p {
  font-size:150%;
  font-weight:bold;
  margin:0;
  padding:0.5em 0 0 0;
  text-align:center;
}
