html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}

body {
	padding: 0 325px; /* the critical side padding that sets the natural min-width! */ 
	background: url(images/bodybg.gif); /* this BG tiles the area outside the columns */
	color: #000; 
	font-family: georgia, 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;
	padding: 0;
	width: 73%;
	text-align: left;
	max-width: 550px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -325px; /* neg side margin values should be < or = to side body padding */
	min-width: 650px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	border-left: 5px solid #758ea0;
	border-right: 5px solid #758ea0;
	border-bottom: 5px solid #758ea0;
} 

/*\*/
* html #expander {height: 0;} 

#wrapper {
	position: relative;
	background: #fff url(images/leftbg.gif); /* this BG tiles the left column */
	font-size: .9em; /* set global font-size here */ 
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

.outer {
  background: #fff; /* this BG tiles the center column */
  border-left: 1px dashed #ccc; /*** Critical left divider dimension value ***/
  border-right: 0; /*** Critical right divider dimension value ***/
  margin-left: 200px;    /*** Critical left col width value ***/
  margin-right: 0;    /*** Critical right col width value ***/
}

.float-wrap {
	float: inherit;
	width: auto;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical left col width value ***/
  margin-left: -200px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/

}

.centerbox {
	font-weight: bold;
	overflow: visible;
	width: 100%;
}

.textpadder {
	padding: 8px;
}

.outer {
	text-align: justify;
}
/* 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: -6px;}
/* */

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}
