body	 {
	font-family: "Arial", Arial, sans;
	font-size: 12px;
	color: #000000;
	background-image: url(images/codesearch.jpg); 
	}

.content, .top, .bottom {
	background: #cccccc;
	position: absolute;
	margin-left: 30%;
	left: -53px;
	width: 750px;
	top: -37px;
	background-color: #ffffff;
	}

.content {
	text-align: left;
	margin-top: 200px;
	height: 328px;
	width: 698px;
	}

.image {
	height: 80px;
	width: 618px;
	position: absolute;
	top: 18px;
	margin-left: 35%;
	left: -26px;
	}

.top {
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top: 99px;
	height: 100px;
	font-size:12px;
	line-height: 80px;
	font-family:Arial, "Arial", Arial, sans;
	color: #00486C;
	padding-left: 120px;
	}

.bottom {
	height: 104px;
	padding-left: 0px;
	line-height: 12px;
	font-size:10px;
	color: #126336;
	}
	
.contentb {
	width: 750px;
	height: 300px;
	margin-left: 25px;
	margin-top: -70px;
	}

#results {
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	padding: 80px;
	background-color: #ffffff;
}


.footer {
	width: 750px;
	margin-left: 5px;
	margin-top: 10px;
	}
	
b	 {color:#126336}
	
.corner {
	width: 100%;
	margin-top: 5px;
	margin-right:10px;
}

a:link {color: #0033ff; text-decoration: none; }
a:active {color: #00ffff; text-decoration: none; }
a:visited {color: #330066; text-decoration: none; }
a:hover {color: #0000ff; text-decoration: underline; }

/* --- Hideable Div --- */ 
	
#about { display:none; width: 40%; padding:0px 10px 0px 10px;  border-width:thin; border-style:dotted; margin-top:10px; font-size:1em; color:#333; }
#about p { text-align:left; }
#showaboutlink { display:block }
#hideaboutlink { display:none }

