html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #FFFFFF;
	color: #333333;
	text-align:center/* this forces IE 5.x to center the design (if we did this in the wrapper */
}
p em {
	color: #990000;
}
#wrapper {
	background-color: #FFFFFF;
	border: 1px none #000000;/* this is setting a 1 pixel border on all four sides.  So the width has to be reduced for compliant browsers*/
	width: 800px;/*sets the width for IE5.x's broken box model which puts the border within the dimensions of the width*/
	w\idth:800px;/*sets the width for compliant browsers.  Here it is 2 pixels smaller than 800 to accomodate our border.*/
	margin: 0px auto;/*centers the wrapper with no margin at top or bottom*/
	padding: 0px;
	position: relative;/*this is used in case there are any absolutely positioned elements in the design*/
	text-align:left/* this puts the text back to compensate for the IE 5.x hack in the body selector */;
}



#masthead {
	width: 800px;  
	background-image: url(images/penny_logo.jpg);
	background-repeat: no-repeat;
	height: 140px;  
}  




#footer {
	clear: both;
	background-image: url(images/home_bottom.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 80%;
	text-align: center;
}
#footer p {
	padding-top:8px;
}





 #navigation {
	border-bottom: 1px solid #000000; 
	margin: 0;
/*	height:35px;  */
 } 



#navigation ul {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	background: #B0371C;
	color: #FFF;
	width: 100%;
	line-height: 16px;
}

			/* Replaced by above */
			/*	#navigation ul {
					padding: 0;
					padding-top:5px;
					padding-bottom:5px;
					margin: 0;
					background-color:#B0371C;
				}  */



#navigation ul li {
	display: inline;
	padding: 8px 0;
}

			/* Replaced by above */
			/*	#navigation ul li{
					display: inline;
					padding: 0;
					margin: 0;
				}  */


#navigation ul li a {
	padding: 3px 10px;
	font-size: 80%;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #000;
}

			/* Replaced by above */
			/*	#navigation ul li a{
					font-size: 80%;
					color: #FFFFFF;  */
					/*background-color: #DC5A39;*/
			/*		text-decoration: none;
					padding: 0 15px 0 15px;
					border-right: 1px solid #000000;
					text-align: center;
					width: 9em;
					margin-top: 10px;
				}  */




#navigation ul li a:hover {
	background-color: #7E3F2B;
	color: #fff;
}

			/* Replaced by above */
			/*	#navigation ul li a:hover, #navigation ul li a:focus {
					background-color: #990000;
				}  */



#navigation li a.first { border-left: 1px solid #000; }











#content {
	background: transparent url(images/content-bg.jpg) repeat-y;
	margin: 0 ;
}
#content p{
	font-size: 80%;
	margin: 5px;
	padding-bottom: 5px;
}
#content ul {
	font-size:90%;
	padding-left:20px;
	list-style-position: outside;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #703824;
	font-weight: bold;
	text-align: center;
/*	margin-right: 20px;   */
	margin-bottom: 20px;
/*	margin-left: 20px;    */
	padding-top: 20px;
}
h2 {
	font-size: 110%;
	color:#800000;
	text-align:center;
	padding-bottom: 8px;
}
h3 {
	font-size:85%;
	color:#000000;
	font-style:italic;
	padding-left: 5px;
}
h4 {
	font-size:100%;
	color:#000000;
}
h5 {
	font-size:85%;
	color:#000000;
	text-align:center;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left:2px;
	float: left;
	display:block;
	border:none;
}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 2px;
	float: right;
	display:block;
	border: none;
}
.style1 {
	color:#FFFFFF;
}
.mainbullets li {
	font-size:80%;
}
.sidebar {
	color:#000000;
	background-color:#e68c72;
}
.credits {
	font-size:60%;
	text-align:center;
	padding-top:5px;
}
