html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
	/* list-style: none; */ 
}

body {
	/* padding: 0 340px; */ /* the critical side padding that sets the natural min-width! */
	padding: 0 150px 0 150px;
	background: url(../images/brownlattice2.gif); /* this BG tiles the area outside the columns */
	color: rgb(33,33,33);
	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; /* centers #sizer in standard browsers */
	padding: 0;
	width: 91%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 900px;
}

#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 */
	margin: 0 -149px 0 -149px; /* neg side margin values should be < or = to side body padding */
	min-width: 300px; /* 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/redcircles.gif); /* this BG tiles the left column */
	font-size: .9em; /* set global font-size here */
	/* border: 3px solid #da5;
	border-width: 4px 3px; */
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {
	position: relative; /* extra insurance against bugs in IEwin */
	background: url(../images/redblots.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: url(../images/bluelattice.gif); /* this BG tiles the center column */
	border-left: 2px  /*** Critical left divider dimension value ***/
	border-right: 2px; /* solid #da5; */ /*** Critical right divider dimension value ***/
	margin-left: 180px;    /*** Critical left col width value ***/
	margin-right: 242px;    /*** Critical right col width value ***/
}
.norightouter {
	background: url(../images/bluelattice.gif); /* this BG tiles the center column */
	border-left: 2px  /*** Critical left divider dimension value ***/
	border-right: 2px; /* solid #da5; */ /*** Critical right divider dimension value ***/
	margin-left: 180px;    /*** Critical left col width value ***/
	margin-right: 1px;    /*** Critical right col width value ***/
}

.float-wrap {
	float: left;
	width: 100%;
}

.center {
	float: right;
	width: 100%;
	/*font-weight: bold;
	text-align: center; */
	/* border-left: thick rgb(153,102,0) dashed; */
	padding-left: 5px;
 padding-right: 5px;
}

.left {
	float: left;
	position: relative; /* Needed for IE/win */
	width: 170px;    /*** Critical left col width value ***/
	margin-left: -182px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
	margin-right: 10px;

}

.right {
	float: right;
	position: relative; /* Needed for IE/win */
	width: 230px;    /*** Critical right col width value ***/
	margin-right: -242px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 1px;   /*** Critical right divider dimension value ***/
	border-left: 1px rgb(51,51,0) solid; 
	border-right: 1px rgb(51,51,0) solid; 
	border-top: 1px rgb(207,207,207) solid;
}

.noright {
	float: right;
	position: relative; /* Needed for IE/win */
	width: 1px;    /*** Critical right col width value ***/
	margin-right: -1px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 1px;   /*** Critical right divider dimension value ***/
	border-left: 1px rgb(51,51,0) solid;
	border-right: 1px rgb(51,51,0) solid;
	border-top: 1px rgb(207,207,207) solid;
}

.centerbox {
	font-weight: normal;
	text-align: left;
	overflow: visible;
	width: 100%;
  margin-left: 0px;
  padding-right: 3px;

}

.container-left {
	border: 2px dashed #03AAF9;
	background: rgb(233,233,217);
	font-family: verdana, tahoma, arial, sans-serif;
	/* padding-right: 10px; */
  } 

.container-right {
	/* color: #ffc; */
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: rgb(240,240,240);
} /* 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: 1.8em;
	font-weight: bold;
	clear: both;
	padding: 0px 0 15px;
	position: relative;
}

.footer p {
	margin: 0px 0 0 0px;
	color: #383;
}

.footer hr {
	color: #944;
	margin: 0;
/* 	background: #944; */
	height: 5px;
}

.footer a:hover {
  text-decoration: none;
	border-bottom: none;
	border-top: none;
	border-width: 0 0;
	background-color: rgb(255,255,255);
}

.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;} */

p  {
/*  margin: .8em 0; */
  margin: 0 0 10px 0;
}

h1 {margin: 70px 0 10px 80px;}

h2 { /*
	font-size: 1.2em;
	text-align: left;
	padding: 5px 0;
	margin-top: 10px;
	color: #500;
	font-family: tahoma, arial, sans-serif;
	*/
}

h3 {
	margin: 1em 0 .3em;
}

.alignright {
	margin: 0 10px 10px 0;
	text-align: right;
}

.small {
	font-size: .8em;
}

.title {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;

}

.heading {
	font-size: 1.2em;
	font-weight: bold;

}

div#topbanner {
	/* background-color: red;
	height: 100px; 
	font-size: 25pt; */
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border: none;
	/* border: thin ridge ThreedShadow; */
	background-repeat: repeat-x;
	background-image: url(bannerfollowon.jpg);
	position: relative;
	min-height: 1px;
}

#navbanner {
	width: 100%;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: thin;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

div#bottombanner {
	/* background-color: red;
	height: 100px; 
	font-size: 25pt; */
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
	border: none;
	/* border: thin ridge ThreedShadow; */
	background-repeat: repeat-x;
	background-image: url(scribbledbit.followon.jpg);
	position: relative;
	min-height: 1px;
}


.navlink {
	font-weight: bold;
	/* font-stretch: ultra-expanded; */
	text-decoration: none;
	font-family: sans-serif;
	color: rgb(102,51,204);
	padding-left: 10px;
	padding-right: 10px;
}

.navlink:hover {
	border: none;
	background-color: rgb(223,223,223);
}
.navlink:visited a {
  color: rgb(102,51,204);
}

.navlink:active {
  color: rgb(255,204,0);
}

.phototext {
	font-family: sans-serif;
	font-size: smaller;
	text-align: justify;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.bodytext {
	font-size: larger;
}

#leftside {
	width: 240px;
	float: left;
	background-color: #FFF8DC;
	/* border: medium dashed Green; */
}

a:link {
	color: rgb(102,51,204);
	text-decoration: none;
}

a:hover {
	border-bottom: dashed;
	border-top: dashed;
	border-width: thin thin;
	background-color: rgb(233,233,233);
}

ul {
  display: block;
}
li  {
  /* list-style-type: disc; */
  /* display: block; */
  /* list-style-position: inside; */
   margin-left: 30px;  
}

.bodyimage {
  padding: 5px 5px 5px 5px
}

/************** FeedControl Settings **********/
/**
* Set a very small font size for the control and constrain
* it's width to 225px
*
	* Note: the page has a single FeedControl that
* is drawn in the <div> element whose id is "feedControl".
*/

/*
#feedControl {
	font-size: 11px;
	width: 220px;
	font-family: sans-serif;
}

#feedControl li.rssitem {
	padding-bottom : 10px;

}

#feedControl a {
	font-weight: bold;
	color: rgb(232,124,50);
}

#feedControl a:hover {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(232,124,50);
	border: none;
}
#feedControl a:visited {
	font-weight: normal;
	text-decoration: none;
}
 
*/
/************** Side Navigation *************/

.sideNav {
  font-family: verdana;
	font-size: 1em;
  padding: 0 2px 5px 2px;
}

.sideNav a {
	display: block;
	/* border: 2px solid #dcd3c2; */
	color: rgb(0,0,0);
	text-decoration: none;
}

.sideNav li {
list-style-type: circle;
vertical-align: middle;
 margin-left: 20px; 
}
.sideNav a:hover {
  list-style-type: disc;
  font-weight: bold;
  border: 0 none;
	background-color: rgb(240,240,240);
  text-decoration: none;
}

.sideNav li a:active {
  text-decoration: none;
  color: rgb(0,0,0);
}

.sideNav h1 {
font-weight: bold;
border-bottom: rgb(51,51,255) solid;
border-bottom-width: medium;
/* border: medium rgb(102,51,255) solid; */
/* padding-bottom: 20px;*/
margin: 3px 5px 0px 0px;
/* margin-bottom: 5px; */
padding-bottom: 3px;
}
/*
.NavPageLink {
padding-left: 10px;
margin-bottom: 5px;

}

.NavPageHeadingLink {
padding-left: 20px;
}

.NavPaneLink {
  text-decoration: none;
  color: rgb(0,0,0);
}
.NavPaneLink:link {
  text-decoration: none;
  color: rgb(0,0,0);
}
.NavPaneLink:hover {
  font-weight: bold;
  border: 0 none;
  background-color: ThreedLightShadow;
}

*/

/************** Special Fixes *************/

.outer {
  <!--[if IE]>
    word-wrap: break-word;
  <![endif]-->
}
/* 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;}
/* */


table.L10 {
width: 95px; 
}
td.L10r {
width: 25px; 
}
td.L10a {
width: 70px; 
}


/**************** 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;
}
