html { 
  overflow-y: scroll;
}

body {
  font-family: Calibri, Helvetica;
  font-size: 14pt;
  font-weight: lighter;
  color: #2F2F2F;
  background-color: #777777;
  padding:0;
  margin:0;  
}

strong {
  font-weight: bold;
}

h1 { color: #0000AA; font-size: 24pt; font-weight: normal;}
h2 { color: #0000AA; font-size: 19pt; font-weight: normal; margin-top: 12pt; margin-bottom: 0;}
h3 { color: #0000AA; font-size: 16pt; font-weight: normal; margin-top: 12pt; margin-bottom: 0;}

div.outer_box {
  width: 80%;
  background-color: #FFFFFF;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
  margin-top: 5px;
  margin-bottom: 0px;
  border-top : 2px solid #000000;
  border-left : 2px solid #000000;
  border-right : 2px solid #000000;
  border-bottom : 2px solid #000000;
}

ul {
  margin-top: 3pt;
  margin-bottom: 3pt;
}

.main_text {
  text-align: justify;
  margin-top: 0;
  margin-bottom: 3pt;
}

.menu_link {
  font-size: 18px;
}

.black_border {
  border-top : 2px solid #000000;
  border-left : 2px solid #000000;
  border-right : 2px solid #000000;
  border-bottom : 2px solid #000000;
}

.main_name {
    font-family: Garamond, Georgia, "trebuchet ms", tahoma, sans-serif;
    font-size: 40px;
    font-weight : bold;    
}

.main_subname {
    font-family: Garamond, Georgia, "trebuchet ms", tahoma, sans-serif;
    font-size: 25px;
    font-weight : bold;    
}

a:link, a:active, a:visited {
  color : #5555EE;
  text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

#topnavbar ul {
  padding: 0;
  text-align: center;
  background-color: white;
  border-top: solid 1px #0000AA;
  border-bottom: solid 1px #0000AA;
  clear: right;
  margin-top: 10px;
  margin-bottom: 30px;
}

#topnavbar ul li {
  display: inline;
  padding-left: 0;
  padding-right: 0;
}

#topnavbar ul li a {
  padding-left: 25px;
  padding-right: 25px;
  color: #0000AA;
  font-weight: bold;
  font-size: 16pt;   
}

#topnavbar ul li a:hover {
    color: #FF6600;
    text-decoration: none;
}

div#news {
  width: 40%;
  float: right;
  margin-left: 2em;
  padding-left: 1em;
  color: #000000;
  background-color: #ed9065;
  margin-bottom: 0.5em;
  border: 1px solid maroon;
  font-size: 13pt;
  font-weight: normal;
}

#schedule {
  border-collapse: collapse;
}

#schedule td, #schedule th {
  font-size: 1em;
  border: 1px solid #ed9065;
  padding: 3px 7px 2px 7px;
}

#schedule th {
  font-size: 1.1em;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 4px;
  background-color: #ed9065;
  color: #ffffff;
}

#schedule tr.alt td {
  color: #000000;
  background-color: #ed9065;
}