@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	width: 780px;
	border-top: 5px solid #FFFF66;
	border-right: 5px solid #FFFF66;
	border-bottom: 0px #FFFF66;
	border-left: 5px solid #FFFF66;
	padding: 0;
} 
.thrColFixHdr #container #sidebar1 ul {
	margin-left: 0px;
	padding-top: 30px;
	margin-top: 5px;
	list-style-type: none;
	padding-left: 15px;
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0080C0;
	width: 135px;
}

.thrColFixHdr #container #sidebar1 ul li{
	text-decoration: none;
	line-height: 20px;
	width: 120px;
}

.thrColFixHdr #container #sidebar1 a {
	background-image: url(images/flowergreen.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	color: #0080C0;
	text-decoration: none;
	white-space: normal;
	display: block;
	padding-bottom: 20px;
	width: 120px;
}
.thrColFixHdr #container #sidebar1 a:visited{
	text-decoration:none;
}

.thrColFixHdr #container #sidebar1 a:hover {
	background-image: url(images/flower.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: -15px;
	color: #de3f5f;
	}
.currentpage   {
	background: url(images/current.gif) no-repeat left top;
	padding-left: 15px;
	white-space: normal;
	display: block;
	padding-bottom: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #339933;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/sdbrlft.gif) repeat-y left top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFF66;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 118px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFF66;
	background-image: url(images/sdbrrt.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.thrColFixHdr #patientsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFF66;
	background-image: url(images/patientsidebar5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 567px;
}

.thrColFixHdr #mainContent {
	margin: 0 170px 0 165px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0;
	
} 
/*Below is the layout for the div in the orderform for the stork button*/
.thrColFixHdr #mainContentform {
	margin: 0 0px 0 165px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 0 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFF66;
	
} 
.thrColFixHdr #mainContentform p {
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2.5em;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	color: #333333;
	}
	
.thrColFixHdr #container #mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.thrColFixHdr #container #mainContent ul li {
	color: #0080C0;
	margin-top: 0px;
	margin-right: 0px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
}

.thrColFixHdr #container #mainContent ul a:link {
	color: #0080C0;
	line-height: 120%;
}
.thrColFixHdr #container #mainContent ul a:hover {
	color: #de3f5f;
}

.thrColFixHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/footer.gif) no-repeat center center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFF33;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
	height: 50px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #91bc7e;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt1{ /* this class was used on stork button on the order form */
	float: right;
	margin-left: 8px;
	padding-right: 165px;
}
.storktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #container #mainContent h1 {
	font-family: "Lucida Handwriting";
	color: #CC0000;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 24px;
}
.thrColFixHdr #container #mainContentform h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 24px;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 18px;
}
.thrColFixHdr #container #mainContentform h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 18px;
}
.thrColFixHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2.5em;
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	color: #333333;
}
/* Div for steering committee page to align table to the right more */
.thrColFixHdr #steering {
	margin: 0 0px 0 165px; /* The background for the patients page is on this div.  */
	padding: 10px 0px 0;
} 
.thrColFixHdr #steering h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 24px;
	padding-left: 7px;
}

/*formatting and layout for patients page */
.thrColFixHdr #patients {
	padding: 10px 0px 0;
	background-image: url(images/patientsidebar5.jpg);
	background-position: right top;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFF66;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 165px;
} 
.thrColFixHdr #patients p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2.5em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	width: 375px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.thrColFixHdr #patients h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 24px;
}
.thrColFixHdr #patients a:link {
color: #0080C0;
}
.thrColFixHdr #patients a:hover{
color: #de3f5f;
}

/* This is div for orderform */
.thrColFixHdr #ord {
	padding: 10px 10px 0 0px;
	background-image: url(images/sdbrrt.gif);
	background-position: right top;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFF66;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 165px;
} 
.thrColFixHdr #ord p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 2.5em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	width: 275px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
.thrColFixHdr #ord h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0080C0;
	font-size: 24px;
}



/* This is the table formatting for the Stork Button Order form */
table#buttonform {
	border: 2px solid #339966;
	width:476px;
	background-color: #FFFFFF;
	}
table#buttonform td {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#339966;
	padding: 5px;
}

.leftcol {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
.toprow {
	text-align: center;
	background-color: #FFFFCC;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #009966;
}
.rightcol {
	border-bottom:1px solid #009966;
	
}
.forminput {
background-color:#FFFF99;
}

/* This is for the contact order form */

table#contactform {
	border: 2px solid #339966;
	width:425px;
	}
table#contactform td {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#339966;
	padding: 5px;
}

.leftcol {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
}
.toprow {
	text-align: center;
	background-color: #FFFFCC;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #009966;
}
.rightcol {
	border-bottom:1px solid #009966;
	
}
.forminput {
background-color:#FFFF99;
}
/*end formatting for stork button order form */

/*this is formatting for steering committee table */
table#committee {
border-collapse: collapse;
	border: 1px outset #66CC99;
	width: 475px;
}
table#committee td {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding: 5px;
}
tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0080C0;
}
