#menu {
	width: 8.5em;
	}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#menu a {
	font: 10px verdana, sans-serif;
    color: #233c72;
    background: #fff;
    text-decoration: none;
	display: block;
	margin: 0;
	padding: 1px 1px;
	}
#menu a:hover {
    color: #993366;
    background: #fff;
	text-decoration: underline;
    }
#menu li {
    position: relative;
	}
#menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 60%;
	text-align: left;
    }
div#menu ul ul,
div#menu ul li:hover ul {
    display: none;
	}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul {
    display: block;
	}
	
.blink {
    color: #ff0000;
    text-decoration: blink;
    }
.bluefont {
    color: #233c72;
    }
.bluebox {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
    color: #233c72;
    }
.bold {
	font-weight: bold;
    }
.boxtxt {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
.boxtxtindent {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #223D72;
	padding-left: 10px;
	}
.caption {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #233c72;
	text-decoration: none;
	text-align: center;
	}
.eventdtl  {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ECF7FB;
	color: #000000;
    }
.eventhdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	background-color: #233c72;
	color: #FFFFFF;
    }
.eventhdr2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #233c72;
	background-color: #DEF0FC;
    }
.footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	}
.formdtl {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #e7f4fc;
	}
.formhdr {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #00194a;
	}
.indexhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #233c72;
	background-color: #DEF0FC;
    }
.nav {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #233c72;
	background-color: #ecf7fb;
	text-decoration: none;
    }
.navpale {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #ecf7fb;
	text-decoration: none;
    }
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
    }
.redfont {
	color: #FF0000;
	text-decoration: none;
    }
.smlblue {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #233c72;
	text-decoration: none;
	}
.smlgrey {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
.textlinks {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #223d72;
	text-decoration: none;
	}
.tiny {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-weight: normal;
	}
.uline {
    text-decoration:underline;
    }
.utilitynav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.nav:hover {
	text-decoration: none
	}
a.redfont:hover {
	color: #FF0000;
	text-decoration: underline;
    }
a.smlblue:active {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #993366;
	}
a.smlblue:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
    color: #993366;
	text-decoration: underline;
	}
a.textlinks:active {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #993366;
	}
a.textlinks:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #993366;
	text-decoration: underline;
	}
a.utilitynav:active {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	}
a.utilitynav:hover {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}
