html, body, img {
  margin: 0; 
  padding: 0;
  border: 0;
  
}
.list ol, ul, li {
  color: none;
  text-align: left;
  list-style: disc outside;
  margin: 0px;
  padding: 0px;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
  background: url(Images/website_background.jpg) 100% 0 repeat; /* this BG tiles the area outside the columns */
  color: #6E6576; 
  font-family: arial, verdana, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 190px;
}

  #expander { /* Any % height here causes IE to lose the neg right margin */
  margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
  min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
  position: relative; /* makes #expander visible outside #sizer in IEwin */
  min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
  background: #fbfbff; /* this BG is the left column */
  font-size: .9em; /* set global font-size here */ 
  border: 3px solid #cccc99;
  border-width: 4px 3px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: #fbfbfb; /* this BG is the right column */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background: #fbfbfb; /* this BG tiles the center column */
  border-left: 2px solid #999999; /*** Critical left divider dimension value ***/
  border-right: 2px solid #999999; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 150px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 146px;    /*** Critical left col width value ***/
  margin-left: -150px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 146px;    /*** Critical right col width value ***/
  margin-right: -150px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 4px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: normal;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #ffc;}

.container-right {color: #ffc; padding-bottom: 80px;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

 /* "jello" BG is made to be in fixed position here */

* html .header {background-position: 10px 3px;}

/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #373373;} 

.footer {
  width: 100%;
  font-size: 0.7em;
  font-weight: normal;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 25px 0 0 20px; color: #383383;}

.footer hr {
  color: #944;
  margin: 0;
  background: #944;
  height: 4px;
}

.froggy {
  position: absolute;
  top: -35px;
  right: 10px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {padding: 15px;}


/************** Generic Rules *************/

a  {color: #500500;}
a:hover  {color: #2f4f4f;}

p  {margin: .8em 0; color: #6F6776;}

td p {color: #500500;}

h1 {
  margin: 5px 0 -15px 0px;
  font-family: Times;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: #660000;
  text-align: center;
}

h2 {
  font-size: 1em; 
  text-align: center; 
  padding: 5px; 
  margin: 0; 
  border: 3px solid #dcd3c2;
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  color: #cccc66;
  background: #500500;
  font-family: tahoma, arial, sans-serif;
}

h3 {margin: 1em 0 .3em;}

h4 {margin: 10px 0 -15px 200px;
  font-family: Times;
  font-size: 1em;
  letter-spacing: 0.1em;
}

/************** News Headline *************/
h5  {margin: 0;
	 padding: 0px;
	 font-size: 1.2em;
	 font-style: bold;
	 color: #500500;
}

/************** News By Line *************/
h6  {margin: 0px 0px 10px 0px;
	 padding: 0px
	 font-size: .7em;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .7em;}


/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block; 
  border: 2px solid #cccc99;
  color: #500500;
  text-decoration: none;
  background: b7b7b7;
  padding: 4px 1px 4px 8px;
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  list-style-type: none;
}

.sidenav li a:hover {
  border-color: #c0c0c0 #d4cab9 #2f4f4f #ece3d2;
  background-position: -1px -1px;
  padding: 3px 3px 5px 9px;
  color: #2f4f4f;
  list-style-type: none;
}

.sidenav li a:active {
  border-width: 3px 1px 1px 3px;
  border-color: #c0c0c0 #ece3d2 #cccccc #d4cab9;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
  color: #2f4f4f;
  list-style-type: none;
}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

/**************** Links page *******************/

.LinksPageText A:link {
color: #2F4F4F;
}

.LinksPageText A:visited {
color: #2F4F4F;
}

.LinksPageText A:active {
color: #B0161F;
}

.LinksPageText A:hover{
color: #B0161F;
}


.tbl_col_hdr {
	background: #CCCCCC;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	color: #861E1E;
}
.tbl_row {
	background: #F0F0F0;
	font-size: .7em;
	padding: .1em;
}
.tbl_sty {
	border: medium;
	border-color: Gray;
}
.floater {
		float: left;
		clear: left;
		border: solid 1px black;
		padding: 5px;
		margin: 5px 15px 0px 5px;
		width: 135px;
		height: 180px;

}
.floater2 {
		border: solid 1px black;
		padding: 5px;
		margin: 5px 15px 0px 5px;
		width: 377px;
		height: 260px;

}
.floaterStaff {
		float: left;
		clear: left;
		padding: 5px;
		margin: 5px 15px 0px 5px;
		width: 187px;
		height: 218px;

}
.floatertxt {
		float: left;
		clear: left;
		text-align: center;
		padding: 5px;
		margin: 0px 27px 5px 5px;
		width: 125px;
		height: 18px;

}
.floatertxt2 {
		float: left;
		clear: left;
		text-align: center;
		padding: 5px;
		margin: 0px 15px 5px 5px;
		width: 355px;
		height: 18px;

}
.floatertxtStaff {
		float: left;
		clear: left;
		text-align: center;
		padding: 5px;
		margin: -15px 40px 5px 40px;
		width: 125px;
		height: 18px;
		color: #004800;
}