/* style sheet for labscoop web site */
body {
	background-color: white;
	color: black;
	width: 600px;
	height: 800px;
	/*border: dotted 1px gray;*/
}

.nav_bar {
	border: none;
	margin: .3cm;
}

.nav_button {
	background-color: whte;
	width: 115px;
	text-align: center;
	border: solid 1px lightgray;
}

a {
	color: black;
	text-decoration: none;
	font-family: monospace;
}

a:hover {
	background: salmon;
	color: white;
}

a:visited {
	color: black;
	font-weight: bold;
	text-decoration: italic;
}

.sf_logo {
	float: left;
}

.labscoop {
	float: center;
}

.page_title {
	font-size: 22px;
}

.section {
	border-left: outset 2px steelblue;
}

.section_heading {
	text-align: center;
	text-decoration: underline;
}
.client_area {
	margin: 0.3cm;
	color: gray;
	font-family: monospace Helvetica;
	font-size: 14px;
	border: solid 1px #DFDFDF;
}

.footer {
	font-size: 10px;
	text-align: center;
	font-color: grey;
	vertical-align: bottom;
}
