body {
	padding: 0px;
	margin: 0px;
	background: #D8D9DB url(../templateimages/bodybg.gif) bottom fixed repeat-x;
	}
	
td {
	vertical-align: top;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
	}	

li {
	font: normal 14px/25px Arial, Helvetica, sans-serif;
	color: #000;
	}	

a.products {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #365494;
}
	
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #DB0913;
	text-transform: uppercase;
	border-bottom: 1px solid #8E96A9;
	width: 100%;
	}	
	
h2 {
	color: #415785;	
	font: bold 16px Arial, Helvetica, sans-serif;
	}
	
h3 {
	color: #415785;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
	
hr {
	color: #858EA2;
	height: 0px;
	border-top: 1px solid #858EA2;		
	}
	
table#outertable {
	width: 100%;
	}
	
table#innertable {
	width: 100%;
	height: 100%;
	}	
	
td#topleft {
	background: #28478e;
	}
	
td.bottom {
	border-top: 2px solid #8A92A5;
	}	
	
td#header {
	background: url(../templateimages/headerbg.jpg) repeat-y top;
	width: 775px;
	height: 115px;
	}
	
td#header div {
	margin-top: 25px;
	background: url(../templateimages/header.jpg) no-repeat;
	width: 775px;
	height: 115px;
	/* border-bottom: 2px solid #B6151C; */
	}

td#header_dtbio {
	background: url(../templateimages/headerbg.jpg) repeat-y top;
	width: 775px;
	height: 115px;
	}

td#header_dtbio div {
	margin-top: 25px;
	background: url(../templateimages/header_dtbio.jpg) no-repeat;
	width: 775px;
	height: 115px;
	/* border-bottom: 2px solid #B6151C; */
	}
			
td#topright {
	background: #28478E;
	}	
	
td#footer {
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	border-top: 2px solid #AF1016;
	}	

td#footer a {
	color: #FFFFFF;
	}	
	
td#footer a:hover {
	text-decoration: none;
	}	
		
td.contenttable {
	background: #FFFFFF;
	height: 100%;
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	border: 1px solid #C2C6CA;
	}	
		
div#search {
	width: 185px;
	padding: 3px;
	background: #C2C6CA;
	border-top: 2px solid #B6151C;
	border-right: 1px solid #A9AAAC;
	}
html>body div#search { width: 179px; }			
	
td.searchbutton {
	width: 50px;
	padding-top: 2px;
	}
html>body td.searchbutton { padding-top: 1px; padding-right: 2px; }	

input.searchfield {
	width: 130px;
	}
html>body input.searchfield { width: 132px; }		

td#content {
	width: 100%;
	}

/* --- MENU --- */
td#leftcol {
	border-left: 1px solid #C3C6CA;
	width: 185px;
	background: url(../templateimages/leftcolbg.gif) right repeat-y #EDF2F7;
	}

div#menu {
	width: 185px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	}
	
html>body div#menu {
	width: 175px;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	}

div.menuitem {
	background: #EDF2F7;
	}
	
div.menuitem a {
	width: 100%;
	height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #365494;
/*	background: url(../templateimages/menubg.gif) left no-repeat;*/
	border-bottom: 1px solid #C2C6D0;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #C3C6CA;
	border-left: 10px solid #003366;
	}	

div.menuitem a:hover {
/*	background: url(../templateimages/menubg.gif) no-repeat left #DADFE4;*/
	color: #000000;
	border-left: 10px solid #990000;
	}	
	
div.menuitem a div {
	margin-left: 13px;
	}		

div.subitem a {
	width: 185px;
	height: 24px;
	display: block;
	text-transform: lowercase;
	color: #365494;
	background: #EDF2F7;
	border-bottom: 1px solid #C2C6D0;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #C3C6CA;
	padding-left: 20px;
	}
html>body div.subitem a { width: 165px; }	
	
div.subitem a:hover { 
	color: #000000;
	}

		
/* QUICK LINK BUTTON BAR */
div#buttonbar {	
	height: 28px;
	width: 100%;
	background: #F5F5F6;
	}
	
div#buttonbar td.leftofbar {
	border-top: 2px solid #B6151C;
	width: 270px;
	}
		
div#buttonbar a {
	height: 28px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #365494;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	border-left: 1px solid #C9C9C9;
	background: url(../templateimages/buttonbarbg.gif) repeat-x top;
	text-decoration: none;
	line-height: 2.5em;
	text-align: center;
	}	
html>body div#buttonbar a { line-height: 3em; }	
	
div#buttonbar a:hover {
	background: url(../templateimages/buttonbarbg.gif) repeat-x top #E7E7E7;
	}		
	
/* CONTENT */
div#contenttext {
	margin: 25px 20px 20px 20px;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	color: #555555;
	width: 540px;
}	

div#contenttext a {
	color: #C11A21;
	}

div#contenttext a:hover {
	color: #365494;
	}

/* FORMS */
input.button {
	background: #415785;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

div#contenttext a.breadcrumbs {
	color: #365494;
	text-decoration: none;
}


div#contenttext a.breadcrumbs:hover {
	color: #C11A21;
	text-decoration: none;
}

