html, body, dl, dt, dd /*ol, ul, li, img */ {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

li { text-align: left; }

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	color: #000; 
  font-family: arial, helvetica, verdana;
  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 */
  background-color: #def;
}

img.pad { margin: 10px; clear: both; border: 1px solid gray; padding: 3px; background-color: white; clear: both; }

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 500px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* 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 */
} 

/*\*/
* 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;
  font-size: .9em; /* set global font-size here */ 
  border: 3px solid black;
  border-width: 1px; /* 1px 1px 1px;*/
} /* 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 black; /*** Critical left divider dimension value ***/
  border-right: 2px solid black; /*** Critical right divider dimension value ***/
  margin-left: 140px;    /*** Critical left col width value ***/
  margin-right: 0;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  //background-color: #def;
  background-color: white;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 140px;    /*** Critical left col width value ***/
  margin-left: -142px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  background-color: #9ab;
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 0;    /*** Critical right col width value ***/
  margin-right: -182px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  /*font-weight: bold;*/
  text-align: justify;
  overflow: visible;
  width: 100%;
}

div.ztmc { text-color: black; }
.ztmc a { color: darkblue; }
.ztmc a:visited { color: darkblue; }

.advertise { background-color: yellow; border: 10px; }

.container-left {color: #ffc; background-color: #4da6e2; width: 140px; }


.container-right {color: #ffc; padding-bottom: 20px;
	background-color: #def; text-align: center;

 } /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #fff;
  padding: 10px 0;
  background: url(/images/spo.jpg) no-repeat 0px 0px;
  background-color: #def;
  font-size: 12px;
  height: 128px;
} /* "jello" BG is made to be in fixed position here */

.headerblack {
	color: black;
}

/* SGP */
code { font-size: 1.2em; }
p.headline { font-family: serif; font-weight: bold; margin-bottom: 1px; }
.sectlinks { color: #fff;  vertical-align: middle; }
a.sectlinks:visited { color: #fff; }
pre.script {
  color: #000000;
  background-color: #cccccc;
  font-size: 0.8em;
	    font-family: Courier, "Courier New", fixed-width, monospace;   border: 1px solid #000000;
	      margin: 2px;
	        padding: 8px;
	} 
th { background-color: #fff; }
div.caption { float: left; padding: 10px; width: 96%; border-top-style: solid; border-color: #000; border-width: thin; }
img.floatleft { display: inline; float: left; margin: 10px; }
blockquote { background-color: lightgrey; padding: 10px; }
p.error { color: black; border-style: dashed; border-color: #ff0000; text-align: center; }
p.info { color: black; border-style: dashed; border-color: #c2c2c2; text-align: center; background-color: #c2c2c2; }
div.allads { border-width: thin; padding: 4px;  border: solid #cccccc; font-size: 12px; background-color: #eee; }

/*\*/
* html .header {background-position: 0px 0px;}
/* 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: 1.0em;
  /*font-weight: bold;*/
  text-align: center;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; color: #383;}

.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.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 */

.navpadder { padding: 8px; color: black; }


/************** Generic Rules *************/

a {color: #00F; /* vertical-align: bottom; (SGP: Breaks images as links) */}
a:visited { color: #005; }

p  {margin: .8em 0;}

h1 {
    //font-family: tahoma, arial, sans-serif;
  font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
  font-weight:normal;
  letter-spacing:.005em;
  font-size: 1.4em; 
  text-align: center; 
  padding: 5px 0; 
  margin: 0; 
  background-color: #abc;
   }

h2 {
    /* font-family: helvetica, arial, sans-serif; */
  font-family:trebuchet ms,arial,helvetica,verdana,sans-serif;
  font-weight:normal;
  letter-spacing:.005em;
  font-size: 1.4em;
  text-align: center;
  padding: 5px 0;
  margin: 0;
  margin-left: 20px;
  border-style: solid; border-color: black; border-width: thin; background-color: #def; width: 95%;
   }

h2.employment { 
  text-align: left;
  margin: 0;
  font-size: 1.2em;
  border: 0;
}
h3 {
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	letter-spacing:.005em;
  margin: 1em 0 .3em;
  color: #000;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
*/

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav li {
  display: block; 
  border: 2px solid #dcd3c2;
  color: #000;
  text-decoration: none;
  /*background: url(../images/marble1.jpg);*/
  padding: 4px 5px 4px 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

a.nav {
	  color: #00f;
	    text-decoration: none;
	      /*background: url(../images/marble1.jpg);*/
	      font-size: 0.8em;
	        font-family: helvetica, arial, sans-serif;
	}


/*
.sidenav li a:hover {
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
  border-width: 3px 1px 1px 3px;
  border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
}
*/


/************** 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%; hspace: 10; vspace: 10; }  
/* 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;}
/* */


/**************** 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: 0px;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}




