#navbar {
    position: absolute;
    left: 10.5px;
    top: 150px;
    width: 190px;
    border: 0px solid #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
    /*line-height: 17px;*/
    line-height: 14px;
	color: #99FF33;
    clear: both;
	margin: 0;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	}
	
 
#navbar a:link, #navbar a:visited, 
#navbar a:hover, #navbar a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;

	}

/* links are: link(unvisited)-green; visited-green; hover-purple ; active-green */
#navbar a:link {
	color: #99FF33;
	}

#navbar a:visited {
	color: #99FF33;
	}

#navbar a:hover {
	color: #CC00CC;
	}

#navbar a:active {
	color: #99FF33;
	}
	
h5 {
	border: 2px solid #d61b10; 
	margin-bottom: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
    line-height: 15px;
	color: #99FF33;
    clear: both;
	padding: 1px;
	text-align: center;
    background: url('../image-files/menuhead.gif');
	}
/* the right side menu for sub-pages */

#rightnav {
	border: 1px solid black;
	/*width: 140px;*/
	width: 95%;
	background-color: #000000;
	}

#rightnav a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
    line-height: 14px;
	padding: 1px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #99FF33;
	text-decoration: none;
	border-bottom: 1px solid black;
	text-align: center;
	}

html>body #rightnav a {
	width: auto;
	}

/* links are: link(unvisited)-green; visited-green; hover-purple ; active-green */
#rightnav a:link {
	color: #99FF33;
	text-decoration: none;
	}

#rightnav a:visited {
	color: #99FF33;
	text-decoration: none;
	}

#rightnav a:hover {
	color: #CC00CC;
	text-decoration: none;
	}

#rightnav a:active {
	color: #99FF33;
	text-decoration: none;
	}
	
#titlebar {
	border: 2px solid #d61b10; 
	margin-bottom: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
    line-height: 15px;
	color: #99FF33;
    clear: both;
	padding: 1px;
	text-align: center;
    background: url('../image-files/menuhead.gif');
	}	

#tabledesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #99FF33;

	width: 100%;
	height: 3em;
	padding: 1px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	background: url('../image-files/menuhead.gif');
	border: 2px solid #d61b10; 
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;

	}