/* CSS Document */

html {
	overflow-y: scroll;
}

body {	color:#000000;
		background:url(../images/top_bgr.gif);
		background-color:#fafafa;
		background-repeat:repeat-x;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
		}
		
p.newsletter {background:url(../images/pdf_icon.gif) no-repeat; padding-left:25px; padding-top:3px;}
		
a	{	color:#f90000;
		text-decoration:none;
		}
a:hover	{	
		text-decoration:underline;
		}
		
a.new	{	color:#f90000;
			font-size:10px;
			font-weight:bold;
		text-decoration:none;
		}
a.new:hover	{	
		text-decoration:underline;
		}
		
img	{	border:0;
		
		}

			
h1	{	color:#666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
		}

h2	{	color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.5em;
		margin-top:30px;
		}
	
	
		
.footer	{	color:#666666;
		font-size:10px;
		}
		
.grey	{color:#999999;}

form input.inputText, form textarea, form select {
	padding			: 2px;
	border			: #ccc 1px solid;
}

form input.inputText { 
	width 			: 200px;
}

form textarea.box { 
	width 			: 300px;
}

#main_wraper {
	
			width:970px;
			margin:0px auto;
			text-align:left;	
}

#top_container {
	
			width:100%;
			margin:auto;
			height:90px;
			
			
}

#logo1		{
			float:left;
			margin-top:20px;}
			
#tag_line		{
			margin-top:20px; margin-left:45px;
			float:left;
			}
			
#facebook {  float:right;margin-top:20px;}
			
#main_nav		{
			float:right;
			margin-bottom:30px;
	
			}
#side_bar		{
	
			float:left;
			clear:both;
			width:198px;
			height:495px;
			z-index:6;
			
			}
			
#main_content	{
			float:right;
			width:729px;
			}
#content	{
			position:relative;
			float:left;
			width:527px;
			margin:auto;
			
			}
			
#biobank		{
			position: absolute; 
			bottom: 90px;
			left:10px;
			
					
			}
			
#footer	{
			position: relative; 
			top:110px;
			
			float:right;
			width:729px;
			
					
			}
			
#navlist li{
			
			list-style-type: none;
			padding: 5px 40px 0px 0px;
			float: left;		
}

ul #navlist
			{
			margin-left: 0;
			padding-left: 0;
			
			}
			
#navcontainer ul{
			padding-left: 0;
			margin-left: 20px;
			float: left;
			width: 100%;
			}

#leftCol, #rightCol {
			width			: 300px;
}
#leftCol {
			float			: left;
}
#rightCol {
			float			: left;
}





