html, body, ol, ul, li, dl, dt, dd, img, td {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
	font-size:13px;
}
a {
	text-decoration:none;
	font-size:13px;
}
input, textarea, select {
	font-size:13px;
}
body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	color: #000; 
  font-family: arial, tahoma, 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; /* 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: 120px;
}

#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: 14px; /* set global font-size here */ 
  color: #111111;
  border: 0px solid black;
  background-color:#EFEFEF;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background-color:#EFEFEF;
}


/****************** 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: url(../images/bluelattice.gif); * this BG tiles the center column */
  border-left: 1px solid #339933; /*** Critical left divider dimension value ***/
  border-right: 1px solid #339933; /*** Critical right divider dimension value ***/
  margin-left: 200px;    /*** Critical left col width value ***/
  margin-right: 200px;    /*** 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: 200px;    /*** Critical left col width value ***/
  margin-left: -202px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical right col width value ***/
  margin-right: -202px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: normal;
  text-align: left;
  overflow: visible;
  width: 100%;
  background-color:#FAFFFA;
  height:2850px;
  border-top:solid 1px #339933;
  border-bottom:solid 1px #339933;
}

.container-left {color: #000; padding-bottom: 10px; background-color:#EFEFEF;}

.container-right {color: #000; padding-bottom: 10px; background-color:#EFEFEF;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #b33;
  padding: 5px 0;
  /* background: url(../images/jello1.gif) no-repeat 50px 7px; */
} /* "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: 13px;
  font-weight: bold;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  text-align:center;
}

.footer p {margin: 10px 0 0 20px; color: #050;}

.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

.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 {color: #000; vertical-align: bottom;}
a:hover {color: red;}
a.affiliate {
	color: #030;
	font-family:Arial,Tahoma; 
	font-size:11px;
	text-decoration:none;
}
a.affiliate:hover {
	color: #050;
	font-family:Arial,Tahoma; 
	font-size:11px;
	text-decoration:underline;
	}
	
p  {margin: .8em 0;}

p.affiliate {
	margin-top:0px;
}
p.byline {
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
	font-size:10px;
	font-family:Arial;
	color:333333;
}
h1 {
	font-size:1.6em;
	text-align:left;
	color: #050;
	font-family: arial, tahoma, sans-serif;
}

h1.affiliate {
	font-size:1.6em;
	text-align:left;
	color: #050;
	font-family: arial, verdana, tahoma, sans-serif;
}

div.header h1 {margin: 10px 0 10px 10px;}

h2.affiliate {
  font-size: 1.2em; 
  text-align: left; 
  padding: 0px 0; 
  margin: 0 0 10px 0; 
  border: 0px solid red;
  color: #050;
  font-family: arial, tahoma, sans-serif;
}

h2.affiliate a {
  font-size: 13px; 
  text-align: left; 
  padding: 0px 0; 
  margin: 0; 
  border: 0px;
  color: #050;
  font-family: arial, tahoma, sans-serif;
}

h3 {
margin: 1em 0 .3em;
}


h2.sidenav {
  display:block;
  font-size: 13px; 
  text-align: center; 
  padding: 2 0 0 0; 
  margin: 0; 
  border: 0px;
  color: white;
  background-color: #336633;
  font-family: arial, tahoma, sans-serif;
  height:20px;
}

h3.sidenav {
  font-size: 11px; 
  text-align: left; 
  color: #060;
  font-family: arial, tahoma, sans-serif;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/
ul.sidenav {
  margin-top:5px;
  margin-bottom:0px;
}

.sidenav li.affiliateCategory a {
  display: block; 
  text-align:left;
  border: 2px solid #BB3333;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #BB3333;
  padding: 2px 5px 2px 10px;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.sidenav li a {
  display: block; 
  text-align:left;
  border: 2px solid #ECECEC;
  color: #050;
  text-decoration: none;
  background-color: #ECECEC;
  padding: 2px 5px 2px 10px;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.sidenav li a:hover {
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  background-position: -1px -1px;
  padding: 1px 6px 3px 9px;
  color:white;
  background-color:#050;
}

.sidenav li a:active {
  border-width: 2px 1px 2px 2px;
  border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
  background-position: 0 0;
  padding: 2px 5px 2px 10px;
}
div.ad250x250 {
	display:inline;
}

div.affiliate {
	padding:5 7 0 7;
	border:dashed 1px black;
	margin-bottom:10px;
}
div.affiliateCategoryGroupWide {
	display:block;
	width:180px;
	background-color:#EFEFEF;
	padding:5 5 5 5;
}
span.affiliateCategoryWide {
	display:block;
}
span.affiliateCategoryWide a{
	color:#050;
	font-weight:bold;
}
span.affiliateSubcategoryWide a{
	color:Red;
}
span.affiliateSubcategoryWide {
	color:Red;
	margin: 0 0 0 0;
}

div.rssCategoryGroup {
	display:block;
	padding:5 5 5 5;
}
span.rssCategory {
	display:block;
}
span.rssCategory a{
	color:#050;
	font-weight:bold;
}
span.rssSubcategory a{
	color:Red;
}
span.rssSubcategory {
	color:Red;
	margin: 0 0 0 0;
}

div.googleLogo {
	display:inline;
	top:10px;
}
div.googleSearchbox {
	display:inline;
	margin-bottom:5px;
}
div.google {
	text-align:center;
}

div.resources {height:200px;}
div.directory {height:1619px;}
div.sponsors {height:650px;width:200px;
	text-align:center}
div.articles {height:1150px;}
div.AdSponsor {
	width:180px;
	text-align:center;
	}
div.AdSponsor img{
	display:block;
	text-align:center;	
	}
span.numEntries {
	font-size:10px;
	visibility:hidden;
	display:none;
}
div.mainCategory {
	display:inline;
	padding-right:10px;
}
div.mainCategory a{
	color:#336633;
	font-weight:bold;
}
span.PageLinkCurrent {
	background-color:#060;
	color:White;
}
div.submitFormExplanation {
	padding-top:20px;
	font-size:11px;
}
li.articleCategoryWide {
	text-align:left;
	margin-bottom:10px;
}
li span.articleCategoryWide {
	text-align:left;
}
li span.articleCategoryWide a {
	font-size:12px;
	color:#336633;
	text-align:left;
}
div.Google336x280 {
	text-align:center;
	margin-top:20px;
}
/************** 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 */


/*** 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;}

