@charset "utf-8";
body  {
	font: 100% 'comic sans ms', Arial, Helvetica, sans-serif;
	background: #C4FFC4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	/*behavior:url("includes/csshover.htc");*/
}


.thisPage #container {
   /*	width: 55em;   */
	background: #c4ffc4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; 
} 
	
.thisPage #header { 
	background: #c4ffc4; 
	height: 185px;
    width: 52em;
	padding: 0 0px;  
	border-bottom:thick;
	border-bottom-style:inset;
	border-color:#000;
}
.thisPage #header h1 {
	margin: 0;
	padding: 10px 0;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thisPage #sidebar1 p" rule.
*/
.thisPage #sidebar1 {
	float: left;
	width: 14em; /* since this element is floated, a width must be given */
	background: #c4ffc4; 
	padding: 15px 0 15px;
	font: 100% 'comic sans ms', Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.thisPage #sidebar1 h3, .thisPage #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.thisPage #mainContent {
	margin: 0 15px 0 12em;
	font-size:11pt;
    border-left: transparent;
  }

}


}

/*  scrollbar-3dlight-color:;
    scrollbar-arrow-color: #fdf4d6;
    scrollbar-track-color: #fdf4d6 ;
    scrollbar-darkshadow-color:;
    scrollbar-face-color: #fdf4d6;
    scrollbar-highlight-color: #fdf4d6;
    scrollbar-shadow-color:
    */
.twelve { font-size: 12pt;}
h6 { font-size: 14pt;}
h5 { font-size: 15pt;}
h4 { font-size: 16pt;}
h3 { font-size: 17pt;}
h2 { font-size: 18pt;}
.caption { font-size: 9pt;
	font-style: italic; 
	text-align: center; }

.code { font-family:"Courier New", Courier, monospace;}
.code-blue{ font-family:"Courier New", Courier, monospace;
			background: #99ffff;}
.red { color: #ff0000;}
.rust { color: #cc6600;}
a         { color: #000000;}
a:visited { color: #000000;}
a:hover   { color: #cc6600;}

#codeBox {background: #ffffff;
	border-style:double;
	border-color:#000;
	padding: 15px;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	}
.thisPage #footer {
	padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fdf3d1;
	text-align: center;
	font-size: 12px;
} 
.thisPage #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.credit { font-size: 9pt; 
	color: #000000;}
.credit { font-size: 9pt; 
	color: #000000;}
.credit:hover { color: #900}

.content { color: #000000;}
.content:hover { color: #ff6633 }

.ten { font-size: 9pt;} }

#img150left {
	float: left;
	margin-right: 10px;
	width: 160px;
	height: 185px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

#img150right {
	float: right;
	margin-left: 10px;
	width: 160px;
	height: 210px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}

#im186right {
	float: right;
	margin-left: 10px;
	width: 190px;
	height: 250px;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}