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: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.three:visited {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.three:hover {color: #00008b; background-color: #b0c4de; text-decoration: underline;}
a.three: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": "75%" );  /* 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%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	font-family: georgia, arial, times, courier;
	text-align: left;
   }


td.tworowhead {
	height: 50px;
     }

td.tworowheadsml {
	height: 25px;
     }


td.column   {
	width: 50%;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border: thin solid #4682b4;
	text-align: center;
	background-color: #b0c4de;
	color: #00008b;
	font-weight: bold;
	font-size: small;
     }

td.columnhead  {
	width: 50%;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border: thin solid #000000;
	text-align: center;
	background-color: #4682b4;
	color: #000000;
	font-weight: bold;
	font-size: small;
     }

td.columnarc   {
	width: 25%;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border: thin solid #4682b4;
	text-align: center;
	background-color: #b0c4de;
	color: #00008b;
	font-weight: bold;
	font-size: small;
     }

td.columnheadarc  {
	width: 25%;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0px 10px 0px;
	border: thin solid #000000;
	text-align: center;
	background-color: #4682b4;
	color: #000000;
	font-weight: bold;
	font-size: small;
     }

td.upcoming {
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0px 0px 30px 0px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
  }

td.archived {
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0px 0px 30px 0px;
	text-align: left;
	font-size: small;
	font-weight: bold;
  }

h4 {margin: 0; padding: 0;}



td.tworowspacer {height: 50px;}



