/* common  elements */
BODY { font-family: Arial;
	 font-size: 11px; 
	margin : 0px;
	letter-spacing : 0px;  }

A:HOVER {
	color: #FF0004;
	text-decoration:none; }
A {
	color: #FF0004;
	text-decoration:none; }
/* menu classes - each menu option scheme is a different color. */
.mHome {
	font-family: arial, helvetica, sans-serif; font-size: 10px; text-decoration: none;
	color: #000000; }
.mL1Other {
	font-family: arial, helvetica, sans-serif; font-size: 10px; text-decoration: none;
	color: #000000; }
.mL1root {
	font-family: arial, helvetica, sans-serif; font-size: 10px; text-decoration: none;
	color: #000000; }
#menudiv A {
	font-family: arial, helvetica, sans-serif; text-align: right; font-size: 10px; text-decoration: none;
	color: #000000; } 
.menuBase {
	font-family: arial, helvetica, sans-serif; text-align: right; font-size: 9px; text-decoration: none;
	color: #444444; }
#mL1Sub A {
	font-family: arial, helvetica, sans-serif; text-align: right; font-size: 10px; text-decoration: none;
	color: #FF0004; }
.sitemap {
	font-family: arial, helvetica, sans-serif; font-size: 10px; text-decoration: none;
	color: #333333; }
.sitemap A {
	font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10px; text-decoration: underline;
	color: #FF0004; }
.sitemap A:HOVER {
	color: #23468F; }
.title {
	font-family: arial, helvetica, sans-serif; font-size: 18px; font-weight: bold; text-decoration: none;
	color: #888888; }
UL {
	margin:0px; padding:0px; }
#layout {
	overflow: hidden;}
/* several of these lines below have hide whens enabled - BE CAREFUL */
#layoutmenu, #layoutcontent{
        	border : 0px solid black;
	 }
/* IE 3 dots is hidden - uncheck the Hide When for the three background CSS below- BE CAREFUL */

#layoutmenu {
        	border : 0px solid black;
	float: left;
	margin-left: 0px;
	width : 200px;
	z-index : 2; }
/* several of these lines have hide whens enabled - BE CAREFUL */
#layoutcontent {
	width : 100%;
	border : 0px solid black;
	margin-left : 200px ;
	margin-right : 20px;
	z-index : 2;
	background-image : url(/internet_Content_1.nsf/bkgrd_pattern.gif!OpenImageResource);
	background-repeat : repeat;}
#layoutcontent A {
	color: #FF0004;
	text-decoration:none; }
#panel {
	border:0px solid black;
	position : absolute;
	top : 155px; 
	width : 18px;
	height : 201px;
	z-index : 100;}
#panel1 {
	border:0px solid black;
	position : absolute;
	xvisibility : hidden; 
	top : 155px; 
	width : 131px; 
	height : 201px; 
	z-index : 101;}
