body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: black;
	text-align: center;
/* part 1 of 2 centering hack */
	}

#banner{
padding: -10px;
	margin-right: auto;
	margin-left: 20px; 
  width: 75%;
  height: 6em;
  list-style:none;
  font-weight:bold;
  background:url(../images/blue_lotus.png) no-repeat top left;
}
#contact{
padding: 0px;
	margin-left: 943px;
	  width: 1%;
     position:inherit; 
     top: 122px; 
     right: 1395px; 
     height: 25px;

	  }

a {
	text-decoration: none;
	color:  silver;
	font-size: 12px;
	outline: none;
	}
a.color{
color:blue;
}

a:visited {
	color:  #ccc;
	}
	
a:active {
	color:  blue;
	}
a:hover {
	color: white;
		font-weight: bold;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#main1{
    padding:45px;
	margin-top: 0.5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: black;
	text-align:left;
	width: 920px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 1000px;
	}
	
#content {
    padding:15px;
	margin-top: 0.5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: black;
	text-align:left;
		border: 1px solid #ccc;
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 670px;
	}
html>body #content {
	width: 970px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
