html, body {
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, helvetica, georgia;
}


a         { text-decoration: none; font-weight:bold; color: #339 }
a:link    { text-decoration: none; font-weight:bold }
a:visited { text-decoration: none; font-weight:bold; color: #33a }
a:hover   { text-decoration: none; font-weight:bold }
a:active  { text-decoration: none; font-weight:bold }

img { border: 0; }

.sidebar {background-color: #ffd500;}

#links ul ul { padding-bottom: 14px; }
#links ul ul ul { padding-bottom: 0px; }

#links ul li { font-weight: bold; }

#links li li { font-weight: normal; }


#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 85%;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #910d19;
width: 9em;
padding: 3px 3px 3px 2px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #33a;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #910d19;
width: 9em;
padding: 3px 3px 5px 20px;
text-decoration: none;
border-bottom: none;
font-weight: normal;
}

#footermenu a { 
text-decoration: none; 
font-weight:normal; 
font-size:80%;
font-family: arial, helvetica, Georgia;
}

#schedlist li {
   padding-bottom: 1em;
}





