body
{
  margin: 0px;
  background-color: #f6f6f6;
}

#wrap
{
  width: 700px;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: auto;
}

#menubar {
	background: #800000;
	font-weight: bold;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

#menubar ul {
	margin: auto;
	list-style: none;
}
#menubar li {
	display: inline;
	line-height: 170%;
	margin: 0px;
}

#menubar li a {
	padding: .2em 1em .2em 1em;
	text-decoration: none;
	background: transparent;
	color: #FFF;
}
#menubar li a#current{
	background-color: #a00000;
	font-weight: bold;
}

#menubar li a:hover {
	text-decoration: none;
	background: #933;
	color: #FFF;
}

#pagecontent
{
  width: 660px;
  margin: auto;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  /*line-height: 16px;*/
}

p {
  
}

h1 {

}

h2 {
  color: #800000;
  margin-bottom: 5px;
  margin-top: 0px;
}

#intro {
  margin: 0px 0px 40px 0px;
}

#news, #events{
  background-color: #ffeeee;
  margin: 20px 5px 20px 0px;
  padding: 0px;
  position: relative;
}

#news h2, #events h2 {
  border-top: 2px solid #800000;
  border-bottom: 1px solid #800000;
  padding-left: 10px;
  background-color: #e0b0b0;
}

.newsitem {
  padding: 5px 10px 10px 17px;
  margin: 0px 0px;
  position: relative;
}

.week_a, .week_b {
border-bottom: 1px solid #e0b0b0;
padding: 5px 0px 7px 0px;
}

.day_a, .day_b {
  padding: 3px 5px 3px 17px;
  margin: 0px 0px;
}

.newsitem img {
  float: right;
  padding: 5px;
  position: relative;
}

.newstitle, .date {
  color: #800000;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}

.newsdesc {
  font-size: 12px;
}

#events ul {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}

.event_item {
  color: #000;
  font-size: 12px;
  list-style: none;
  background: url(/images/arrows.gif) no-repeat 3px 4px;
  padding-left: 17px;
}

.event_item a {
  color: #800000;
  text-decoration: none;
}

.event_item a:hover {
  color: #933;
  text-decoration: underline;
}

.event_item a:visited {
  color: #933;
}

#rightcol {
  margin-left: 10px;
  border: 2px solid #800000;
  background-color: #e0b0b0;
  padding: 4px;
  font-size: 12px;
}

#rightcol h2 {
  font-size: 16px;
  text-align: center;
  margin: 0px;
}

#rightcol h3 {
  margin: 10px 0px 3px 0px;
}

.hlt_entry {
  margin: 0px 0px;
}
#rightcol .entry {
  margin: 0px;
  padding-left: 14px;
  background: url(/images/arrows.gif) no-repeat 1px 3px;
  font-size: 11px;
}

#rightcol h3 a {
  display: block;
  color: #800000;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
  font-variant: small-caps;

  margin: 0px;
  padding: 2px 0px;
  border: 1px solid #800000;
  border-width: 2px 0px 1px 0px;
}

#rightcol h3 a:hover {
  color: #e0b0b0;
}

#rightcol .hlt_section_heading a {
  display: block;
  color: #800000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;

  font-variant: small-caps;

  margin: 10px 0px 3px 0px;
  border-bottom: 1px solid #e0b0b0;
}

#rightcol .hlt_section_heading a:hover {
  color: #e0b0b0;
}

#rightcol_contents {
  border: 0px solid #800000;
  background-color: #fee;
  padding: 7px;
}

.hlt_section {
  padding: 10px 0px 15px 0px;
  margin-bottom: 5px;
  //border-bottom: 1px dashed #e0b0b0;
}

.alt_1
{
  background-color: #e0b0b0;
  color: #000;
}
.alt_0
{
  background-color: #fff;
}

.alt_1 a, .alt_0 a
{
  color: #00f;
}

.small
{
  font-size: smaller;
}

.box
{
  width: 600px;
  border: 2px solid #800000;
  padding: 20px;
  margin: auto;
  margin-bottom: 30px;
  
}

.tablebox
{
  border: 1px solid #800000;
  padding: 0px;
}

.tablebox thead
{
  color: #fff;
  font-weight: bold;
  background-color: #800000;
}

.status
{
  font-weight: bold;
  text-align: center;
  margin: 30px 0px;
  color: #a00000;
  background-color: #f0c0c0;
}

.hidden
{
  text-decoration: line-through;
}

.fineprint {
  font-size: 9px;
}

textarea, input.textbox, select {
  background: #f4f4f4;
  border: 1px solid #b2b2b2;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin: 1px;
  padding: 3px;
}

input.button {
  font-weight: bold;
}

#pagebottom {
  border-top: 1px solid #ccc;
  padding: 10px 0px 15px 0px;
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
  color: #555;
}

#fineprint {
  
}

.counter{
  float: right;
  text-align: center;
  color: #555;
  border: 1px solid #555;
  padding: 0px;
}

.count {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #555;
  padding: 0px 5px;
}
