/* CSS Document */

/* ===================== */
/* == PAGE CONTAINERS == */
/* ===================== */
#container { 
	position: absolute;
	width: 765px;
	height: 100%;
	padding: 0px;
	top: 0px;
	left: 50%;
	margin-left: -380px;
	}

#header {
	margin: 0px;
	padding: 0px;
	height: 120px;
	}
#header-menu  {
	background-color: #8E001C;
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
	}
#leftcol {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#leftcol_two_col {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
/*	text-align: center; */
	border-right: dashed 1px #666;
	}
			
#rightcol {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 10px;
	}
	
#content {
	margin: 0px 200px 0px 190px;
	padding: 0px 10px 10px;
	border-left: dashed 1px #666;
	border-right: dashed 1px #666;
	}

#content_lrg_col {
	margin: 0px 0px 0px 190px;
	padding: 0px 10px 10px;
	border-left: dashed 1px #666;
	}
	
#footer {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #8E001C;
	}
	
/* ======================= */
/* == PAGE TAG ELEMENTS == */
/* ======================= */

body {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 8pt;
	  color: #000;
	 }

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	}
img	{
	border: 0px;
	}
a	{
	color: #8E001C;
	}	
h1	{
	padding: 0px;
	margin: 10px 0px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #8E001C;
}

h2	{
	padding: 0px;
	margin: 10px 0px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #8E001C;
}

h3	{
	padding: 0px;
	margin: 10px 0px;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #8E001C;
}
h4	{
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	color: #000;
}
p	{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	}

input
	{
 	border: 1px solid #999999;
    }	

/* ======================= */
/* == NAV ELEMENTS == */
/* ======================= */
	
.menu-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 25px 4px;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	}

.menu-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8E001C;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	}
	
ul.body-menu {
	margin: 0px;
	margin-bottom: 15px;
	list-style: none;
	padding-top: 10px;
}

ul.body-menu li {
	display: list-item;
	font-weight: normal;
	font-size: 8pts;
	line-height: 12pts;
	float: none;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: url(http://biomarkers.uchicago.edu/images/list_arrows.gif) no-repeat 8px 5px;
}

ul.side-menu_left {
	margin: 0px 5px 15px;
	padding-bottom: 15px;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #8E001C;
}

ul.side-menu_left li {
	display: list-item;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	float: none;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: url(http://biomarkers.uchicago.edu/images/link_arrow.gif) no-repeat 8px 5px;
}

ul.side-menu_right {
	margin: 0px 5px 15px;
	padding-bottom: 15px;
	list-style: none;
	text-align: left;
	border-bottom: 1px solid #8E001C;
}

ul.side-menu_right li {
	display: list-item;
	font-weight: normal;
	font-size: 8pt;
	line-height: 12pt;
	text-align: left;
	float: none;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 5px;
	background: url(http://biomarkers.uchicago.edu/images/link_arrow.gif) no-repeat 8px 5px;
}
/* ======================= */
/* ==   PAGE ELEMENTS   == */
/* ======================= */
#search-box {
	border: 1px solid #8E001C;
	padding: 10px;
	margin: 10px; 
	}
	
.img-left-col {
	text-align: center;
	margin: 0px;
	}
.rule {
	width: 80%;
	background-color: #FFF;
	color: #fff;
	border-bottom: 1px solid #8E001C;
	height: 1px;
	padding: 0px;
	margin: 20px 0px;
	}
	
#footer .date {
	float: left;
	text-align: left;
	}

#footer .contact {
	float: right;
	text-align: right;
	}
.label {
	font-weight: bold;
	}
.input-box {
	margin: 2px;
	}
.box-header {
	margin-top: 25px; 
	color: #FFF; 
	font-weight: bold; 
	font-size: 10pt; 
	padding: 5px 5px; 
	width: 90%; 
	text-align: center; 
	background-color: #8E001C;
	}
