		h1, h2, h3, h4, h5, h6 {color:#162552; 
font-family:Arial, Helvetica, sans-serif;
}
		 
		* { margin:0; padding:0; }
		p { padding: 0px 8px;}

		/*** The Essential Code ***/
		body {
			min-width: 480px;        /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}

		#container {
			padding-left: 150px;      /*  LC width + 2x LC padding */
			/*padding-right: 180px;*/     /*  RC width + 2x RC padding + CC padding */
		}
		
		#container .column {
			position: relative;
			float: left;
		}
		
		#center {
			padding: 0 0;       /* CC padding */
			width: 100%;
		}
		
		#left {
			height: 400px;            /*was originally not here*/
			width: 150px;             /* LC width (MENU width + 2x Skin edge width) */
			padding: 0 0;             /* LC padding */
			right: 150px;             /* LC width + 2x LC padding + CC padding */
			margin-left: -100%;
		}
		
		#footer {
			clear:both;
		}
		
		/*** IE Fix ***/
		* html #left {
			left: 0px; /*-562px; */             /* stage width - RC fullwidth*/
		}

		/*** Equal-height Columns ***/

		#container {
			overflow: hidden;
		}

		#container .column {
			padding-bottom: 10015px;     /* X + padding-bottom */
			margin-bottom: -10000px;     /* X */
		}

		/*** Footer Fix ***/

		* html body {
			overflow: hidden;
		}
		
		#footer-wrapper {
			position: relative;
		}
		
		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;		/* X + padding-bottom below FOOTER*/
			margin-bottom: -10000px;		/* X */
			background: #62170b;         /*** Same as body background ***/
		}

		/*** Just for Looks ***/

		body {
			margin: 0;
			padding: 0;
			background: #62170b;
		}
		
		#stage {
			position: relative;
			margin: 8px auto;
			width: 742px;					/* width of entire page */
		}

		#header {
		
		}

		#left {
			background: #62170b;
		}

		#center {
			background: #62170b;
		}

		#right {
		}

		#container .column {
			padding-top: 0;
			background-image: url(../images/pottstown-skin.gif);
			background-position: top right;
			text-align: justify;
		}
		
		/**** Skinning ****/
		.column div {
			position: relative;
			background-image: url(../images/pottstown-skin.gif);
			background-position: top left;
			background-color: #dfddd5;
			padding-top: 15px;				/* Skin edge height */
			padding-left: 15px;				/* Skin edge width */
			padding-bottom: 10000px;     		/* FOOTER + Skin edge bottom */
			margin-bottom: -10000px;
		}
		
		/* .column div div { background: transparent; padding: 0; margin: 0; } */
		.column div div { padding: 0; margin: 0; background-image: none; }
		

		
		#content {
			width: 571px;					/* CONTENT width */
font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 18px;
			text-align:left;
		}

		#content P, #content DIV
		{
			padding-right: 18px;
		}
		
		#menu {
			width: 120px;					/* MENU width */
		}
		
		.bg_bottom, .bg_top {
			display: block;
			position: absolute;
			height: 15px;						/* Skin edge height*/
			top: 0;
			z-index: 30;
			background-color: #62170b;
			background-image: url(../images/pottstown-skin.gif);
		}
		
		.bg_bottom { top: -15px; }				/* Skin edge height*/
		
		.bg_bottom span, .bg_top span {
			display: block;
			width: 15px;							/* Skin edge width*/
			height: 15px;						/* Skin edge height*/
			position: absolute;
			bottom: 0;
			right: 0;
			background-color: #62170b;
			background-image: url(../images/pottstown-skin.gif);
			background-position: top right;
		}
		
		.bg_top span{ top: 0; }
		.bg_bottom span { background-position: -985px -1985px; }
		
		#bg_top_left      { background-position: top left;    width: 150px; left: 0;}		/* width = LC width + 2x LC padding*/
		#bg_top_center    { background-position: top left;    width: 592px; left: 0;}		/* width = CONTENT width + 2x CC padding */
																						/* widths below are the same as above */
		#bg_bottom_left   { background-position: bottom left; width: 150px; left: 0px;}	/* left = 0  */
		#bg_bottom_center { background-position: bottom left; width: 592px; left: 150px;}	/* left = width from bg_bottom_left */ 

		
#footnote
{
	width: 712px;		/* stage width - 2x skin edge width */
	height: 30px;		/* whatever's appropriate. must be specified due to holy grail hack */
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#poweredby
{
	display: block;
	position: relative;
	float: right;
	clear: none;
}		
.nograil_outer
{
	padding: 0 15px 15px 0;		/* skin edges */
	background: #62170b url(../images/pottstown-skin.gif) no-repeat bottom right;
}


.nograil_inner
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding: 15px 0 0 15px;		/* skin edges */
	background: #dfddd5 url(../images/pottstown-skin.gif) no-repeat top left;
}


.nograil_topright
{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	height: 15px;				/* skin edges */
	width: 15px;					/* skin edges */
	margin: 0 0 15px 0;			/* skin edges */
	padding: 0;
	background: #62170b url(../images/pottstown-skin.gif) no-repeat top right;
	overflow: hidden;
	z-index: 30;
}

.nograil_bottomleft
{
	position: absolute;
	display: block;
	top: 45px;				/* footer height + 1x skin edge */
	left: 0;
	height: 15px;			/* skin edges */
	width: 15px;				/* skin edges */
	margin: 0 15px 0 0;		/* skin edges */
	padding: 0;
	background: #62170b url(../images/pottstown-skin.gif) no-repeat 0px -1985px;
	overflow: hidden;
	z-index: 35;
}

		/******* IE Fixes (I have no idea where these 4px are coming from ******/
		
		* html .bg_bottom span { background-position: -985px -1980px; }
				
		/********************/

		/********************RSS************you can't see me***************/

.rss_title, rss_title a {
	color:#162552;
	text-decoration:none;  
font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
}



.rss_items {

       list-style:none;

       margin:0;

       padding:0;

}

.rss_item {
	font-size:11px; 
font-family:Arial, Helvetica, sans-serif;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color:#162552;
	text-decoration:none;  
font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}



.rss_item a:hover { 



	}
.rss_date { 
	color:#63170b; 
font-family:Arial, Helvetica, sans-serif;
	font-style:italic; 
}	

/* Background control for the Tigra menu */
#menu DIV { background: url(../images/arrow.png) 92% 5px no-repeat; }
#menu .m1l1oover, #menu .m1l1iover, #menu .m1l1oout, #menu .m1l1iout { background-image: none; }

