BODY {
  color: black; background-color:palegrey;
  background-image:url('images/gridgrey.png'); background-repeat:repeat;
}
P { text-align: left; }
DT { font-weight: bold; }
DD { margin-bottom: .5em; margin-left: 3em;}
LI { margin-bottom: .5em; }
/* tables */
TD { padding-left: .5em; }
TR.yellow TD, TD.yellow { background-color: yellow; }
TD.black, TR.black TD { background-color:black; color:yellow; text-align:center}

TEXTAREA { margin-top: 1em; color: black; background-color: #f5f5dc;
         padding-top: .5em; padding-left: .5em;
         padding-right: .3em; padding-bottom: .3em;
}
BODY {
font-family: Helvetica, Arial, sans-serif;
}
div.toc, span.toc, span.small { font-size: smaller;
letter-spacing: 0; word-spacing: 0; line-height:1.2em;
}
div.toc u li {
	font-size: smaller;
	line-height: 1.0em;
}
div.img, div.img p { text-align: center; font-weight:bold; }
P.center { text-align: center; font-style: italic; }
span.note { font-weight:bold; color:red; }
p.top { font-size: small; color: blue; }
a {
	text-decoration: none;
	color: blue;
}
p.larger {
	font-size: larger;
}
/***********************************
 *
 * Page Layout - Basic sections of the page
 *
 **********************************/

#main {
	padding-left: 20%;
padding-right: 2%;
}

#menu {
	background-color: rgb(127,63,63);
	color: yellow;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: .1em;
	padding-bottom: .1em;
	margin-top: 0;
	line-height: .5em;
	/* font-size: large; */
	font-weight: bold;
}
#menu a {
	color: yellow;
}
#menu p {
	text-align: center;
}

p.larger {
	font-size: larger;
}
p.trailer {
	font-size: smaller;
	background-color: black;
	color: white;
	padding-left: 3em;
	margin-left: -18%;
}

p.trailer a {
	color: yellow;
}
p.trailer2 {
	font-size: smaller;
	background-color: black;
	color: white;
	float: left;
	width: 40%;
}

#SMenu {
	top: 6em;
	width: 18%;
	left: 0;
	/***************
	background-color: pink;
	**********/
	position: fixed;
}
#SMenu ul {
	margin: 20px;
	padding: 0;
	list-style-type: none;
}
#SMenu ul li {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.0em;
	font-weight: bold;
}
#SMenu ul li a {
	color: blue;
}
div.w3c {
	margin-left: -9%;
}
p.w3c {
	margin-left: 40%;
}

/* home page */
tr.banner {
	background-color: black;
	color: white;
}
tr.banner a {
	color: yellow;
}
td.banner {
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}
span.larger {
	font-size: large;
}
div.banner p {
	text-align: center;
}
