body {

font-family: Verdana, Helvetica, sans-serif;

font-size: 1em;

text-align: left;

}
/* The next two bits of code from http://www.sitepoint.com/article/header-images-css-xhtml (site has popups) */
#top, #top span { width: 800px; height: 170px;
background-image: url(images/topchip.gif);
background-repeat: no-repeat; }

#top span { margin-bottom: -75px; }
h1 span {
 display: block;
 position: relative;
 z-index: 1; 
}

/* Following bit of code from http://www.exploding-boy.com/images/banners/banners.html */
 #topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 248px;
width: 230px;
background: url(images/smalleaves.png) no-repeat;
text-indent: -999em;
text-decoration: none;}

 #rightapple {
float: right;
display: block;
height: 100px;
width: 107px;
background: url(images/applesmall.JPG) no-repeat;
text-indent: -999em;
text-decoration: none;
vertical-align:text-bottom; }

#leftapple {
float: left;
display: block;
height: 100px;
width: 107px;
background: url(images/applesmall.JPG) no-repeat;
text-indent: -999em;
text-decoration: none;}


h1 {

font-family: Verdana, Helvetica, sans-serif;

font-size: 1.5em;

text-align: justify;

}


h2 {

font-family: Verdana, Helvetica, sans-serif;

font-size: 1.25em;

text-align: justify;

}

.chipred {
	color: #FF0000;
	background-color: #FFFFFF;
}

.endnav	{font-size: 0.75em;
	text-align: center;
	}

#leftcontent {	float:left;
		width:20%;
		background-color: #FFFFFF;
		color: #000000;
		border-right:2px;
		border-bottom:1px;
		margin-right:5px;
		padding-bottom:10px;
				}

#rightcontent { float:right;
		width:75%;
		background-color: #FFFFFF;
		color: #000000;
		border-right:2px;
		border-bottom:2px;
		padding-bottom:20px;
		}

#addressa	{ float:left;
		width:45%;
		border:5px
				}

#addressb	{ float:right;
		width:45%;
		border:5px	
		}

div#leftcontent img {height: 7%; width: 200px;  border-width: 0; background-color: #d3f8aa; color: #33FFFF;}
div#leftcontent a:hover img {background-color: #aad967; color: #000000;}
div#leftcontent a:hover {background-color: #FF9; color:#3300FF;}
div#leftcontent a {background-color: #ecfffd; color:#3300FF;}

ul {	float:left;
	font-size:1em;	
	padding:0;
	margin:1em;
		}

li {	margin:0.5em;}
