html, body, ol, ul, li, dl, dt, dd {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 387px; /* the critical side padding that sets the natural min-width! */ 
	background: url(trawler_files/tealbgn.jpg); /* this BG tiles the area outside the columns */
  color: #000; 
  font-family: tahoma, arial, helvetica, 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; /* centers #sizer in standard browsers */
  padding: 0;
  width: 65%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 330px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -387px; /* neg side margin values should be < or = to side body padding */
	min-width: 774px; /* 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: #E0FFFF; /* this BG tiles the left column */
  font-size: 95%; /* set global font-size here */ 
  border: 3px solid #007070;
  border-width: 3px 2px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}

#cent {  
    text-align: center;
}

/****************** 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: #FFF; /* this BG tiles the center column */
  border-left: 2px solid #007070; /*** Critical left divider dimension value ***/
  border-right: 2px solid #007070; /*** Critical right divider dimension value ***/
  margin-left: 230px;    /*** Critical left col width value ***/
  margin-right: 230px;    /*** 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: 228px;    /*** Critical left col width value ***/
  margin-left: -230px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 230px;    /*** Critical right col width value ***/
  margin-right: -232px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  line-height: 150%;
  overflow: visible;
  width: 100%;
}

.container-left {color: #000;}

.container-right {
  color: #000;
  padding-bottom: 80px;
  background: #CCCC99;
} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  text-align: center;
  color: #FFF;
  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: #FFF;} 

.footer {
  clear: both;
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; color: #000;}

.footer hr {
  color: #8B0000;
	margin: 0;
	background: #8B0000;
	height: 3px;
}

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {
  padding: 8px;
}


/************** Generic Rules *************/

a {vertical-align: bottom;}

p, h3, h4  {margin: 10px 0;}

h1 {
  margin: 10px 0 10px 10px;
  line-height: 110%;
}

.other {
  font-family: Comic Sans MS, Verdana, sans-serif;
}

.just {
  text-align: left;
  margin-top: 0;
  text-indent: 1em;
  line-height: 150%;
  margin-bottom: 0;
}

.numb {
  text-align: left;
  line-height: 150%;
  margin-bottom: 0;
}

.close {
  line-height: 100%;
  margin: 0;
}

.light {
	font-weight: lighter;
}

.bold {
	font-weight: bold;
}

.under { 
	text-decoration: underline;
}

.big {
	font-size: 120%;
}

.huge {
	font-size: 150%;
}

.min { 
	font-size: 90%; 
}

.sm {
	font-size: 80%;
}

.tiny {
  font-size: 70%;
  line-height: 100%;
}

h2 { 
	color: #FFF;
	font-family: Comic Sans MS, Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 125%;
	text-align: center;
	padding: 5px 0; 
	margin: 0; 
	border: 3px solid #dcd3c2;
	border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
	background: #007070;
}

.alignright {
	margin: 0 10px 10px 0; 
	text-align: right;
}
.aligncent {
	margin: 0 10px 10px 0; 
	text-align: center;
}

img.left {
	float: left;
	margin-right: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
}


/************** Fancy Nav Buttons *************/

.sidenav li a {
  text-align: center;
  display: block; 
  border: 2px solid #dcd3c2;
  text-decoration: none;
  background: url(trawler_files/buttbgn.jpg);
  padding: 4px 5px 4px 10px;
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
}

.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%;} 
/* 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;}


/************* Colors & Links ******************/

.redbgn { 
	background: #E80000; 
}
.brkbgn { 
	background: #8B0000; 
}
.grnbgn { 
	background: #008B00; 
}
.red { 
	color: #E80000; 
}

.green { 
	color: #008B00;
}

.purple { 
	color: #8B008B;
}

.blue { 
	color: #00008B;
}

.teal { 
	color: #008B8B;
}

.ochre { 
	color: #8B8B00;
}

.lite { 
	color: #E0FFFF;
}

.brick { 
	color: #8B0000;
}

.dark { 
	color: #007070;
}
.white { 
	color: #FFFFFF;
}

a {
	cursor:normal; 
}

a:link {
	color: #FFFFCC;
}

a:hover { 
	color: #FFFFFF; 
}

a:active {
	color: #EB0000;
}

a:visited {
	color: #CCFFFF;
}

a.light:link {
	color: #B80000;
}

a.light:hover { 
	color: #8B8B00; 
}

a.light:active {
	color: #00008B;
}

a.light:visited {
	color: #8B008B;
}

