/* CSS Document */

body a:link, body a:visited, body a:active {
  color:#003366;
  text-decoration:none;
}
body a:hover {
  color:#003366;
  text-decoration:underline;
  cursor:pointer;
}

#toc ul li {
  margin-top: 5px;
  margin-left: 5px;
  list-style: disc;
}

#toc ol li {
  margin-top: 5px;
}

p { font: 13px arial; margin: 10px; }
img { border:0 }


h1 {
	font: bold 18px arial;
	color:#003366;
	margin: 0;
}
h1 a:link, h1 a:visited {
	color:#003366;
}

h2 {
	font: bold 16px arial;
	color:#003366;
	margin: .5em 0 .5em 0;
}
h2 a:link, h2 a:visited {
	color:#003366;
}

h3 {
	font: 13px arial;
	color:#003366;
	margin:0;
}
h3 a:link, h3 a:visited {
	color:#003366;
}

h4 {
	font: bold 11px arial;
	color:#000;
	margin:0;
}
h4 a:link, h4 a:visited {
	color:#000;
}

h5 {
	font: bold 11px arial;
	color:#003366;
	margin: .5em 0 .5em 0;
}
h5 a:link, h5 a:visited {
	color:#003366;
}

/* TEMP STYLES FOR ICU*/
#icu_border { width: 745px; 
			  padding: 2px; 
			  border: 1px solid #df6330; 
			  font-family:Arial, Helvetica, sans-serif; 
			  color:#666666;  
			  background-color: #ffffff; 
			  text-align: left;}
#icu_border img { border: 0px;}
#icu_header { text-align:center; 
			  padding-top:2px;}
#icu_body { padding: 1px;}
*html #icu_body { padding-left: 0px; }
.icu_item { width: 169px; 
			height:300px; 
			margin: 1px; 
			margin-bottom: 2px; 
			padding: 5px; 
			border: 1px solid #b8b8b8; 
			float:left;}
*html .icu_item { width: 180px;}
.icu_item#col_1 { margin-right: 4px; }
.icu_item#col_2 { margin-right: 4px; }
.icu_item#col_3 { margin-right: 4px; }
.icu_item#col_4 { width: 171px; }
*html .icu_item#col_4 { width: 180px; }
.icu_item h1{  font-size:13px; 
			   font-weight:bold; 
			   display:inline;
			   color:#666666;}
.icu_item a{ text-decoration:none; color:#666666;}
.icu_item p{ margin: 0px; font-size:12px;}
.sub_footer{ margin-bottom: 2px;}
*html .icu_sub_footer{ margin-bottom: 0px;}
#icu_footer { border: 1px solid #b8b8b8; 
			  font-size:12px; 
			  font-weight:bold;
			  padding-left: 5px; }
.icu_clear_all { height: 0px; 
			     border:0px; 
			     margin:0px; 
			     padding:0px; 
			     clear:all;}
				 
#leftColumn168 {
	float:left;
	width:185px;
}				 

#rightColumn780 {
	float: right;
	width: 770px;
}

