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

body {
  background: #FFFFFF; /* this BG tiles the area outside the columns */
  color: #000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  padding: 0 497.5px; /* the critical side padding that sets the natural min-width! */
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: center; /* resets the default text alignment for the page */
  max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -497.5px 0 -497.5px; /* neg side margin values should be < or = to side body padding */
	min-width: 995px; /* Critical Safari fix! */ 
	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! */ 

.iefix-rel {
	position: relative;
}

#content-padder {
	background-color: #ffffff;
	padding: 0 5px;	
}

#wrapper1 {
  background: transparent url(/img/bg/left-column.gif) repeat-y; /* this BG tiles the left column */
  font-size: .77em; /* set global font-size here */
  position: relative;
  z-index: 1;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: transparent; /* this BG tiles 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: #ffffff; /* this BG tiles the center column */
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 165px;    /*** Critical left col width value ***/
  margin-right: 165px;    /*** 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: 165px;    /*** Critical left col width value ***/
  margin-left: -165px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical right col width value ***/
  margin-right: -165px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.container-left {}

.container-center {
	padding: 0 5px 0 10px;
}

.outer-0-x-0 .container-center {
	padding: 0;	
}

.container-right {}

/************** Various layouts ***************/
.outer-165-x-165 {
  margin-left: 165px !important;    /*** Critical left col width value ***/
  margin-right: 165px !important;    /*** Critical right col width value ***/
}

.outer-0-x-165 {
  margin-left: 0px !important;    /*** Critical left col width value ***/
  margin-right: 165px !important;    /*** Critical right col width value ***/
}

.outer-165-x-0 {
  margin-left: 165px !important;    /*** Critical left col width value ***/
  margin-right: 0px !important;    /*** Critical right col width value ***/
}

.outer-0-x-0 {
  margin-left: 0px !important;    /*** Critical left col width value ***/
  margin-right: 0px !important;    /*** Critical right col width value ***/
}

.left-165 {
  width: 165px !important;    /*** Critical left col width value ***/
  margin-left: -165px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

.right-165 {
  width: 165px !important;    /*** Critical right col width value ***/
  margin-right: -165px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

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

.header {
	position: relative;
}

.footer {
	clear: both;
	position: relative;
}

/************** Spacing Controls for various column contents ***************/

.outer ul, .outer ol {
	margin:0.5em 0pt 0.5em 0.5em;
	padding:0pt 0pt 0pt 1em;
}

.outer OL LI {
	list-style-type:decimal;
	margin:0.5em 0pt 0.5em 0.5em;
}

.outer UL LI {
	list-style-type:disc;
	margin:0.5em 0pt 0.5em 0.5em;
}


.textpadder {
	padding: 8px;
}

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

a {
	color: #153872;
	text-decoration: none; 
}

A:hover {
	text-decoration: underline;	
}

p  {
	margin: 0.5em 0;
}

h1 {
	color: #C0002A;
	font-size: 2.2em;
	margin: 25px 0 0.3em 0;
}

h2 {
	color: #C0002A;
	font-size: 1.5em; 
	margin: 1.5em 0 0.3em 0;
}

h3 {
	color: #C0002A;
	font-size: 1em; 
	margin: 1em 0 .3em 0;
}

.title {
	color: #3C434D;
	font-weight: bold;
	text-transform: uppercase;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
} 

/************** 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 .iefix,
* html .iefix-rel
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
.iefix,
.iefix-rel
{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;
}

.hide, .hidden {display: none;}

