/* BASIC CSS v1.0  							*/
/* Copyright 2004 Boone Hospital Center 	*/

/* For 4.x browsers 						*/

/* ALL PURPOSE HIDE 						*/
.hidden{
display:none;
}

/* FLOAT CLEAR								*/
.clear{
display:none;
clear:both;
height:0px;
}

/* IE only */
* html .clear{
font-size:0;
line-height:0;
}

/*
body{
font-family:Trebuchet MS, Arial, sans-serif;
font-size:13px;
}

#BHCnav1 li, #BHCloginbox li, #BHCsearchbox li{
display:inline;
list-style-type:none;
}*/