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: #00008b; background-color: #b0c4de; text-decoration: none;}
a.two:visited {color: #00008b; background-color: #b0c4de; text-decoration: none;}
a.two:hover {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.two:active {color: #00008b; 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.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;}

a.prop:link {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.prop:visited {color: #000000; background-color: #b0c4de; text-decoration: none;}
a.prop:hover {color: #000000; background-color: #b0c4de; text-decoration: underline;}
a.prop: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%;
	height: 5%;
	border-collapse: collapse;
	font-family: georgia, arial, times, courier;
	text-align: left;
   }


/* styles for history page */

p.smlbold {font-weight: bold; font-size: small;}


td.spacer2 {
	width: 100%;
  }

p.backtop {
	font-size: x-small;
	font-weight: bold;
   }


p.stars {text-align: center;}


/* -------------------------------------------------------------------------------------------- */

/* styles for faq's page */

td.questions {
	width: 100%;
	vertical-align: top;
  }

ul {line-height: 2;}

td.spacer {
	width: 100%;
	height: 25px;
  }

td.answers {
	width: 100%;
	vertical-align: middle;
	padding: 5px 0px 10px 0px;
   }

span.qhdr {
	color: #4682b4;
	background-color: #b0c4de;
	font-weight: bold;
	font-size: small;
  }

blockquote {
	letter-spacing: 1px;
	font-size: small;
  }

p.backtop {
	font-size: x-small;
	font-weight: bold;
   }


/* -------------------------------------------------------------------------------------------- */

/* styles for news page */


td.nwsspcr {
	width: 100%;
	height: 50px;
  }

p.news {
	padding: 0px 0px 0px 10px;
	letter-spacing: 2px;
	line-height: 1.5;
  }

span.bold {font-weight: bold;}

hr {
	border: 1px solid #4682b4;
	color: #4682b4;
	background-color: #4682b4;
  }

td.newsimg {
	text-align: center;
	width: 20%;
	vertical-align: middle;
  }

td.newsimgtext {
	width: 80%;
	vertical-align: top;
  }

img.news {
	padding: 0px;
	margin: 0px;
  }


/* -------------------------------------------------------------------------------------------- */

/* styles for CodeRed page */


td.crleft {width: 10%;}

td.crmid {
	width: 80%;
	line-height: 1.5;
	letter-spacing: 1px;
   }

td.crright {width: 10%;}

td.crimg {
	width: 80%;
	text-align: center;
   }

img.bodyparagraph {border: none;}


/* ----------------------------------------- Styles for Jail Project Page -------------------------- */

table.mainbdytbl {
	width: 100%;
	height: 65%;
	border-collapse: collapse;
	font-family: georgia, arial, times, courier;
	text-align: center;
	vertical-align: middle;
   }

td.pic {
	width: 20%;
  }

td.syn {
	width: 80%;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	font-size: small;
  }

td.agenda {
	width: 100%;
	text-align: left;
	padding: 0px 0px 0px 15px;
	font-size: medium;
	font-weight: bold;
  }

td.lnkgrpshd {
	width: 28%;
	background-color: #4682b4;
	line-height: 1.5;
	font-weight: bold;
	border: 1px solid #191970;
  }

td.lnkgrps {
	width: 28%;
	line-height: 1.5;
	border: 1px solid #191970;
  }

td.spcgrps {
	width: 8%;
	line-height: 1.5;
  }


img.jailimg {
	padding: 10px 0px 10px 0px;
	margin: 0px;
  }

span.italic {font-style: italic;}

span.times {
	    font-weight: bold;
}

