
body{
background-color:white;
background-image: url('/css/healthcare/purple/background-tile.gif');
background-repeat: repeat-x;
	 text-align: center;
}

a{
color: #1c1c1c;
}

a:hover{color:black;}

img.left,img.center,img.right
{
	border-color: #a0a0a0;
}

/**************** Header and navigation styles ****************/
#supercontainer{
 /*background-image: url('/css/design/Sleek/content2-tile.gif');
	  background-repeat: repeat-y;
	  height = 100%;
  /*color:white;*/
/*  background-color:#114460; */
background-color: transparent;
}

#container{
background-color:inherit;
background-image: url('/css/healthcare/purple/container-tile.gif');
background-repeat: repeat-y;
background-position: center;
color: #000000;
}

#header{
background-image: url('/css/healthcare/purple/header-full.gif');
background-color:#000000;
background-repeat: repeat-y;
color:#000000;
}

#header h1{
background-color:inherit;
color:#000000;
}

#header h2{
background-color:inherit;
color:#000000;
}

#navigation{
/*background:#000000;/*#578bb8;*/
color:black;
border-top: solid 1px #190043;
border-bottom: solid 1px #190043;


}

#navigation li {
border-color:#323232;
background-Image:url('/css/healthcare/purple/button.gif');
background-repeat:no-repeat;

}

#navigation li a{
color: #323232;

}

* html #navigation a {width:1%;}

#navigation .selected  {
color:#000000;
background:transparent;
background-Image:url('/css/healthcare/purple/button-over.gif');
background-repeat:no-repeat;

}

#navigation a:hover{
color:#000000;
/*background:transparent;
background-Image:url('/css/healthcare/purple/button-over.gif');
background-repeat:no-repeat;*/
}


#title{
background: #000000;/*#578bb8;*/
color:#ffffff;
}

/**************** Content styles ****************/

.borderedbox
{
    border-color: black;
}

#content h2{
color:#000000;
background-color:inherit;
}

#content h4 
{    
    color: #000000;    
}
/**************** Sidebar styles ****************/

#subcontent{
background:transparent;
}

#subcontent h2{
color:#323232;;
}
#subcontent a:hover{
background:transparent;
}

/**************** Menublock styles ****************/

#navigation{
  color:#323232;
  background-image: url('/css/healthcare/purple/navbar.gif');
  background-position: top center;
  background-repeat:repeat-x;
  }
/**************** Searchbar styles ****************/


#searchbar #s{
border-color:#a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border-color: #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
color: black;
background-color: white;
background-image: url('/css/healthcare/purple/footer-full.gif');
background-repeat: no-repeat;
}
 
#footer a{color:black; background-color:inherit; }
#footer a:hover{color:black; background-color:inherit; }

/**************** Misc classes and styles ****************/

.important{color:#f02025; background-color:inherit; }

.box{
border-color:#111111;
background-color:#efefef;
color:#000000;
}

.dynamiccontentitem { 
   border-top-color: #877a6d;  
}

