html, body, dl, dt, dd, div, img, a, br, hr, table {
  margin: 0; 
  padding: 0;
  border: 0;
  line-height: 120%;
}

body {
  padding: 0 340px; /* 340 the critical side padding that sets the natural min-width! */ 
  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 */
	max-width: 120px; /* The amount of squidgyness in the center column (default 120) */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -385px; /* -355 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;
  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 */
}


/****************** 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: 1px solid #000; */ /*** Critical left divider dimension value ***/
  /* border-right: 1px solid #000; */ /*** Critical right divider dimension value ***/
  margin-left: 131px;    /*** Critical left col width value ***/
  margin-right: 131px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
  margin-top: 80px;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 129px;    /*** Critical left col width value ***/
  margin-left: -131px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 129px;    /*** Critical right col width value ***/
  margin-right: -131px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  overflow: visible;
  width: 100%;
}


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  padding: 5px 0px;
}

/*\*/
* 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: #000;} 

.footer {
  width: 100%;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {
  font-size: 10pt;
  text-align: right;
  margin: 10px 24px 0 20px;
}


/************** Spacing Controls for various column contents ***************/

outer dl {
  text-align: center;
  margin: 10px 0;
}

.textpadder {margin: 8px 38px;}


/************** Generic Rules *************/

/*
a {vertical-align: bottom;}
*/

/************** 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 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

ul li, ul .tstmnlli {list-style-image: url(images/bullet.gif)}
