body {
	behavior:url("/menu/csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin:0px;
	font-size: small;
}
A:link	{text-decoration:none;color:#333366; font-weight: bold}
A:visited{text-decoration:none;color:#666699; font-weight: bold}
A:active{text-decoration:none;color:#CC3300; font-weight: bold}
A:hover{text-decoration:none;color:#CC3300; font-weight: bold}

.mainheader {
	border-style: none;
	padding:0px;
}

.headline { font-size: small; font-weight: bold; color: #000000; }

.sidebarhead { 
	font-size: smaller;
	background-color: #4D1979;
	color: #FFFFFF;
	font-weight: bold;
}
.sidebarhead a:link, .sidebarhead a:visited {color: #FFFFFF; font-weight: bold;}
.sidebarhead a:hover, .sidebarhead a:active {color: #CC3300; font-weight: bold;}
.edge {
	border-color: #4D1979; 
	border-style: solid;
	border-width: 2px;
	font-size: small;
}


.sidebarhead2 { 
	font-size: smaller;
	background-color: #FFFFFF;
	color: #4D1979;
	font-weight: bold;
}
.sidebarhead2 a:link, .sidebarhead2 a:visited {color: #4D1979; font-weight: bold;}
.sidebarhead2 a:hover, .sidebarhead2 a:active {color: #CC3300; font-weight: bold;}
.edge2 {
	border-color: #ADA9C9; 
	border-style: solid;
	border-width: 2px;
	font-size: smaller;
}
.edge2 A:link, .edge2 A:visited{color:#666699;}
.edge2 A:active, .edge2 A:hover{color:#CC3300;}
.edge3 {
	border-bottom: 0; 
}

.newsdesc {
	font-size: x-small;
}


#footer {
	font-size: xx-small;
	text-align: center;
}

td.indextable { 
  text-align:center;
  border: 1px solid #000000; 
}


div {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.clsCMOn {
	font-size: 12px;
        padding: 2px 4px;
	color: #ffffff;
	text-align: center;
}

.clsCMOver {
	font-size: 12px;
        padding: 2px 4px;
	color: #000000;
	text-align: center;
}

.clsCMOnsub {
	font-size: 10px;
        padding: 2px 4px;
	color: #ffffff;
	text-align: center;
}

.clsCMOversub {
	font-size: 10px;
        padding: 2px 4px;
	color: #000000;
	text-align: center;
}
td.purpleheader {
  padding-top:5px; padding-bottom:5px;
}
p.purpleheader {
  margin:0px;
}
.purpleheader a:link, .purpleheader a:visited {color: #FFFFFF; font-weight: bold;}
.purpleheader a:hover, .purpleheader a:active {color: #CC3300; font-weight: bold;}
.purpleheadertext {
	margin:0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
}
.purpleheadermenu {
	margin:0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
.menuselected a { cursor: default; }
.menuselected a:link, .menuselected a:visited {color: #CCCC00; font-weight: bold;}
.menuselected a:hover, .menuselected a:active {color: #CCCC00; font-weight: bold;}

.menunotselected a:link, .menunotselected a:visited {color: #FFFFFF; font-weight: bold;}
.menunotselected a:hover, .menunotselected a:active {color: #FFFFFF; font-weight: bold;}


span.info{
	position:relative;
	z-index:24;
	text-decoration:none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	cursor:pointer;
}
span.info:hover{z-index:25;}
span.info span.tip {display: none}
span.info:hover span.tip{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	padding-right:2px;
    border:1px solid #000;
	background-color:#eee;
	color:#000;
    /* text-align: center; */
	}
	
td.edge span.info:hover span.tip{
    top:2em; left:-5em; 
}
.overhang {
	margin-left: -15px;
}

.red {color: #FF0000 !important; }
.red a:link, .red a:visited {color: #FF0000; font-weight: bold; !important;}

div.event {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #000000;
}

.dashbottom {
 	border-bottom: 1px inset #000000; 
}

.calheader {
	font-size: x-large;
	font-weight: bold; 
	font-style: italic;
}

.xsml { /* for download displays */
	font-size:x-small
}
