.pageContent {
	background-color: white;
	padding: 8px;
	border: 1px outset #999999;
}
.layoutTable {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 800;
	left: 10px;
}
.logoBanner {
	position: relative;
	left: 5px;
	top: 4px;
}
BODY { 
	background-color: #7286b0;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px; 
	padding: 0px; 
}
BODY TD {
	font-size: 80%;
}
H1 {
	font-size: 125%;
	color: #013051;
}
H2 {
	font-size: 110%;
	color: #013051;
}

A { text-decoration: underline; }

.courier { font-family: Courier; }			

P	 {
			List-Style-Type : Decimal ;
			Font-Family : Verdana, Arial ;
			Color : #013051
		}

OL	 {
			Font-Family : Arial, Helvetica ;
			Color : #210601
		}
UL	 {
			List-Style-Type : Disc ;
			Font-Family : Verdana, Arial ;
			Color : #210601
		}

LI	 {
			Font-Family : Verdana, Arial ;
			Color : #210601
		}
:link	 {
			Font-Family : Verdana, Arial ;
			Color : #FFFFFF
		}
:active	 {
			Color : #FFFFFF
		}
:visited	 {
			Color : #FFFFFF
		}

TD A:link {
Color : #013051;
}

TD A:visited {
Color : #013051;

}

TD A:active {
Color : #013051;
}


.contentlink	 { 			
Color : #310c47 		}  

.contentlink:link	 { 			
Color : #310c47 		}  

.contentlink:visited { 			
Color : #310c47 		}  

.contentlink:active { 			
Color : #034958 		}  
   

   
/* Styles for the entire tree: */
.dlese_treeMenu {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	left: 0px;
/* width of menu area */
	width: 190px;
	top: 0px;
/* menu options back */
	background-color: #516693;
}

/* Menu links: */
.dlese_treeMenuLink {
}	
.dlese_treeMenuLink A:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.dlese_treeMenuLink A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.dlese_treeMenuLink A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* Table surrounding entire page (menus+content) */
.dlese_treeMenuTable {
	width: 800px;
	border: 10px solid #2c1457; margin-top: 0px; padding-top: 0px;
	position: relative; 
	height: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
.dlese_treeMenuTableCellText {
	width: 610px;
	padding-top: 7px;
}
.dlese_treeMenuTableCellMenu {
	padding-top: 7px;
	margin-left: 0px;
	padding-left: 0px;
/* purple back */
	background-color: #516693; 	
}
/* Link unvisited/visited/hover colors: */
.dlese_treeMenuLabels A:link {
	color: #fcf6ec;
	text-decoration: none;
}
.dlese_treeMenuLabels A:visited {
	color: #fcf6ec;
	text-decoration: none;
}
.dlese_treeMenuLabels A:hover {
	color: #49fbd7;
	text-decoration: none;
}
/* Top-level labels (rows): */
.dlese_treeMenuTopLabels .dlese_treeMenuLabelText {
	font-weight: bold;
}
/* Sub-menu labels (rows): */
.dlese_treeMenuSubLabels {
	background-color: #4d7181; 
}
/* Current page label (row): */
.dlese_treeMenuSelectedLabel {
/* selected color - teal */
	background-color: #92acb8;
	font-weight: bold;
/* white text */
	color: #ffffff;
}

