html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 370px; /* the critical side padding that sets the natural min-width! */ 
  font-family:  verdana, georgia,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: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -370px; /* neg side margin values should be < or = to side body padding */
	min-width: 750px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* 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 {
padding:0px 0 0 0;
  font-size: 12px; /* set global font-size here */ 
  position: relative;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}


/****************** 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 {
 /* border-left: 2px solid #EA9544;*/ /*** Critical left divider dimension value ***/
/*  border-right: 2px solid #EA9544;*/ /*** Critical right divider dimension value ***/
  margin-left: 185px;    /*** Critical left col width value ***/
  margin-right: 185px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
  margin: 0 -1px 0 0;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.center {
  float: right;
  width: 99%;
  position: relative; /* Needed for IE/win */
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 190px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-left: -186px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  padding-bottom:40px;
}
	
.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 188px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-right: -186px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.centerbox {
 overflow: visible;
  width: 99%;
}

.container-left {
  margin-right: 4px; /*** Critical left divider dimension value ***/ 
}

.container-right {
  margin-left: 4px; /*** Critical right divider dimension value ***/ 
  padding-bottom: 80px; /* makes room for the froggy */
}

/* 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. */



/*************** Header and Footer elements *****************/


.header {
margin: 0 -370px; 
height:130px;
padding: 0px 0 0px 0;
min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */
position: relative; /* makes #expander visible outside #sizer in IEwin */
} /* "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: #373;*/} 

.footer {
  height:27px;
  font-size: 10px;
  font-weight: normal;
  clear: both;
  position: relative;
  text-align: center;
}

.footer p {
font-size:10px;
line-height:22px;
margin: 0px 0 0 0px; text-align: center; /*color: #383;*/}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing controls for various column contents ***************/

.textpadder {padding: 8px;}


/************** Generic Rules *************/

a {/*color: #000; *//*vertical-align: bottom;*/}

p  {margin: .8em 0; font-size:12px; font-weight:normal; text-align:justify;}

h1 {margin: 50px 0 20px 80px; padding:0 0 20px 0; font-family: georgia, verdana, sans-serif;}

h2 {
  font-size: 1.2em; 
  text-align: left; 
  padding: 5px 0; 
  margin: 0; 
  font-family: tahoma, arial, sans-serif;
}

.centerbox h2 {/*color: #500;*/}

h3 {
margin: 1em 0 .3em;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav {
margin: 0px;
}

.sidenav li 
	{
	margin:0 0 0px 0;
	}
	
.sidenav li a {
  display: block; 
  text-decoration: none;
  padding: 4px 0px 4px 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  margin:0 0 0px 0;
}

.sidenav li a span
	{
	 margin: 0px 5px 0px 4px;
	}

.sidenav li a:hover {
}

.sidenav li a:hover span
	{
	}


.sidenav li a.current {
}

.sidenav li a.current span {
}


/************** 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 */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -4px;}
/* */

.left {margin-right: -1px;}

.right {margin-left: -1px;}
 
/*\*/
* html .left {margin-right: -2px;}
/* */

/*\*/
* html .centerbox .textpadder {padding: 8px 8px 8px 5px;}
/* IEwin produces extra space to the right of the justified text, and this fudges it away */



/**************** 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;
	margin: 5px;   
}


