body { 
  background: #ebfbfe url(/SF/sf_bg.gif) 20% 50% no-repeat fixed;
  font-family: arial, helv, sans-serif;
  font-size: medium;
}

#main {
  margin: 0 140px;
}

#register {
  width: 60%;
  padding: 10px;
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.7);
  border: 5px solid;
  border-color: rgb(0, 38, 84);	
  border-color: rgba(0, 38, 84, 0.7);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#sponsors {
  width: 35%;
  float: right;
  margin-left: 1em;
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.7);
  border: 5px solid;
  border-color: rgb(0, 38, 84);	
  border-color: rgba(0, 38, 84, 0.7);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

#topLeft {
  position: fixed;
  top: 0;
  left: 0;
}

.main_title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}

.page_title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px solid black;
}

.spacer {
  background-color: #555 !important;
}

.text_box {
  margin: 1em;
  padding: 5px 1em;
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.7);
  border: 3px solid;
  border-color: rgb(0, 38, 84);	
  border-color: rgba(0, 38, 84, 0.7);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

table#sked { 
  border-collapse: collapse;
  border: 1px solid black;
  border-spacing: 2px;
  padding: 5px;
  margin: 0 auto;
}

table#sked td { 
  font-size: 12px;
  vertical-align: center; 
  text-align: center;
  padding: 5px;
  font-weight: bold;
  border: 1px solid black;
}

table#sked th { 
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.7);
  font-size: 12px;
  padding: .5em; 
  font-weight: bold;
  border: 1px solid black;
}

table#sked th.lc { 
  padding: 5px; 
  text-align: right;
}

table#sem {
  border-collapse: collapse;
  border: 1px solid black;
  border-spacing: 2px;
  padding: 5px;
  margin: 0 auto;
  font-weight: bold;
}

table#sem td { 
  vertical-align: center; 
  padding: 5px;
  border: 1px solid black;
}

table#sem th { 
  background-color: rgb(230, 230, 230);
  background-color: rgba(230, 230, 230, 0.7);
  text-align: center;
  padding: .5em; 
  border: 1px solid black;
}

