html { margin: 0; padding: 0;
	 }
	
/* body tag shorthand has a default order, so CSS properties don't have
   to be entered explicitly 
*/
body	{ font: 1em Verdana, Arial, Helvetica, sans-serif; 
          font-style: normal; 
		  font-weight: normal; 
		  color: black;
          margin: 2em; 
	      padding: 0; 
   	      background: #FCFCFC; 
	    }
/* support Netscape 4.x browsers a bit longer 
*/
p, td, ul, ol, li, dl, dt, dd  
	{ font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 1em; 
	  font-style: normal; 
	  font-weight: normal; 
	  color: black
	}

a:link		{ text-decoration: none; font-weight: bold; color: #0000EE; 
	}
a:visited	{ text-decoration: none; font-weight: bold; color: #990000; 
	}
a:hover		{ text-decoration: underline; font-weight: bold; color: #296D94; 
	}
a:active	{ text-decoration: underline;  font-weight: bold; color: purple; 
	}

h1 {text-align: left; 
         font-size: 1.3em;
         font-weight: bold;
	     line-height: 1.1em;
         color:#296D94; 
	     padding: 0.2em 0em 0.2em 0em;
	     margin: 0em 0em .5em 0em;
	     }
			 
h2 {text-align: left; 
         font-size: 1.2em;
         font-weight: bold;
	     line-height: 1.0em;
         color: #000000; 
         margin: .1em 0em .1em 0em;
             }
			 
h3 {text-align: left; 
             font-size: 1.1em;
             font-weight: bold; 
             margin: 0.1em 0em 0.3em 0em;
             }

h4 {text-align: left; 
             font-size: 1.0em;
             font-weight: bold; 
             margin: 0.1em 0em 0.1em 0em;
             }

/*  border: 1px solid red;	/* add this red box to rules to debug layout */
/* or use Web Dev Toolbar: Outline Block Level Elements */

/* could not figure out how to make a link-button instead of full width of column */

p.linkButn {
	color : #142156;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 0.2em 0em 0.2em 0em;
	margin: .1em .3em .1em .3em;
	display : block;
	text-decoration : none;
}

.linkButn a {
	background-color : #91B2C8;
	border : 1px solid #666666;
	color : #142156;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 0.2em 0em 0.2em 0em;
	margin: .1em .3em .1em .3em;
	display : block;
	text-decoration : none;
}

.linkButn a:hover {
	background-color : #dfe8f3;
	border : 1px solid #666666;
	color : #142156;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 0.2em 0em 0.2em 0em;
	margin: .1em .3em .1em .3em;
	display : block;
	text-decoration : none;
}

/* line in same color to match any H titles 
*/
.titleCatSep { border-top: 1px solid;
              padding: .5em 0em 0.1em 0em;
             }

.titleLnTop { border-top: 1px solid;
              padding: 1em 0em 0.2em 0em;
             }

.titleLnBot { border-bottom:  1px solid;
             } 

.line_section_1 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 1.0em; 
	  border-bottom:  1px solid;
	  color: #296D94; 
      }

.subsection-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #913E02;
	text-decoration: none;
	font-weight: bold;
}

p { margin: .25em 0 1.2em 0; 
  }

/* 070216.clc. added to reduce white space on dir page */
p.sepLn { margin: .25em 0 0.4em 0; 
  }
  
  
.texthead {font-size: 1.1em;  
             font-weight: bold;
             padding: 0.25em 0em .25em 0em;
             }


b { font-weight: bold; 
}
.textb { font-weight: bold; 
       }

.text { font-family: Verdana, Arial, Helvetica, sans-serif; 
	  font-size: 1.0em; 
	  color: black
      }

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: 14px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

table.dataDoc { background-color:#FCFCFC;
		width: 99%; 
		border: 2px solid #000000;
		border-width: 2px 1px 2px 1px;
		margin: .1em 1.5em 2em .2em; 
		padding: .5em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: black;
	}


tr { vertical-align: bottom; 
	}

td.colHdr { font-size: 1em; 
             font-weight: bold;
             padding: 0.4em 0.2em 0.2em 0.4em;
	}
td.colHdrTop { font-size: 1em; 
             font-weight: bold;
             padding: 0.4em 0.2em 0.2em 0.4em;
             vertical-align: top;
	}

td.colHdrR { font-size: 1em; 
             font-weight: bold;
             padding: 0.4em 0.2em 0.2em 0.4em;
             text-align: right;
	}

td.content { font-size: 1.0em; 
             font-weight: normal;
             padding: 0.4em 0.2em 0.2em 0.4em;
	}

td.contentR { font-size: 0.8em; 
             padding: 0.4em 0.2em 0.2em 0.4em;
             font-weight: normal;
             text-align: right;
	}

td.contentRb { font-size: 0.8em; 
             padding: 0.4em 0.2em 0.2em 0.4em;
             font-weight: bold;
             text-align:right;
	}

#footer { 
	width: auto;
	clear:both;
	margin: 0;
	padding: 10px;
	min-height: 25px;
 	border-top: 1px solid #296D94;
   	background-color: #EEEEEE;
}
