body {
  min-width: 600px;
  font: 14px/1.5em "Lucida Grande";
  background-repeat: repeat;
  /*background-color: #BBB;*/
  margin: 0; }

#container {
  padding-left: 200px;
  /* LC width */
  padding-right: 150px;
  /* RC width */ }

#container .column {
  position: relative;
  float: left; }

#body_text {
  padding: 5px;
  margin: 5px; }

#center {
  /*width: 80%;*/
  background: #fff; }

#left {
  width: 200px;
  /* LC width */
  right: 200px;
  /* LC width */
  margin-left: -100%; }

#right {
  width: 150px;
  /* RC width */
  margin-right: -150px;
  /* RC width */ }

#footer {
  clear: both; }

#bar {
  background-image: url("bar.jpg");
  background-repeat: repeat-x;
  vertical-align: top; }

#header {
  clear: both; }

#bar h1, em {
  margin-top: 0px;
  padding-top: 10px; }

em {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal; }

/*BUG: I really should split these two into a div section, but I don't
want to edit the python at the moment.*/
a {
  text-decoration: none; }

li {
  text-decoration: none;
  list-style-type: none; }

#body_text em {
  color: #000; }

p {
  margin: 4px; }

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 4px; }

h1 {
  font-size: 218%; }

h2 {
  font-size: 164%; }

h3 {
  font-size: 145%; }

h4 {
  font-size: 118%; }

hr {
  border: 0;
  width: 100%;
  color: #000;
  background-color: #000;
  height: 2px; }

table {
  width: 100%;
  border-width: 0 0 0 0;
  border-collapse: collapse; }

tr {
  vertical-align: middle; }

div#editBox {
  position: fixed;
  width: 25%;
  left: 75%;
  top: 25%;
  visibility: hidden;
  border: solid #000 1px; }

div#searchBox {
  float: right;
  border: solid #000 1px;
  top: 50px;
  position: relative; }

div#navbar2 {
  height: 30px;
  width: 100%;
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  background-color: #295; }

div#navbar2 ul {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
  line-height: 30px;
  white-space: nowrap; }

div#navbar2 li {
  list-style-type: none;
  display: inline; }

div#navbar2 li a {
  text-decoration: none;
  padding: 7px 10px;
  color: #FFF; }

div#navbar2 li a:link {
  color: #FFF; }

div#navbar2 li a:visited {
  color: #FFF; }

div#navbar2 li a:hover {
  color: #FFF;
  background-color: #3366FF; }

td {
  padding: 9px; }

.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
