div#menu  { color: #464d71; font-size: 13px; font-family: Arial; font-weight: 900; width: 12.2em }

div#menu ul {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
   line-height: 150%;
}

div#menu ul li {
   list-style-image: none;
   list-style-type: none;
   padding-bottom: 0;
}

li.menuactive {
   display: block;
   text-decoration: none;

   width: 100%;
   padding-left: 0.3em;
   margin-top: 0.3em;
   font-weight: normal;
   background-color: #464D71;
   color: #000066;
}

div#menu a {
   display: block;
   text-decoration: none;

   width: 100%;
   padding-left: 0.3em;
   margin-top: 0.3em;
   font-weight: normal;

   color: black;
   background-color: #dfeafe;

 
}

div#menu a:hover {
   background-color: #0099ff;
   /* border-left: 0.3em solid #ff0000; */
   color: #ffffff;
}

div#eventsmenu  { color: #464d71; font-size: 13px; font-family: Arial; font-weight: 900; width: 12.2em }

div#eventsmenu ul {
   list-style-type: none;
   margin-left: 0;
   padding-left: 0;
   line-height: 150%;
}

div#eventsmenu ul li {
   list-style-image: none;
   list-style-type: none;
   padding-bottom: 0;
}

li.eventsmenuactive {
   display: block;
   text-decoration: none;

   width: 100%;
   padding-left: 0.3em;
   margin-top: 0.3em;
   font-weight: bold;
   background-color: #ffffff;
   color: #000066;
}

div#eventsmenu a {
   display: block;
   text-decoration: none;

   width: 80%;
   padding-left: 0.3em;
   margin-top: 0.3em;
   font-weight: bold;

   color: black;
   background-color: #ffffff;

 
}

div#eventsmenu a:hover {
   background-color:#FF9900;
   /* border-left: 0.3em solid #ff0000; */
   color: #ffffff;
}


.page {
	font-family: arial;
	font-size: 14px;
	color: #000066;
}

body,td,th {
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.areatitle {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}

.pagetitle {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}

.tabletitles {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #0033ff;
	text-align:center;
}

.bodytext {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	text-align:justify;
	line-height: 2;
	padding: 5px;
}
.textcenter {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	text-align:center;
	line-height: 2;
	padding: 5px;
}


.sidebar {
    font-size: 10pt;
    font-weight: bold;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
%   border-left: 1px solid gray;
    padding: 3px;
    color: #464d71;
} 
.newstext { 
    font-size: 8pt;
    font-weigth: bold; 
    border-right: 1px solid gray;
%    border: 1px solid gray; 
    padding: 3px;
}
.disclaimer {
	font-family: arial;
	font-style: italic;
	vertical-align: text-bottom;  
	font-size: 9px;
	color: #000066;
	text-align:justify;
	line-height: 1;
	padding: 5px;
}


