/* 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;

	}