html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  	padding: 0 440px; /* the critical side padding that sets the natural min-width! Max width - see #sizer and change expander*/ 
	background: #fff; /* 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 */
}

/************** Generic Rules *************/

a {color: blue; vertical-align: bottom;}

p {color:#000;font-size:1.1em;}

h1 {margin: 20px 0 130px 140px; font-size:4em;}

h2 {font-family: tahoma, arial, sans-serif; font-size: 1.2em; text-align: center; color: #500; 
  padding: 0.5em 0; margin-top: 1.5em; 
  border: 3px solid #dcd3c2; border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;}

h3 {
margin: 1em 0 .3em;color:red;
}

h4 {color: #500;font-family: tahoma, arial, sans-serif;
  font-weight: bold;}
.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.big 		 {color:red; font-size: 1.2em; font-weight:bold;}
.bigblack {color:black; font-size: 1.2em; font-weight:bold;}

#sizer {
  	margin: 0 auto; /* centers #sizer in standard browsers */
  	padding: 0;
  	width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid. Min width - see body padding and change expander*/
  	text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -435px; /* 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: url(images/backleft.gif) repeat-y; /* this BG tiles the left column */
  	font-size: .75em; /* set global font-size here */ 
 } /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  /* This wrapper is only used for BG tiling on the right column */
  	position: relative; /* extra insurance against bugs in IEwin */
	background: url(images/backright.gif) 100% 0 repeat-y; /* 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:  /* this BG tiles the center column */
  	border-left: 0px solid #fff; /*** Critical left divider dimension value. Was 2px ***/
  	border-right: 0px solid #fff; /*** Critical right divider dimension value.  Was 2px ***/
  	margin-left: 150px;    /*** Critical left col width value ***/
  	margin-right: 150px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {background: transparent url(images/backtoplogo.gif) 165px 75px no-repeat;
  float: right;overflow: visible;
  width: 100%; 
}

.left {background: url(images/backtopleft.gif) no-repeat 2px 0px; /* 2px 0px seems to position the curved background over the columns */
  float: left;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/
  margin-left: -152px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.boxleft { float: left;
  border-right: 2px solid red; margin-right:5px;
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical left col width value ***/}

 .boxright { float: right;
  border-left: 2px solid red;
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical left col width value ***/}
 .slideshow { float: right;
    position: relative; /* Needed for IE/win */
  width: 250px;    /*** Critical left col width value ***/
  margin-top:185px; padding-left:5px;}
 .floatright { float: right;
    position: relative; /* Needed for IE/win */
  width: 270px;    /*** Critical left col width value ***/
  padding-left:5px;}

  .contentcolumnleft { float: left;
border-right: 0px solid red;
  position: relative; /* Needed for IE/win */
  width: 49%;    /*** Critical left col width value ***/}

 .contentcolumnright { float: right;
  position: relative; /* Needed for IE/win */
  width: 49%;    /*** Critical left col width value ***/}.right {background: url(images/backtopright.gif) 98% 0px no-repeat; /*** adding the 98% right aligns it over the column, 0px sits it at the top! ***/
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical right col width value ***/
  margin-right: -152px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}
.container-left {color: #ffc; width:250px;}
.container-right {color: #ffc; padding-bottom: 250px;} /* makes room for the footer */

/*************** Header and Footer elements *****************/

.header {background: url(images/backtop.gif) repeat-x 0px 3px;
  width: 100%;
  color: #b33;
  padding: 5px 0;
  
} /* "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 { 
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  clear: both;
  position: relative;
  background: url(images/backfooterbottom.gif) repeat-x; background-position:center bottom;
  padding-bottom: 25px; 
}

.footer p {color: #383; font-size:0.7em}

.footerleft { float: left;margin:-20px 0 0 0;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/}

 .footerright { float: right;margin:-20px -20px 0 0;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/}
/************** Spacing Controls for various column contents ***************/

.left ul{
  text-align: left;
  margin: 70px 20px 100px 50px;
}
.right ul{
  text-align: right;
  margin: 70px 50px 100px 0px;
} 
.textpadder {padding: 8px;} /*** This class is used to pad text content in the cols, so that the cols don't need side padding that would then require box model hacking for IE5.x/win -->

/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block; 
  border: 0px;
  color: blue;
  text-decoration: none;
  padding: 8px 0px 0px 0px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.nav li a {
  border: 0px;
  color: blue;
  text-decoration: none;
  font-family: tahoma, arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
}
.nav li a:hover, .sidenav li a:hover {
  color:red;
}

.nav li a:active, .sidenav li a:active {
  font-size:1.1em;
}
.ww li{margin-left:4em;
list-style-image: url(images/ww-mini.gif);
list-style-type: circle;
color:black; 
font-weight: bold;
 }

form fieldset
{
margin-top:1em;
border: 1px solid #781351;
}

legend {
color: #000;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
}

label {
width: 12em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-top:0.6em;
display: block;
font-weight:bold;
}

input, select, textarea
{
margin-top:0.5em;
background: #fee3ad;
border: 1px solid #781351
}

input:focus, select:focus, textarea:focus {
background: lightyellow;	
border: 2px solid blue;
}

.submit
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}
/************** 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;}