h2 {	
	color: dimGray /*dimGray*/ /* darkSlateGrey*/;
	background-color: white /*SteelBlue*/ /* darkSeaGreen */;
	border-top: solid;
	/* border-bottom: solid; */
	border-width: 1px;
	border-color: dimGrey;
	padding: 2px;
	}
h3 {	
	color: dimGray;
	background-color: Gainsboro /*cadetBlue */ /* darkSeaGreen */;
	padding: 2px;
	}
h4 {  	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: lightGrey;
	}

#all {	padding: 100;
	margin-left: 540;
	margin-right: 140;
	border-bottom: solid;
	border-width: 1px;
	border-color: dimGrey;
	}

#top {
	background-image:   url(images/backgroundColor.png);
			/* DarkCyan  #008B8B - must use image because
				the colors don't match right on IE */
	background-repeat: repeat;
	height:  85px;
	padding: 20px;

	border-bottom: solid;
	border-width: 1px;
	border-color: black;
	}

#strongtalk {
	float: left;
	}
#navigation {
	background-color: goldenrod;
	float: left;
	font-family: sans-serif;
	font-style: bold;
	width: 130px;
	padding:  20px;
	line-height: 1.8em;

	border-width: 1px;
	border-bottom: solid;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	border-color: dimGrey;
	}
#navigation a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
#navigation a:visited {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	}
#navigation a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#navigation a:active {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	}

#rest {
	font-family: sans-serif;
	font-size: .95em;
	margin-left: 171px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30;
	border-left: solid;
	border-width: 1px;
	border-color: grey;
	}
