#leftcontent {
	float:left;
	width:150px;
	background:#026;
	color:#FFF;
	font-size:13pt;
	border-right:5px solid #049;
	border-bottom:5px solid #049;
	border-left:5px solid #049;
	border-top:5px solid #049;
	margin-right:0px;
	margin-left:0px;
	font-family: "Tahoma";
        /*overflow: auto;
        height:90%;  */
	}

/*#leftcontent B {color: red; font-size: 105%;}*/
#leftcontent SMALL {font-size: 11pt; font-weight: 200}
#leftcontent SMALL.cas{font-size: 9pt; font-weight: 100; color: #FFCC99}
#leftcontent A:link { text-decoration: none; color: #FFFF00}
#leftcontent A:visited { text-decoration: none; color: #FFFFCC} 
#leftcontent A:active { text-decoration: none; font-size: 100%}
#leftcontent A:hover { text-decoration: underline} 
#leftcontent TABLE{font-size: 100%; font-family: "Tahoma"; background: #0055AA;}
#leftcontent TABLE.small{font-size: 70%}

		
#rightcontent {
	border-right:0px solid #037;
	border-left:0px solid #037;
	border-top:0px solid #037;
	border-bottom:0px solid #037;
	margin-left:180px;
  /*width: 50%;	
  overflow: auto;
  height:100%;  */
	}
#rightcontent A:hover { text-decoration: underline} 

#navlist {
	position: relative;
	width: 120px;
	left: 17px;
}
	
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
	   }
#navlist li {
        margin: 0;
	    }
#navlist a {
        margin: 0;
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #07C #000 #000 #07C;
	background-color: #0055AA;
}

#navlist a:link,  #navlist a:visited {
	text-decoration: none; 
}

#navlist a:link {
	background-color: #05A;
	color: #FFF;
}

#navlist a:visited {
	background-color: #038;
	color: #FFF;
}


#navlist a:link:hover {
	background-color: #0AF;
	color: #FF0;
}
		    
#navlist a:visited:hover {
	background-color: #07C;
	color: #FF0;
}

#uberlink a:link, #uberlink a:visited {
	color: #FBB;
	background-color: #000;
	text-decoration: none;
}

#uberlink a:visited:hover, #uberlink a:link:hover {
	color: #FC0;
	background-color: #555;
	text-decoration: none;
}
