html, 
body, 
ol, 
ul, 
li, 
dl, 
dt, 
dd, 
img		{margin:			0					; 
			padding: 		0					;
			border: 			0					;
			}

body 		{padding: 		0 340px			; 							/* the critical side padding that sets the natural min-width! */ 
			padding-top:   2em				;
			padding-bottom:2em				;
			background: 	#f0e7d7; 	/* this BG tiles the area outside the columns */
			color: 			#000				; 
			font-family: 	verdana, 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: 			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 -388px			; 							/* neg side margin values should be < or = to side body padding */
				min-width: 	776px				; 							/* This prevents Safari from losing the negative margins in narrow windows */ 
				position: 	relative			;							/* makes #expander visible outside #sizer in IEwin */
 				border:        0px #800000 solid} 	 				

/*\*/
* 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:  #005C40; /* this BG tiles the left column */
  font-size: .9em; /* set global font-size here */ 
  border: 3px solid #005C40;
  border-width: 3px 0px 3px 0px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: #005C40; /* 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: #f0e7d7; /* this BG tiles the center column */
  border-left: 2px solid #005C40; /*** Critical left divider dimension value ***/
  border-right: 2px solid #005C40; /*** Critical right divider dimension value ***/
  margin-left: 3px;    /*** 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: 3px;    /*** Critical left col width value ***/
  margin-left: -3px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 196px;    /*** 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 ***/
  background: #005C40;
  border: 2px solid #005C40;
}

.centerbox {
  font-weight: normal;
  text-align: left;
  overflow: visible;
  width: 100%;
}

ul.sch{list-style-type: circle;
		list-style-position: inside;
		margin-left: 15px;
		}

ul.disk{list-style-type: disk;}
ul.square{list-style-type: square;}



.container-left {color: #ffc;}

.container-right {color: #ffc; } 



.hdrl{
	position: relative;
	top: 0;
	left: 0;

}

.hdrr{
	float: right;
	width: 202px;

	}
.logo{
	position: relative;
	top: -150px;
	right: 0px;
}			

.header {
  padding: 5px 0;
  background-color:  #f0e7d7 ;
} /* "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 {
	background: #005C40;
	color:		#f0e7d7;
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  	border-top: 2px solid #005C40;
	height: 150px;
	text-align: center;
}

.footer p {margin: 10px 0 0 20px; color: #f0e7d7;}

.footer hr {
  color: #f0e7d7;
	margin: 0;
	background: #005C40;
}

.small{
	font-size: .7em;
	}
/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: left;
  margin: 10px 0;
}


.textpadder{padding: 5px 15px 10px 20px;}
.indent{margin-left: 40px;}

/************** Generic Rules *************/


h1,h2,h3,h4,h5,h6 {color: #005C40;
                   text-align: center;
                   text-decoration: none;
                   font-family: verdana, arial, helvetica, sans-serif;
                   margin: 0;
                   }                 


h1 {font-size: 1.3em;
	margin: .6em}
h2 {font-size: 1.1em;
	margin:	.5em}
h3 {font-size: 0.9em;
	margin:	.45em}
h4 {font-size: 0.8em;
	margin: 	.4em}
h5 {font-size: 0.7em;
	margin:	.35em}
h6 {font-size: 0.6em;
	margin: 	.3em}

h1.rt,h2.rt,h3.rt{margin: 0 10px 0px 0;text-align: right;}

h1.huge{font-size: 2em;}


.willyrt{
	position: relative;
	top: 10px;
	right: 0px;
	margin-left: 240px;
	margin-right: 20px;

	}
	
.upleft{
	position: absolute;
	top: 0px;
	left: 5px;
	width: 280px;
	}

.toper{
	border: 1px solid #f0e7d7;
	background: #f0e7d7;
	}

.hanna{
	position: relative;
	top: 10px;
	right: 0px;
	margin-left: 240px;
	margin-right: 20px;
	}

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

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



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

.hide {display: none;}

a {color:#0099FF; vertical-align: bottom;}
a:visited {color: #005c40;}
a:hover {color: #800000;}
p  {margin: .8em 0;}


/**********  Menu buttons ***********/

.mnu {
position: relative;
top: -130px;
right: 0px;
width: 192px;
text-align: center;

}


.mnu  a {
display: block;
width : 100%;
background : #f7f2ea ;
color : #0099FF;
padding : 4px 0 6px 0;
border-width : 2px;
border-color : #ffe #aaab9c #ccc #ffe;
border-style : solid;
text-decoration: none;


}

.mnu  a:hover {
color : #8C404B;
background : #ECE7D7 ;
border-color : #aaab9c #ffe #ffe #ccc;
}

.mnu  a:visited {
color: #005c40;
}

.imgc{margin: 0 auto;}

	

