body
	{
	background: DarkRed url('Page_Background.jpg') no-repeat fixed topleft; 
	font-family: Optimum, Optim, Tahoma, Arial Narrow, Arial;
	background-size: 100%;
	color: #000000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center
	}
	
#PageBody
	{
	width: 798px;
	xxmargin-left: auto;
	xxmargin-right: auto;
	text-align: left;
	}

#PageBanner
	{
	}
	
#PageNavigation
	{
	background: BlanchedAlmond;
	margin-right: 20px;
	padding: 20px;
	border: thin solid olive;
	width: 100px;
	}
	
#PageContent
	{
	background: white;
	padding: 20px;
	width: 400px;
	border: thin solid olive; 
	text-align: center;
	}
	
#PageSidebar
	{
	background: wheat;
	width: 100px;
	border: thin solid olive; 
	padding: 10px;
	font-family: tahoma, arial;
	font-size: 10pt;
	}
	
#PageFooter
	{
	color: white;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	margin-top: 10px;
	text-align: center;
	}
	
#Content
	{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	

a:link
{
	color: rgb(0,0,102); 
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255);
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(204,153,0);
}
h2
{
	color: rgb(51,102,51); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
}

li
	{ 
	margin-bottom: 12pt;
	}
	
pre.dos
	{
	align: center;
	background: Black;
	color: LightGreen;
	display: block;
	position: relative;
	left: 5%;
	width: 80%;
	font-family: "Lucida Console", Monaco, monospace, Courier;
	font-size: 80%;
	font-weight: bold;
 	margin-bottom: 9px; 
	padding: 9px 18px;
	box-shadow: 10px 10px 10 #204060;
	}