/* Set up the container and cols info */
/* sets margins for full page with no columns */
#bin1 {
	margin: -30px 0px 0px 100px;
	width: 950px;
	background-color: #ffffe1;
	border-width: 1px 0px 1px 0px; /* border on top / bottom */
	border-style: solid;
	border-color: #c00000;
	margin: 0px auto;			   /* Centers the screen display */
			}
			
.fullPage {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
			}

/* allows images to float next to text */
.picleft {
	float: left;
 	border: 1px solid #000000;
	margin: 10px;
		}
		
/* sitemap table changes  */
.sitetable {
	width: 692px;
	border-collapse: collapse;
	border: 1px solid black;
	background-color: #ffffe1;
		}
		
.sitetable td {
		 border: 1px solid #000000;
			}
	
.pink {
	background-color: #FFF0E6;
	font-size: 10pt;
		}
		
.yellow {
	background-color: #FAFFBF;
	font-size: 10pt;
		}
		
.grey {
	background-color: #E1E1E1;
		}
	
/******  EOF  *****/