html {height: 100%; width: 100%;}      /* Set parent element to 100% */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;			/* Set body element to 100% height */
	background-color: #b0c4de;
     }


a.one:link {color: #000000; background-color: #4682b4; text-decoration: none;}
a.one:visited {color: #000000; background-color: #4682b4; text-decoration: none;}
a.one:hover {color: #000000; background-color: #4682b4; text-decoration: underline;}
a.one:active {color: #000000; background-color: #4682b4;}


a.two:link {color: #4682b4; background-color: #b0c4de; text-decoration: none;}
a.two:visited {color: #4682b4; background-color: #b0c4de; text-decoration: none;}
a.two:hover {color: #4682b4; background-color: #b0c4de; text-decoration: underline;}
a.two:active {color: #4682b4; background-color: #b0c4de;}


a.three:link {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.three:visited {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.three:hover {color: #000000; background-color: #b0c4de; text-decoration: underline;}
a.three:active {color: #000000; background-color: #b0c4de;}

a.img:link {border: none;}
a.img:visited {border: none;}
a.img:hover {border: none;}
a.img:active {border: none;}


/* ---------------------------------------------------------------------------------------------- */


div.container {
	height: 100%;			/* Set div container to 100% height and center */
	width: 100%;
	text-align: center;
   }

div.header {                          /* div encompasses header test and return home link */
	width: 80%;
	height: 75%;
	margin: 0 auto 0 auto;	     /* Set left & right margin auto, to center the div */
	min-width: 750px;
	width:expression(document.body.clientWidth < 850? "750": "80%" );  /* Min-Width for IE6 */	
  }




table.headtbl {                     /* table for positioning in div.header */
	width: 100%;
	height:15%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #4682b4;
    }

td.rtrnhome {                                           /* table.headtbl cell for return home link */
	font-family: verdana, arial, times, courier;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
   }

p.hdrlnk {padding: 0px 0px 0px 5px;}                /* paragraph padding for return home link */

td.hdrtxt {
	font-family: georgia, arial, times, courier;   /* table.headtbl cell for header text */
	font-weight: bold;
	letter-spacing: 5px;
	text-align: right;
  }

p.hdrpad {padding: 0px 10px 0px 0px;}           /* paragraph padding for header text */


/* -------------------------------------------------------------------------------------------- */


	
table.deptname {
	width: 100%;
	height: 15%;
	border: thin outset;
	text-align: center;
 	line-height: 2;
	font-family: georgia, arial, times, courier;
	font-size: large;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #b0c4de;
   }


table.bdytbl {
	width: 100%;
	border-collapse: collapse;
	font-family: georgia, arial, times, courier;
	font-weight: bold;
	font-size: small;
   }

td.tworow25 {width: 25%;}


td.tworowborder {background-color: #4682b4;}

td.collft {
	text-align: left;
	padding: 5px 0px 5px 0px;
	color: #4682b4;
	background-color: #b0c4de;
  }

td.colrt {
	text-align: right;
	letter-spacing: 2px;
	padding: 5px 0px 5px 0px;
  }

td.tworowftr {
	width: 100%;
	padding: 10px 0px 25px 0px;
	text-align: center;
  }


/* ---------------------------------------------------------------------------------------------- */

/* Styles for Directory Page Only */

h4 {margin: 0px; padding: 0px;}

td.heading{
	width: 100%;
	padding: 15px 0px 5px 0px;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;	
   }

td.colctr {
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #4682b4;
	background-color: #b0c4de;
  }

td.dptlnks {
	text-align: center;
	padding: 5px 0px 10px 0px;
	font-size: x-small;
	line-height: 2;
 }

td.backtop {
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: x-small;
  }

/* ------------------------------------------------------------------------------------------------ */

/* Styles for Emergency Numbers Page Only */

span.emphasize {
	color: #00008b;
	background-color: #b0c4de;
	font-size: x-large;
	font-family: arial, times, courier;
  }

td.spacer {
	width: 50%;
	padding: 0px;
	vertical-align: middle;
	}

hr {
	border: 1px solid #4682b4;
	color: #f08080;
	background-color: #4682b4;
  }

p.codered {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;
	font-weight: bold;
  }

td.codered {
	width: 50%;
	text-align: left;
	padding: 0px;
	color: #4682b4;
	background-color: #b0c4de;
  }

td.coderedimg {
	width: 50%;
	padding: 5px 0px 5px 0px;
	vertical-align: middle;
	}

img.bodyparagraph {border: none;}