
/* This section (.nav) refers to all of the extra navigaton links outside the menu*/
a.nav:link 
{
	COLOR: #FFFF00;
	/*TEXT-DECORATION: none*/
	/*font-weight:bold*/
	font-size:9px;
	
}
A.nav:visited
{
	COLOR: #FFFF00;
/*	font-weight:bold*/
	font-size:9px;
}
A.nav:hover 
{
	COLOR: #000000; 
	/*font-weight:bold*/
	/*TEXT-DECORATION: none*/
	font-size:9px;
}
A.calendar:link
{
	color:brown;
	font-size:13px;
}
a.calendar:visited
{
	color:green;
	font-size:13px;
}
A.calendar:hover
{
	color:black;
	font-size:13px;
}
/*end nav class*/
a[name]
{
	color: inherit;
	text-decoration: inherit;
	font-size:9px;
}
/*affects the whole menu, specifies absolute location*/
#fedora-side-left 
{
	position: absolute;
	z-index: 2;
	width: 209px;
	/* Space down for the approx line height (fonts) */
	left: 5px;
	a:link
	{
		color:black;
	}
	a:visited
	{
		color:black;
	}
	a:hover 
	{
		color:white;
		font-size:9px;
	}
}
/* "global" set of settings that apply to the whole selector*/
#fedora-side-left 
{
	top: 0px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 200px;
	/*color:#666633;*/
	color: #555;
	font-size:9pt;
	border: 5px solid #000000;
	border-right-style: groove;
	border-right-color:#666633;
}

/* Left-side naviagation */
#fedora-side-nav 
{
	margin: 0;
	padding: 0;
	background-color: #666633
}
#fedora-side-nav li 
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: .5px solid #000000;
}
#fedora-side-nav a 
{
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 3px 3px;
}
#fedora-side-nav a:hover 
{
	color: #ffffff
}
#fedora-side-nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0
}

/*attributes of the sub-menu elements*/
#fedora-side-nav ul li 
{
	border-top: .5px solid #000000;
	background-color: #999966;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #000000;
	text-indent:9pt;
}

/*attributes of the sub-menu elements when hovered*/
#fedora-side-nav ul li:hover 
{
}
/*attributes of the links in the sub-menus*/
#fedora-side-nav ul li a 
{
	padding-left: 9px;
	color: #000000;
}
#eventTable
{
        border: 3px solid black ;
        text-align: center;
}
#eventTable td
{
        border: 1px solid black
}
#heading th
{
        text-align: center;
        font-weight: bold;
        padding: 0px;
        border: 2px solid black
}

