/*
 Cascading Style Sheet for biorelease.net
*/

BODY {
   font-family: arial, "lucida console", sans-serif;
   background-image:url(backr.gif);
   background-repeat:repeat-x;
   background-color: #5d9f9d;
   margin:0px;
	padding-bottom:25px;
	color:#005a63;
}

table.outer {
	width:100%;
	height:101%;
}

td.lcol{
  background-image:url(backl.gif);
  background-repeat:repeat-x;
}

td.rcol{
  background-image:url(backr.gif);
  background-repeat:repeat-x;
}

td.rcol{
}

td.maincol{
  padding: 0px;
  vertical-align:top;
  width:850px;
  background-image:url(backb.gif);
  background-repeat:repeat-y;
}

table.inner {
   background-image:url(backt.gif);
   background-repeat:no-repeat;
   width:850px;
}

table.inner td.logo {
	height:121px;
}

h1.header, h3.header, h3.header {
	padding:0px;
	padding-top:20px;
	margin:0px;
	color:white;
}

td.textbody {
	padding-right:79px; 
	padding-left:15px; 
	padding-top:25px; 
	padding-bottom:10px; 
}

B.high {
	background-color:#ffff66;
} 

H2 {
   font-size: large;
}


A {
	color: #aa0000;
}

div.menuhor {
	padding-right:60px;
}

table.menuhor td {
	padding-left:5px;
	text-align:left;
}

table.menuhor td a{
   border-width: 1px;
   border-style:solid;
   border-color: #005a63;
   background-color: #005a63;
   padding-left:3px;
   padding-right:3px;
   padding-top:1px;
   padding-bottom:1px;
   color:white
}


table.menuhor a:hover, table.menuhor TD.menusel a{
   background-color:#aa0000;
}


table.menuvert {
	margin-top:30px;
	margin-left:35px;
	width:151px;
}

table.menuvert td {
	height:24px;
	display:block;
	font-weight:bolder;
	text-align:left;
	width:148px;
}

table.menuvert a, table.menuhor a {
	padding-left:5px;
	padding-top:1px;
	padding-bottom:1px;
        text-decoration: none;
	white-space: nowrap;
	display:block;
}


table.menuvert TD.menusel a, table.menuvert a:hover{
	background-color:#aa0000;
	color:white;
}

td.bottomtag {
	height:2em;
	text-align:center;
  background-image:url(backbb.gif);
  background-repeat:repeat-y;
	color:white;
	padding-top:4px;
	padding-bottom:4px;
}
