body, input, td, select
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 10px;
}
body
{
	background-image: url('../img/main_bg.png');
	background-repeat: repeat-x;
	background-color: #d8dfce;
}
img
{
	border: 0px;
}
a, a:visited
{
	color: #84bc2d;
}
h2, h3
{
	font-weight: normal;

}
#main_container
{
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -525px;
}
#regenlab_logo
{
	float: right;
	margin-top: 23px;
	margin-bottom: 20px;
}
#left_column
{
	margin-top: 40px;
	width: 230px;
	float: left;
	min-height: 100%;
}
#right_part
{
	float: left;
	margin-top: 5px;
}
#main_column
{
	float: left;
	margin-top: 10px;
}
#main_column
{
	padding-left: 35px;
	padding-right: 25px;
	padding-bottom: 50px;
	width: 460px;
	min-height: 300px;
	text-align: justify;
}
#main_column .contentheading
{
	color: #234573;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
#main_column .componentheading
{
	display: none;
}
#main_column h2
{
	color: #84bc2d;
	font-size: 12x;
	text-transform: uppercase;
}
#main_column h3
{
	color: #234573;
	font-size: 11px;
	text-transform: uppercase;
}
#main_column td
{
	color: #464646;
}
#right_column
{
	width: 240px;
	float: right;
	height: 100%;
}
#right_column ul
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

#right_text_container
{
	margin-top: 21px;
	background-color: white;
	height: 435px;
}
#main_text_container
{
	margin-top: 11px;
	background-color: white;
}
.cleaner
{
	clear: both;
}
#biobridge_logo
{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	display: none;
}

#advOverlayBackground
{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background-color: black; 
	opacity: 0.5; 
	height: 100%; 
	width: 100%;
}
#advIFrame
{
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-top: -225px; 
	margin-left: -400px;
	border: 0px;
	width: 800px;
	height: 550px;
}
#copyright
{
	color: grey; 
	text-align: center; 
	margin: 20px; 
	font-style: italic;
}
.cbFieldIconsLabels, .cbFieldIcons
{
	display: none;
}
