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: #000000; background-color: #b0c4de; text-decoration: none;}
a.two:visited {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.two:hover {color: #000000; background-color: #b0c4de; text-decoration: underline;}
a.two:active {color: #000000; background-color: #b0c4de;}


a.top:link {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.top:visited {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.top:hover {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.top:active {color: #00008b; background-color: #b0c4de;}



/* ---------------------------------------------------------------------------------------------- */


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.deptnmonly {
	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%;
	height: 50%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	font-family: georgia, arial, times, courier;
	text-align: left;
   }

ul {line-height: 1.5;}

td.links {
	height: 100px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: small;
	line-height: 2;
     }
td.spacer {
	width: 100%;
	height: 50px;
  }
td.hdr {
	width: 100%;
	height: 35px;
	vertical-align: middle;
   }
h3 {padding: 0px; margin: 0px;}
td.project {
	width: 100%;
	vertical-align: middle;
	padding: 5px 0px 10px 0px;
   }
td.backtop {
	height: 50px;
	vertical-align: middle;
	font-size: x-small;
	font-weight: bold;
   }
td.permit {
	width: 100%;
	padding: 10px 0px 10px 0px;
  }






