	body {
		color: black;
		font-weight: normal;
		font-family: Palatino, Bookman, Times, serif;
		}
	/* this next marker indents my first line of each paragraph */
	p {
		text-indent: 3%;
		}

	/* this code will set default link colors */
		a:link { color: white }
		a:hover {color: rgb(204, 102, 0) }
		a:visited {color: rgb(50, 50, 50) }

	/* h1 is going to be my big pull quote font */
	h1 {
		color: black;
		font-family: Palatino, Bookman, Times, serif;
		font-weight: normal;
		font-size: 150%;
		text-align: right;
		}

	/* h2 is my large sidebar links font */
	h2 {
		color: white;
		font-family: Palatino, Bookman, Times, serif;
		font-weight: bold;
		font-size: 125%;
		}

	/* h3 is my smaller sidebar links font */
	h3 {
		color: white;
		font-family: Palatino, Bookman, Times, serif;
		font-weight: normal;
		font-size: 100%;
		text-align: right;
		}

	/* Now I'm going to start the divisions for the various sections */
	#container {
		border: 1px solid gray;
		margin: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		}

	#banner {
		padding: 5px;
		margin-bottom: 2px;
		background-image: url(greyorange.gif);
		}

	#sidebar-a {
		float: left;
		width: 160px;
		\width: 162px;
		w\idth: 160px;
		height: auto;
		margin: 0;
		margin-right: 2px;
		padding: 5px;
		background-color: rgb(100, 100, 100);
		}

	#quotebar {
		padding: 5px;
		margin-left: 172px;
		height: 100px;
		background-color: rgb(204, 130, 15);
		}

	#sidebar-b {
		float: left;
		width: 150px;
		\width: 152px;
		w\idth: 150px;
		margin: 0;
		margin-right: 2px;
		margin-top: 2px;
		padding: 10px;
		padding-bottom: 15px;
		padding-top: 15px;
		background-color: rgb(145, 145, 145);
		height: 550px;
		}
		
	#content {
		padding: 15px;
		margin-left: 172px;
		margin-top: 2px;
		background-color: rgb(250, 150, 30);
		height: 550px;
		}

	#footer {
		clear: both;
		padding: 10px;
		margin-top: 0px;
		background-image: url(greyorange.gif);
		}