
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}
  
#pageTitle {
	font-weight:bold;
	font-size: x-large;
}

#pageHeader a {
	color: white;	
}

.shade2 {
	background-color: #D3D3D3;
}


th {
	background-color: #AAAAAA;
	border-color: black;
	text-decoration: none;
	font-weight: bold;
}

.TestOptimal {
	font-style: italic;
	font-weight: bold;
}

#mainArea {
	width: 800px;
	height: 760px;
	border-left: solid #E2DFD0 1px;
	border-right: solid #E2DFD0 1px;
	border-top: solid #E2DFD0 1px;
	border-bottom: solid #E2DFD0 1px;

}

#mainArea table {
	padding-left: 0px;	
	padding-right: 0px;	
}

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: #000066;
}

a {
	color: #0066FF;
	text-decoration:none;
}

a:visited {
	color: #000066;
}


#leftPane a:hover {
	text-decoration:underline;
	color: #000066;
}

#leftPane a {
	color: #0F06AD;
	text-decoration:none;
}

#leftPane a:visited {
	color: #000066;
}


.concept {
	color: #0F06AD;	
}

#footerDiv {
	padding: 0 0;
	background-color: #6780a1;
}

#footer {
	position: relative;
	color: #D4D5D4;
	font-size: 75%;
	font-weight: bold;
	width: 800px;
	
}

.feature {
	font-weight: bold;	
}

#footer a {
	color: blue;
}

.contentArea {
	display:none;	
	margin-left: 5px;
}

#featureList {
	margin-left: 5px;
}

li {
	line-height: 1.5em;	
}

#leftPane {
	background-color: #FFFFF8;
	width: 150px;
	color: #D4D5D4;
	border-right: 1px solid #CCC;
	line-height: 1em;
}

#FAQ {
	width: 652px;
	height: 752px;	
}

iframe {
	border: 0px solid #ffffff;
}

#rightPane {
	width: 90%;
	margin-left: 1em;
	margin-right:0em;
}

textarea {
	width: 500px;	
}

#assistant {
	margin-top: 2em;
	font-style: italic;
}