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: #4682b4; text-decoration: none;}


a.four:link {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.four:visited {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.four:hover {color: #000000; background-color: #b0c4de; text-decoration: underline;}
a.four: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;
	text-indent: -200px;
 	line-height: 2;
	font-family: georgia, arial, times, courier;
	font-size: large;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #b0c4de;
   }


/* For Consv, BOS, Emer Mgmt, PHN, & VA  - substitute for deptname table */

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;
   }


/* ---------------------------------------------------------------------------------------------- */


img.borderbar {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
     }   

table.bdytbl { 
	width: 100%;
	height: 50%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
   }

td.colone {width: 30%;}
td.coltwo {width: 70%;}
td.rowone {height: 55%;}
td.rowtwo {height: 45%;}

td.a1 {border-top: thin solid #4682b4;
       border-left: thin solid #4682b4;}
td.a2 {border-left: thin solid #4682b4;
       border-bottom: thin solid #4682b4;
       text-align: left;}
td.b1 {border-top: thin solid #4682b4;
       border-right: thin solid #4682b4;
       text-align: left;}
td.b2 {border-right: thin solid #4682b4;
       border-bottom: thin solid #4682b4;}

/* seperate Emergency Mgmt Styles */

td.a2emgmt {text-align: left; border-left: thin solid #4682b4; border-bottom: thin solid #4682b4;}
td.b2emgmt {border-right: thin solid #4682b4; border-bottom: thin solid #4682b4;}
td.c1emgmt {border-left: thin solid #4682b4;
       border-bottom: thin solid #4682b4;
       text-align: left;
       vertical-align: top;}
p.weatherinfo {
	padding: 10px 0px 10px 10px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: medium;
	font-weight: normal;
   }

h5.weathhd {
	padding: 10px 0px 10px 10px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
  }

ul.weathlist {
	font-family: "trebuchet ms", arial, times, courier;
	font-size: medium;
	font-weight: normal;
 }

p.ragbrai {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: x-small;
	text-align: center;
   }

img.nobrd {border: none;}

/* End of seperate Emergency Mgmt Styles */

table.embedtbl { 
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
   }


img.photo {padding: 2px 20px 0px 20px;}

h3.one {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
  }

p.welcome {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;
  }

p.welcomestrong {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;
	font-weight: bold;
  }

p.welcomephn {
	padding: 0px 20px 0px 20px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;
	text-align: center;
	line-height: 1.5;
  }

img.bodyparagraph {padding: 0px 20px 0px 20px; border: none;}

img.links {border: none;}

p.contactinfo {
	padding: 10px 0px 10px 10px;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;
	font-weight: bold;
   }

p.linkmenu {
	font-family: verdana, arial, times, courier;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	line-height: 2;
  }


.menuhead{
	border: thin solid #000000;
	padding: 2px 15px 2px 15px;
	background-color: #4682b4;
	}


p.footer {
	font-family: verdana, arial, times, courier;
	font-size: x-small;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	margin: 0px;
   }

span.hours {font-weight: bold;}

ul.staff {
	padding: 0px;
	margin: 0px 0px 0px 10%;
	font-family: "trebuchet ms", arial, times, courier;
	font-size: small;	
    }


/* For BOS Page Only */

p.sprvsr {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	text-align: center;
  }

