	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		color: #D4CDDC;
		}
		
	a:link {
	font-weight: bold;
	text-decoration: underline;
	color: Yellow;
}
	
	a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Yellow;
}
	
	a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
	ul.hap {
		list-style-image: url(ball.gif);
		margin: 20px;
		}
	
	li.hap li {
	padding: 10px;
}

	#centercontent {
	background:#000;
	margin-left: 199px;
	margin-right:199px;
	border:0px solid #FFF;
	/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0px;
	margin-right:130px;
		}
	html>body #centercontent {
	margin-left: 0px;
	margin-right:130px;
		}
		
	#centercontent h1 {
		float:left;
		font-size:20px;
		padding:0px 10px 0px 10px;
		margin:0px;
		color:#FFFFFF;
		}
		
	#centercontent h2 {
	float:right;
	font-size:20px;
	padding:20px 10px 0px 10px;
	margin:0px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: helvetica, arial, sans-serif;
		}
		
	#centercontent h3 {
		float:center;
		font-size:20px;
		padding:20px 10px 0px 10px;
		margin:0px;
		text-decoration: none;
		color:#FFFFFF;
		font-family: helvetica, arial, sans-serif;
		}
		
	#centercontent p {
		float:right;
		font-size:20px;
		padding:20px 10px 0px 10px;
		margin:0px;
		text-decoration: none;
		color:#FFFFFF;
		font-family: helvetica, arial, sans-serif;
		}

	#rightcontent {
	position: absolute;
	right:5px;
	top:160px;
	width:125px;
	background:#000000;
	border:0px solid #000;
	border-left: 1px solid #fff;
		}
	
	#banner {
	background:#000000;
	height:60px;
	padding: 0px 0px 5px 0px;
	border-bottom:4px solid #FFF;
	border-right:0px solid #000;
	border-left:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:115px;
	vertical-align: bottom;
	font-size: 12px;
	background-image: url(bannerback.jpg);
		}
	html>body #banner {
	height:130px;
		}

		#banner h1 {
		float:left;
		font-size:20px;
		padding:0px 10px 0px 10px;
		margin:0px;
		}
		
		#banner h2 {
		float:right;
		font-size:20px;
		padding:3px 10px 0px 10px;
		margin:0px;
		text-decoration: none;
		color:#FFFFFF;
		font-family: helvetica, arial, sans-serif;
		}
		
	#navigation {
	background:#000000;
	height:30px;
	border-top:0px solid #000;
	border-bottom:1px solid #FFF;
	font-family: sans-serif, arial, helvetica;
	font-weight: bold;
	font-size: 12px;
		}
		
	/*- Menu Tabs H--------------------------- */

    #tabsH {
	float:right;
	width:520px;
	font-size:100%;
	line-height:normal;
	vertical-align: top;
	height: auto;
	border-bottom: 1px solid #FFF;
      }
    #tabsH ul {
	margin:0;
	padding:5px 10px 0 20px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
	float:right;
	background:url("tableftH.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

	/*- End Menu Tabs H--------------------------- */
	
	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		font-size:20px;
		margin:0px;
		text-decoration: none;
		color:#FFFFFF;
		font-family: helvetica, arial, sans-serif;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px
		}
#sponsor {
	float:right;
	width:700px;
	font-size:100%;
	line-height:normal;
	vertical-align: middle;
	height: auto;
}
