.sched  {
border: 1px  #000000;
border-style: inset;
}

.n\avbar { border: solid #eda; border-style: inset; width: 11em; border-width: 1.5px }
.navbar { background-image: url(../images/navbar.gif); background-repeat: no-repeat; }

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000 }

h1 {  font-size: 20px; font-weight: normal; color: #000033 }

a:link {  color: #0000FF; text-decoration: none}
a:visited { color: #0000FF; text-decoration: none }
a:hover { color: #FF0000; text-decoration: none } 

hr {  color: #000000; text-decoration: none; height: 1px }

body {
	padding-left: 11em;
	margin-top: 1px;
	margin-right: 0px; margin-bottom: 0px;
	margin-left: -175px;
	background-color: #FFFFFF;}

p {
font-size: 12px; font-weight: normal; color: #000000 }

h2 {
font-size: 16px; font-weight: bold; color: #436877 }

#nav, #nav ul {
	float: left;
	width: 11em;
	list-style: none;
	line-height: 1;
	background: #ffffff;
	font-weight: normal;
	padding: 0;
	
	margin: 0;
	
}

#nav a {
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding: 0.1em;
	margin: 0.2em 0 0.2em 0.1em; /*helps Opera with hover */
    	width: 11em; /*helps IE with hover */
}

#nav li {
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	padding: 0;
	position: relative;
}

#nav li ul {
	position: absolute;
	border: solid #eda;
	border-width: 0.25em;
	left: -999em;
	font-weight: normal;
	margin-left : 11.05em;
	margin-top : -1.8em;
}

#nav li ul a {
	width: 11em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: -1px;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#nav b { font-size: 12px; font-weight: bold; color: #7C6240 }

