body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin:0;
	padding:0;
	text-align:center;
	min-width:940px;
	background-color:#000000;
	color:#E8DCF4;
/*	background-image: url(BlueSmoke_19x19.jpg); */
/*	background-repeat:repeat; */
}

#Page {
	position:relative;
	text-align: left;
	width:940px;
	margin-left: auto;  
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}

.CenteringContainer {
	text-align:center;
}

.Centered {
	margin-left: auto;  
	margin-right: auto;
}

#ContentBox {
	position: relative;
	width:940px;
	margin: 0;
	padding: 0;
}

#BannerBox {
	font-family: "Times New Roman", Times, serif;
	color: #7ADBFE; /* SHADE light blue */
	width: 100%;
	border:none;
	position: relative;
	height: 225px;
	text-align:left;
	padding: 0;
	margin: 0;
	background-image:url(ShadeBanner_938x225.jpg);
	background-repeat:no-repeat;
}

#BannerImageBox {
	position: absolute;
	left:10px;
	top:10px;
}

#LoginBox {
	border:none;
	float:right;
}

#MenuBar 
{
	background-color: #E8DCF4; /* Melchi gray */  /* #118DB7;  SHADE dark blue */
	color: #000000;  /* black */
	text-decoration: none;
	border: none;
	font-family: arial,sans-serif;
	font-size: 11pt;
	font-weight:bolder;
	margin: 0;
	padding: 5px;
}

#MenuBar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#MenuBar li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#MenuBar a
{
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 10px 5px;
	text-decoration: none;
}

#MenuBar a:link, #MenuBar a:visited
{
	color: #000000;  /* black */
}

#MenuBar a:hover, #MenuBar a:active
{
	color: #118DB7;  /* SHADE dark blue */
}

#MenuBar .Highlighted a:link, #MenuBar .Highlighted a:visited, #MenuBar .Highlighted a:hover, #MenuBar .Highlighted a:active
{
	color: #000000;  /* black */
	text-decoration: underline;
}

#BodyBox {
	position: relative;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	
}

#FooterBox {
	background-color: #E8DCF4; /* Melchi gray */
	color: #000000;  /* black */
	width:100%; 
	text-align:center;
	font-size:16px;
	font-weight:bolder;
}

#BuyBookBox {
	float: right;
	width: 240px; 
	height: 131px; 
	text-align:center; 
	color: #7ADBFE; /* SHADE light blue */
}

.TitleBar {
	background-color: #118DB7; /* SHADE dark blue */
	color: #7ADBFE; /* SHADE light blue */
	font-size: 14pt;
	font-weight: bolder;
	width:100%; 
	height:35px; 
	text-align:center; 
	padding-top:15px;
}

.Box {
	background-color: #7ADBFE; /* SHADE light blue */
	color: #000000; /* black */
	font-size: 11pt;
	font-weight: bold;
	width:230px;
	padding:5px;
}

.Box a:link, .Box a:visited {
	color: #000000; /* black */
	text-decoration: none;
}

.Box a:hover {
	color: #118DB7; /* SHADE dark blue */
	text-decoration: underline;
}

.textfade {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 200px;
	background-color: #7ADBFE; /* SHADE light blue */
	font-weight:bold;
	padding:10px 10px 0px 10px;
}

#textfade1 {
	z-index:100;
}

.Clear {
    height: 0;
    clear: both;
    visibility: hidden;
}


img {
	border: 0px; 
}

table, tr, td {
	border:0;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	position:relative;
}

td {
	max-height: 1px;
	overflow: auto;
	top: 0px;	
}

.Panel {
	background-color:#DDCDE5;
	font-weight: bold;
	padding: 10px;
}

.Frame {
	margin-bottom: 10px;
}

hr {
	width: 100%;
	height: 1px;
	color: #E8DCF4; /* Melchi gray */
	background-color: #E8DCF4; /* Melchi gray */
	background-repeat: repeat-x;
	float:none;
	border: 0;
	margin: 15px 0px 15px 0px;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, sans-serif;
	color: #7ADBFE; /* SHADE light blue */
	font-weight: bolder; 
	margin: 12px 0px 5px 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 60px;
}

h2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	text-align:left;
}

