
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
   	color: #505050 ;
}
  
#pageTitle {
	font-weight:bold;
	font-size: x-large;
}

#pageHeader a {
	color: white;	
}

#fileList {
	width: 652px;
	height: 752px;	
}

.TestOptimal {
	font-style: italic;
}

.headline {
	font-weight: bold;	
	font-size: x-large;
}

#bodyArea {
	border-left: solid #E2DFD0 1px;
	border-right: solid #E2DFD0 1px;
		
}

#mainArea {
	width: 800px;
	height: 760px;
	color: #505050 ;
	border-left: solid #E2DFD0 1px;
	border-right: solid #E2DFD0 1px;
	
}

#mainArea table {
	padding-left: 8px;	
	padding-right: 8px;	
}

code {
	color: blue;	
}


#pageHeader {
	width: 800px;
	height: 67px;
	color: #C64B17;	
	background-image: url("img/TestOptimalBannerB.png");
}

#pageHeader table {
	width: 800px;
}

a:hover {
	text-decoration:underline;
	color: #0F06AD;
}

a {
	color: #0066FF;
	text-decoration:none;
}

.concept {
	color: #2E2E2E;
	text-decoration:none;
}


a:visited {
	color: #0066FF;
}

#footerDiv {
	width: 800px;
	padding: 0 0;
	background-color: #6780a1;
}

#footer {
	position: relative;
	color: #D4D5D4;
	font-size: 75%;
	font-weight: bold;
	width: 800px;
	
}

#footer a {
	color: blue;
}

#allrights {
	font-size: 85%;
	color: #D4D5D4;
}

.extrapadding td {
	margin-top: 5px;
	margin-bottom: 5px;
}

.contactnote {
	font-size: 90%;
	line-height: 1.1em;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}

#assistant {
	margin-top: 2em;
	font-style: italic;
}