body {
		text-align:center;
		background:#eee;
		}

	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}

	#contentleft {
		width:170px;
		padding:0px;
		float:left;
		background:#eee;
	
		padding-top:3mm;
		}

	#contentcenter {
		width:618px;
		padding:0px;
		float:left;
		background:#eee;
	
		}

	#contentheader {
		background:#eee;
	
		border:1px solid #000;
		}

/*	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		border:1px solid #000;
		}
*/


	p,h1,pre {
		margin:0px 10px 10px 10px;
		}


/*	h1 {
		font-size:14px;
		padding-top:10px;
		}
*/

	#contentheader h1 {
		font-size:30px;
		padding:10px;
		margin:0px;
		}

/*	#contentright p { font-size:10px}
*/
	.sysName{
		font-size:30px;
		padding-left:2mm;
		}

	.pageName{
		font-size:22px;
		padding-left:40mm;
		}

/*	#link1{
		background:#eee;
		}
*/


/*	#navInnerDiv{ 
		width:150px; 
		background:red; 
		padding:0px;
		} 
*/
	.menuItem{ 
		display:block; 
		width:100%; 
		text-decoration:none; 
		height:7mm;
		padding-left:2mm;
		padding-top:2mm;
		}
	.menuItemSelected{ 
		display:block; 
		width:100%; 
		text-decoration:none; 
		height:8mm;
		padding-left:2mm;
		background:#eee; 
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		padding-top:2mm;
		}


	a.menuItem:hover{ 
		background:navy; 
		color:white;
		} 
		


	.pageLink{ 
		position: relative; 
		float:left;
		/*width:50%; */
		/*width:150px; */
		width:299px;
		text-decoration:none; 
		height:8mm;
		padding-left:2mm;
		border-bottom:1px solid #000;

		}
		
	.pageLinkSelected{ 
		position: relative; 
		float:left;
		width:300px;
		text-decoration:none; 
		height:8mm;
		background:#eee; 
		padding-left:2mm;
		border-bottom:1px solid #000;
		}

	a.pageLink:hover{ 
		background:navy; 
		color:white;
		} 
		
		
	.imagePrompt{
		font-size:70%;	
		}
		
	.imageTitle{
		margin-left: 10px;
		font-size:90%;	
		}
		
	a:visited{ 
		color:blue;
		} 
