/* CSS Saint Jude Home Program */

/* Body Decoration Home Page------------------------------------------------------------------------- */
body
{ 
background-image: url(images/backgroundfinal.jpg);
background-repeat:repeat-x;
background-color: #5f6d3c;
background-position: top; 
background-attachment: fixed;
margin-top: 10px;
margin-bottom: 10px;
overflow-x:hidden; 
overflow-y:auto; 
}
/* Headings  ----------------------------------------------------------------------------- */

H1	{font-family:Georgia; text-align:left; font-size:17pt;  padding-left:10px; font-weight:bolder; font-weight:lighter;  font-style: normal; color: #000000 }
H2	{font-family:Arial; text-align:left; font-size:11pt; font-stretch:extra-condensed; padding-left:10px; font-weight:bold; font-style: normal; color: #f7682d}
H3	{font-family:Arial; text-align:left; font-size:9pt; font-stretch:extra-condensed; padding-left:10px; font-weight:bold; font-style: normal; color: #6e9117}
H4	{font-family:Georgia; text-align:left; font-size:17pt;  font-weight:bolder; font-weight:lighter;  font-style: normal; color: #000000 }
H5  {font-family:Arial; text-align:center; font-size:9pt; color: #666666}
H6	{font-family:Arial; text-align:justify; font-size:9pt; color: #000000}

/* Buttom  ----------------------------------------------------------------------------- */

input.btn {   
color:#050;   
font: bold 84% 'trebuchet ms',helvetica,sans-serif;   
background-color:#fed;   
border: 1px solid;   
border-color: #696 #363 #363 #696;   
filter:progid:DXImageTransform.Microsoft.Gradient   
(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
}  



/* Text Home Page Body Style*/

.Text-Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	padding-left:10px;
	color: #555;
	font-weight:normal;
	text-decoration: none
}
.Text-Content2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:justify; padding-left:0px; color: #6C6C6C; font-weight:normal; text-decoration: none}
.Text-Header {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:right; color: #6C6C6C; font-weight:normal; text-decoration: none}
.Phone-Header {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:right; color: #85bd35; font-weight:normal; text-decoration: none}
.JTHP-BOTTOM {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align:center; padding-bottom:8px; color: #6C6C6C; font-weight:normal; text-decoration: none}

/* Link Permanent Solution*/

a.Header-Links:link { font-family:Arial; font-size: 11px; text-align:right; color: #6C6C6C; font-weight:normal; text-decoration: none }
a.Header-Links:actived { font-family:Arial; font-size: 11px; text-align:right; color: #6C6C6C font-weight:normal; text-decoration: none }
a.Header-Links:visited { font-family:Arial; font-size: 11px; text-align:right; color: #6C6C6C; font-weight:normal; text-decoration: none }
a.Header-Links:hover { font-family:Arial; font-size: 11px; text-align:right; color: #2EA5AB; font-weight:normal; text-decoration: none }

a.Navigation-Links:link { font-family:Arial; font-size: 12px; text-align:left; color: #000000; font-weight:bold; text-decoration: none }
a.Navigation-Links:actived { font-family:Arial; font-size: 12px; text-align:left; color: #000000 font-weight:bold; text-decoration: none }
a.Navigation-Links:visited { font-family:Arial; font-size: 12px; text-align:left; color: #000000; font-weight:bold; text-decoration: none }
a.Navigation-Links:hover { background-image: url(images/line.png); background-repeat: repeat-x; background-position: 100% 100%; padding-bottom: 3px; white-space: nowrap; font-family:Arial; font-size: 12px; text-align:left; color: #000000; font-weight:bold; text-decoration: none}

a.Link-Footer:link { font-family:Arial; font-size: 12px; text-align:left;  color: #a0b370; font-weight:bold; text-decoration: none }
a.Link-Footer:actived { font-family:Arial; font-size: 12px; text-align:left; color: #a0b370; font-weight:bold; text-decoration: none }
a.Link-Footer:visited { font-family:Arial; font-size: 12px; text-align:left; color: #a0b370; font-weight:bold; text-decoration: none }
a.Link-Footer:hover { font-family:Arial; font-size: 12px; text-align:left; color: #ffffff; font-weight:bold; text-decoration: none }

a.Link-Text:link { font-family:Arial; font-size: 12px; text-align:left;  color: #2994aa; font-weight:normal; text-decoration: none }
a.Link-Text:actived { font-family:Arial; font-size: 12px; text-align:left; color: #2994aa; font-weight:normal; text-decoration: none }
a.Link-Text:visited { font-family:Arial; font-size: 12px; text-align:left; color: #2994aa; font-weight:normal; text-decoration: none }
a.Link-Text:hover { font-family:Arial; font-size: 12px; text-align:left; color: #f7682d; font-weight:normal; text-decoration: none }


/* Table*/

.Table-Blue
{
background-image:url('images/Line-Navigation Bar.jpg');

}

/* Table*/

table.Secure {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.Secure th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.Secure td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2994aa;
	font-weight: bold;
}
a:hover {
	color: #030303;
}
.style1 {color: #6C6C6C}




