body {
  font-family: Helvetica, sans-serif;
}
.header {
  background-color: #eee;
/*  padding-bottom: 1ex; */
}
.content {
/*  background-color: white;
  width: 80%;
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px; */
/*  padding: 1em; */
}
.banner {
/*  padding-top: 0.5ex; */
  text-align: center;
  color: #4f1315;
}
.line {
  margin-top: 2px;
  border-top: 1px dotted #4f1315;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 80%; 
}
pre {
  border-style : solid;
  border-width : 1px 1px 1px 1px;
  border-color : #CCCCCC;
  background-color : #FFFFF0;
  font-family : Courier, monospace;
  color : #099;
}
strong {
  color : #900;
}
em {
  color : #090;
}
tt {
  color : #008;
  font-size : 125%;
}
kbd {
  font-family : Courier, monospace;
  border-style : solid;
  border-width : 1px 1px 1px 1px;
  border-color : #800;
  padding : 0px 5px 0px 5px;
  color : #800;
  background-color : #FFF;
}
kbd.key {
  padding: 0px 1px 0px 1px;
  border-width: 1px 2px 2px 1px;
  border-style: solid;
  background: #faf6f6;
  color: #000;
}
dt {
  color : #009;
}
a:hover {
  color : #C00;
}
th {
  color : #009;
}
td {
  padding: 5px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.textcenter {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.smaller {
  font-size: smaller;
}
.padding {
  padding: 5px;
}
.important {
  background-color : #FFC;
  color : #00C;
  background-image:none;
  font-size : 100%;
  border-width : thin;
  border-color : #000;
  border-style : solid;
  width : 66%;
  margin-left: auto;
  margin-right: auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.wxp {
      color: #008;
      border-color: #008;
}
.w7 {
      color: #080;
      border-color: #080;
}
.wless {
      color: #008;
      border-color: #008;
}
.wired {
      color: #080;
      border-color: #080;
}
h1 {
  color : #009;
}
div.sub_menu {
	border-bottom: 1px solid #000;
	position: relative;
	z-index: 850; /* must be larger than any used by the banner software */
}
ul.sub_menu {
	margin-top: 0px;
}
.sub_menu {
	list-style: none;
	/* Andy changed this because he thought it was in error-  border-left: 1px solid #333; */
	padding-right: 20px;
	padding: 0 0 20px 0;
	margin-bottom: 35px;
}
.sub_menu li {
	display: inline;
	float: left;
}
.sub_menu li a {
	background: #333;
	color: #fff;
	padding: 6px 15px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #ccc;
	border-bottom: 5px solid #ccc;
	margin: 0;
}
a.submenu-highlight {
	border-bottom: 5px solid #7f1010 !important;
	color: #000;
	background: #fff;
}
/* calendar */

.calendarBG {
 background-color: #000; 
}

table.calendarBG {
 width: 100%;
}

.calendarBG tr {
 height: 10ex;
}

tr.calendarDOW {
 height: 4ex;
}

.calendarDOW td {
  width: 14%;
}

.calendarBlank { 
 background-color: #96cded !important;
 vertical-align: top;
 text-align: center;
 padding-top: 5px;
}

.calendarHeader { 
 font-weight: bold;
 font-size: 2em;
 color: #fff; 
 text-align: center;
 background-color: #333; 
}

tr.calendarHeader {
 height: 3ex;
}

tr.calendarHeader th {
  color: #fff;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #630d0d; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 line-height: 1em;
 text-decoration:   none;
 vertical-align: top;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 line-height: 1em;
 text-decoration:   none;
 vertical-align: top;
 color:             #666;
 background-color:  #fff;
padding-top: 5px;
}

table.oneDay {
 width: 100%;
}

.oneDay tr {
 height: 2ex;
}

.oneDay td {
 font-size: 0.9em;
 text-align: left;
}

table.listserv {
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}

.listserv td, .listserv th {
 max-width: 50%;
}
.listservcol2 {
 width: inherit;
}
.listservred {
 color: red;
}
.listservup {
 text-transform: uppercase;
 white-space: nowrap;
}
