/* General styles */
body {
		font-family: Arial, Helvetica, sans-serif;
		/* font-family:  "Frutiger LT Std", "Myriad Pro", "Trebuchet MS", "Arial Narrow", sans-serif;*/
		font-size : 10.5pt;
		/*text-align: center;*/		
	}
					
#footer p {
   	padding:5px;
      margin:0;
    }

/* Navigation styles */
.HospitalNav {
		padding:4 0 4 10 ;
		background-color: #253785;
		font:"Trebuchet MS";
		font-size: 8pt;
		color: White;
		letter-spacing: .75pt
	}

.TopDeptNav {
		background-color:#253785;/*#e58a63;*/
		background-image:url(../Images/nav_bluejoin_bg_dk.gif);
		padding:1 0 1 210;
		font-size: 8pt;
		font-weight: bold;	
		line-height:1.75em;
	}

.SideNavList {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		line-height:2.5em;
		font:"Trebuchet MS";
		font-size:10pt;
		font-weight:bold;
	}

.SideNavList li {
		padding-left: 10px;
		background-image: url(Images/blubullet.jpg);
		background-repeat: no-repeat;
		background-position: left;
		letter-spacing: .075em;
	}
	
.breadcrumbs {
		font-size: 7.5pt;
		color:	#0060aa;
		padding:4 0 4 0;
	}	
	
	
/* Hyperlink Styles */
/* Content hyperlinks*/
A:link {
		text-decoration: none;
		color:#ed3f34;
	}

A:visited {
		text-decoration: none;
		color:#ed3f34;
	}
	
A:hover {
		text-decoration: underline;
		color: #ed3f34;
		/*font-weight:bold;*/
	}

A:active {
		text-decoration: none;
		color:#ed3f34;
	}

/* Hosptial Navigation hyperlinks*/	
.HospitalNav A:link {
		text-decoration: none;
		color: White;
	}
	
.HospitalNav A:visited {
		text-decoration: none;
		color: White;
	}

.HospitalNav A:active {
		text-decoration: none;
		color: White;
	}
	
.HospitalNav A:hover {
		text-decoration: underline;
		color: White;
	}

/* Department Navigation hyperlinks*/	
.TopDeptNav a:Link {
		text-decoration: none;
		color:	#000000;
		font-weight: bold;
	}

.TopDeptNav a:Visited {
		text-decoration: none;
		color:	#000000;
		font-weight: bold;
	}

.TopDeptNav a:active {
		text-decoration: none;
		color:	#000000;
		font-weight: bold;
	}

.TopDeptNav a:hover {
		text-decoration: underline;
		color:	#000000;
		font-weight: bold;
	}

/* Side Navigation hyperlinks*/		
.SideNavList A:link {	
		text-decoration:	none;
		color:	#000000;
 		font-weight: bold;
	}	
		
.SideNavList A:visited {	
		text-decoration:	none;
		color:	#000000;
 		font-weight: bold;
	}	
	
.SideNavList A:active {	
		text-decoration:	none;
		color:	#000000;
 		font-weight: bold;
	}			
		
.SideNavList  A:hover	{	
		text-decoration:	underline;
		color:	#0061aa;
 		font-weight: bold;
	}


/* Content Styles */
.PageHeader { 
		font-family:"Trebuchet MS", sans-serif;
		font-size: 16pt;
		font-weight: bold;
		color: #0060aa;
	}

.PageSubHeader{
		font:"Trebuchet MS", sans-serif;
		font-size : 12pt;
		font-weight: bold;
		color: #0060aa;
	}

/* Rounded Corners section */	
.myBox {
    	text-align: left;
	 	font-size : 10pt;
	}

/* Left column hightlight section */
.leftcolhighlight {
		font-size:9pt; 
		text-align:center;	
	}

.leftcolhighlightheader {
		font-weight:bold; 
		font-size:10pt;
	}
	
table{
		font-size : 10.5pt;
	}
	
.smalltext{
		font-size: 9pt;
		text-align:center;
	}

.annoucementtext{
		font-size: 9pt;
	}
