a:link, a:active, a:visited { text-decoration: none; }

a:link, a:active { color: #069; }

a:visited { color: #066; }

a:hover {
  color: #069;
  text-decoration: underline;
}

body {
  background-color: #6FC;
  font-family: Georgia, Times, serif;
  font-size: 0.9em;
  color: #300;
}

dd {
  margin-left: 1em;
}

hr {
  border: 0;
  border-top: solid black 1px;
}

img { border: 0; }

th { text-align: left; }

td { vertical-align: top; }

h3.main_col {
  color: #030;
  border-bottom: solid #030 1px;
}

.epigraph {
  color: #033;
  font-style: italic;
}

.initcap {
  float: left;
  margin-right: 0.1em;
  font-size: 2.5em;
  line-height: 0.9em;
  font-weight: bold;
}

.level_desc {
  font-weight: normal;
}

img.float_right {
  float: right;
  margin: 0 0 12px 12px;
}

img.float_left {
  float: left;
  margin: 0 12px 12px 0;
}

.sect_end_mark {
  margin-bottom: 2em;
  text-align: center;
}

.special_notice {
  text-align: center;
  background-color: #E52E2E;
  color: white;
  padding: 0.5em 0;
  font-weight: bold;
}

.special_notice a {
  color: white;
}

#container {
  width: 748px;
  border: solid #399 1px;
  margin-left: auto;
  margin-right: auto;
}

#navbar {
  width: 748px;
  height: 26px;
  background-color: #030;
  border-top: solid #399 1px;
  overflow: hidden;
}

#home_btn {
  border-right: solid #399 1px;
}

#news_btn {
  margin-left: 4px;
  border-left: solid #399 1px;
  border-right: solid #399 1px;
}

#practice_btn {
  margin-left: 4px;
  border-left: solid #399 1px;
  border-right: solid #399 1px;
}

#calendar_btn {
  margin-left: 4px;
  border-left: solid #399 1px;
  border-right: solid #399 1px;
}

#page_content {
  width: 748px;
}

#scan_col {
  width: 199px;
  border-top: solid #399 1px;
  padding: 12px;
  background-color: #F28476;
  color: #C00;
}

#scan_col_bulls {
  margin-left: -12px;
  font-weight: bold;
}

#main_col {
  width: 501px;
  border-top: solid #399 1px;
  padding: 12px;
  background-color: #F7664A;
}

.footer {
  border-top: solid #399 1px;
  background-color: #002000;
}

#mi_info {
  width: 199px;
  padding: 12px;
  color: white;
  font-size: 0.9em;
}

#mi_pic {
  width: 525px;
  text-align: right;
}

#calendar_list dt {
  font-weight: bold;
  margin-top: 1em;
}

.class_time {
  font-style: italic;
}

