body 
{
padding: 10px;
font-family: sans-serif;
font-size: 12pt;
}

div.header
{
position: absolute;
top: 0px;
left: 160px;
background-color:#ffffff;
width:640px;
height:240px;
overflow: auto
}

div.menu
{
position: absolute;
top: 0px;
left: 0px;
color: white;
background-color:#777777;
width: 160px;
height: 2048px;
padding: 10px;
padding-top: 160px;
overflow: auto;
}

div.body
{
position: absolute;
top: 120px;
left: 160px;
background-color:#ffffff;
width:640px;
height:2048px;
overflow: auto;
}

hr 
{
color: sienna
}

b
{
indent: 5px;
}

h1 
{
border-bottom-style: solid;
}

h2 
{
margin-left: 10px;
margin-right: 10px;
}

h3 
{
margin-left: 10px;
margin-right: 10px;
}

h4 
{
margin-left: 10px;
margin-right: 10px;
}

img {
margin-left: 10px;
margin-right: 10px;
}

p 
{
margin-left: 10px;
margin-right: 10px;
}

p.standard {
border-left-style: solid;
border-left-color: #00ff00;
}

p.tip1
{
border: thin solid rgb(200,200,200);
}

p.tip2 
{
border-style: solid;
border-width: 1px 1px 1px 10px;
border-left-color: #ff0000;
}

p.uppercase 
{
text-transform: uppercase;
}

p.lowercase 
{
text-transform: lowercase;
}

p.capitalize 
{
text-transform: capitalize;
}

#navlist {
	font: normal;
	position: relative;
	left: 0px;
	top: 5px;
	width: 150px;
	text-decoration: none;
}

#navlist ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase; 
	cursor: pointer; 
	color: #ffffff; 
}

#navlist li {
	margin: 0px 0px 4px 0px;
	padding-top: 5px
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 5px;
}

#navlist a {
	display: block;
	padding: 1px 1px 1px 5px;
	border: 1px solid;
	border-color: #777777;
	width: 140px;
	text-decoration: none; /* */
}

#navlist a:link 
{
	color: white;
}

#navlist a:visited 
{
	color: white;
}

#navlist a:hover    
{
	color: wheat;
}

#navlist a:active
{
	color: white;
}


table.after
{ 
page-break-after: always
}

table.before
{ 
page-break-before: always
}
