/* modified 2005-09-19 */
* { margin: 0px; padding: 0px; }
h4,h5,h6,u { display: none; }
img,table,tr,td { border: 0px solid; }
td { vertical-align: top; }
form { display: inline; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

*,.txtBody {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
}
strong,b { font-weight: bold; }
em,i     { font-style: italic; }
p        { margin-bottom: 10px; }
.txtTiny {
	font-weight: normal;
	font-size: 9px;
}
label { 
	cursor: pointer; /* CSS standard */
	cursor: hand; /* WIN IE */
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #384042;
	margin-top: 15px;
	margin-bottom: 12px;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	color: #3A9BDC;
	margin-top: 12px;
	margin-bottom: 10px;
}
ul {
	margin-left: 15px;
}
ol {
	margin-left: 30px;
}
li {
	margin-top: 6px;
	margin-bottom: 6px;
}

label.txtFormLabelAlert {     color: #B01F24; }
.inputFormFieldAlert { border-color: #B01F24; }
.inputFormFieldAlert {
	border-style: solid;
	border-width: 2px;
}
label.txtFormLabel {         padding-left: 15px; font-weight: normal; }
label.txtFormLabelRequired { padding-left: 15px; font-weight: normal; background-image: url(/images/required.gif); background-position: left top; background-repeat: no-repeat; }
label.txtFormLabelAlert {    padding-left: 15px; font-weight: bold;   background-image: url(/images/required.gif); background-position: left top; background-repeat: no-repeat; }


.CMS img {
	margin: 10px;
}
.CMS table img {
	margin: 0px;
}


.nav1,.nav1current, .nav2,.nav2current {
	display: none;
}
.nav3 {
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	padding: 9px 0px 9px 33px;
}
.nav3current {
	border-top: 1px solid #CCCCCC;
	padding: 9px 0px 9px 33px;
	background: url(/images/BIO_Links/layout/nav1-bullet-current.gif) no-repeat;
}
.nav3 a, .nav3current a {
	font-weight: bold;
}
.nav4 {
	padding: 0px 0px 12px 42px;
	background: url(/images/BIO_Links/layout/nav2-bullet.gif) no-repeat;
}
.nav4current {
	padding: 0px 0px 12px 42px;
	background: url(/images/BIO_Links/layout/nav2-bullet-current.gif) no-repeat;
}
.nav4current a {
	color: #4EA5E0;
}
.navEnd {
	border-top: 1px solid #CCCCCC;
}
.nav0 {
	padding-left: 10px;
	visibility: hidden;
}
.nav0 li {
	list-style: disc;
	margin-bottom: 3px;
	margin-top: 0px;
}
.nav0 a:hover {
	color: #4EA5E0;
}

/* HEADER */
body {
	background-color: #EDEDED;
}
#boxPage {
	background-color: #FFFFFF;	
	text-align: left;
	width: 774px;
}
#boxHeader {
	padding-bottom: 47px;
}
#navLeft {
	float: left;
	width: 200px;
}

/* FOOTER */
#boxFooter {
	clear: left;
	margin-top: 60px;
	border-top: 1px solid #CCCCCC;
}
#navFooter {
	margin-left: 7px;
	margin-top: 21px;
	width: 180px;
}
.txtCopright {
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
/*	border-top: 1px solid #CCCCCC;*/
	color: #666666;
}
#logoFooter {
	float: right;
	margin-top: 24px;
	margin-right: 22px;
}
#BCBiotechLogo {
	float: left;
}
#BCBiotechAddress {
	float: left;
	margin-left: 18px;
	margin-top: 10px;
}

#tdBody a, #boxBody a,#boxSponsors a {
	text-decoration: underline;
}
