body, table, tr, td, tbody, div {
	font-family: Verdana, Arial, "sans-serif";
	font-size: small;
	color: #000;
}
body {
	background: url("../images/background.gif") top repeat-y #d5e3f2;
	text-align: center;
	padding: 0;
	margin: 0;
}
.left {	float: left; }
.right { float: right; }
.clear { 
	clear: both;
	width: 100%;
}
h1, h2, h3, h4, h5 { color: #0084c2; margin-top: 0 }
h1 { font-size: 2em; font-weight: normal; font-variant: small-caps; letter-spacing: 0.1em }
h2 { font-size: 1.1em }
h3 { font-size: 1em }
h4 { font-size: 0.8em }
h5 { font-size: 0.6em }
a {	color: #3399cc; }
a:hover { color: #ed1c24; }
html, body, #main { height: 100%; }


/* MAIN */
#main {
	margin: auto;
	width: 850px;
	background-color: #FFF;
}
/* END MAIN */


/* HEADER */
#header {
	background: url("../images/harwin-healthcare-and-diagnostics.jpg") no-repeat top center #e09f3c;
	height: 152px;
	text-align: left;
}
#header img.home {
	margin: 25px 0 0 21px;
}
/* END HEADER */


/* CONTENT */
#content-wrapper {
	_height: 520px;
	min-height: 520px;
	background: url("../images/content-top-fade.gif") repeat-x top center;
	background-color: #FFF;
}
#content {
	padding: 45px 20px 0 20px;
	text-align: left;
}
#content-left {
	width: 210px;
	float: left;
}
#content-right-wrapper {
	_height: 475px;
	min-height: 475px;
	width: 570px;
	border-left: 1px solid #b2daed;
	float: right;
}
#content-right {
	padding-left: 25px;
}
#content-left ul#nav {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content-left ul#nav li {
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #b2daed;
	list-style-type: none;
}
#content-left ul#nav li a {
	display: block;
	padding: 8px 0 12px 0;
	height: 10px;
	text-decoration: none;
}
#content-left ul#nav li a:hover {
	background-color: #eff4f9;
}
#content-left ul#nav li a span {
	color: #fbb040;
}
#content-left #box-wrapper {
	margin-top: 50px;
	background-color: #0084c2;
}
#content-left #box {
	padding: 15px;
	color: #FFF;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.4em;

}
/* END CONTENT */


/* FOOTER */
#footer {
	font-size: 0.8em;
	padding: 20px 0 10px 0;
	background-color: #FFF;
}
#footer span {
	color: #fbb040;
	margin: 0 6px 0 6px;
}
#footer #beucs {
	font-size: 0.9em;
}
#footer #beucs, #footer #beucs a {
	color: #83beda;
	text-decoration: none;
}
#footer #beucs a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
/* END FOOTER */


/* DIAGNOSTICS TABLE */
table#diag {
	width: 99%;
}
table#diag td div {
	color: #0084c2;
	font-weight: bold;
	font-size: 0.9em;
	padding: 12px 0 3px 0;
}
/* END DIAGNOSTICS TABLE */