
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}
  
#pageTitle {
	font-weight:bold;
	font-size: x-large;
}

.headline {
	font-weight:bold;
	font-size: x-large;	
	color: #505050 ;
}

#pageHeader a {
	color: white;	
}

.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;

}

.exception {
	background-color: orange;
}
  		
#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: #0F06AD;
}

a {
	color: #0066FF;
	text-decoration:none;
}

a:visited {
	color: #0066FF;
}


#leftPane a:hover {
	text-decoration:underline;
	color: #000066 ;
}

#leftPane a {
	color: #000066 ;
	text-decoration:none;
}

#leftPane a:visited {
	color: #000066 ;
}


.concept {
	color: #0F06AD;	
}

.install {
	display: none;
}


#footerDiv {
	padding: 0 0;
	background-color: #6780a1;
}

#footer {
	position: relative;
	color: #D4D5D4;
	font-size: 75%;
	font-weight: bold;
	width: 800px;
	
}

#footer a {
	color: blue;
}

.contentArea {
	display:none;	
	margin-left: 20px;
}

#leftPane {
	background-color: #FFFFF8;
	width: 150px;
	color: #D4D5D4;
	border-right: 1px solid #CCC;
}

#FAQ {
	width: 652px;
	height: 752px;	
}

iframe {
	border: none;
}

#rightPane {
	width: 85%;
	margin-left: 1em;
	margin-right: 0em;
}

textarea {
	width: 500px;	
}

#assistant {
	margin-top: 2em;
	font-style: italic;
}