BODY {
 color: black; background-color: white;
 font-family: Helvetica, Arial, sans-serif;
}
P { text-align: left; }
DT { font-weight: bold; }
DD { margin-bottom: .5em; margin-left: 3em;}
LI { margin-bottom: .5em; }
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;
}
P.center { text-align: center; font-style: italic; }
P.right { text-align: right; font-style: italic; }
P.note, 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;
}
p.indent {
	margin-left: 4em;
}

/***********************************
 *
 * Page Layout - Basic sections of the page
 *
 **********************************/

#Main {
	padding-left: 15%;
	padding-right: 10%
}

#beg {
	background-color: red;
	color: white;
	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: larger;
}
#beg a {
	color: yellow;
}
#beg p {
	text-align: center;
}

p.larger {
	font-size: larger;
}

p.trailer {
	font-size: smaller;
	background-color: black;
	color: white;
	text-align: center;
}

p.trailer a {
	color: yellow;
}

#SMenu {
	top: 12em;
	width: 18%;
	left: 0;
	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;
}

/* images */
div.image { float: left; margin: .5em; }
div.img, span.img { text-align: right; border: 0; }

IFRAME {
	background-color: white;
}

