/* Left Column */
#left {
  padding: 10px;
  float: left;
  width: 50%;
  text-align: justify;
}
#left h2 {
  font-size: 1.25em; 
  line-height: 1.25em;
  //color: #cc9900;
  color: #000000;
  margin: 0px;
}
#left p {
  font-size: 12px; 
  line-height: 1.50em;
  color: #000000; //ffffff
  font-weight: normal;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#left a {
  color: #000000; //ffffff
  text-decoration: none;
  font-weight: bold;
}
#left a:hover {
  color: #c90; //#FF9900;
  font-weight: bold;
}
#left ul {
  margin: 0px;
  padding: 20px;
}
#left ul li {
  list-style: square outside;
  font-size: .75em; 
  line-height: 1.25em;
  color: #ffffff;
  margin: 0px;
  padding: 2px;
}

#left .location {
  font-size: 14px;
  line-height: 1.50em;
  color: #cc9900;
  font-weight: bold;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#left .orange {
  font-size: 12px;
  line-height: 1.50em;
  color: #cc9900;
  font-weight: normal;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  
}
/* Misc Styles */	
p, li {
  font-size: .75em; 
  line-height: 1.75em; 
  margin-top: 10px;
}
		
img {
  display: block;
}

/* Other Styles */
.warning {
  color: #ff0000;
  font-weight: bold;
}

a.admin  {
  font-color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
}

.border {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 2px;
  border: 1px solid #ffffff;
}
#right .more {
  color: #FF9900;
  font-weight: bold;
}
#right .more:hover {
  color: #FFF;
  font-weight: bold;
}
#left p.currentevent {
  padding-top: 0px;
}
#left h2.currentevent {
  margin-top: 445px;
}

.trim {
  padding: 2px;
  border: 1px solid #cc9900;
}

.trim2 {
  padding: 2px;
  margin: 5px;
  border: 1px solid #ffffff;
}

#mini_nav a {
  color: #c90; 
  font-size: 8pt;
}
#mini_nav a:hover {
  color: #000;
  font-size: 8pt;
  text-decoration: underline;
}
#mini_nav .plain {
  font-color: #fc6;
  font-size: 8pt;
  font-weight: bold;
}



