/* My Cord Blood Info Style Sheet */

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #a1c3f5;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}

table.leftcontent {
	background-image: url(../images/leftcolBG.gif);
	background-repeat:repeat-x;
	height:300px;
	padding-left:20px;
	padding-right:20px;
}

table.rightcontent {
	background-image: url(../images/rightcolBG.gif);
	background-repeat:repeat-x;
	max-height:100px;
	padding-left:20px;
	padding-right:20px;
	width:238px;
}

.righttext {
	margin-right:10px;
	font-size: 14px;
	line-height: 16px;
	font-family:"Times New Roman", Times, serif;
}

h1 {
	font-size:20px;
	color: #1a47a1;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	font-size:14px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
a:link, a:visited, a:active {
	color: #1a47a1;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #ff3399;
	text-decoration: none;
}
img.body {
margin:5px;

}
ul {
list-style:square;
list-style-position:outside;
list-style-image:url(../images/bullet.gif);
margin-left: 40px; padding-left: 0;
}