/* CSS Document */

		body {
		font-family: sans-serif;
		line-height: 14pt;
		font-size: 10pt;
		text-align:center;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: #ffffff;  /* peach color bkgd is #FFEDDA and white color bkgd is #ffffff */
		height:500px;
		}

	#indexframe {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: #FFEDDA;
		height:700px;
		}

	#eventframe {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: #FFEDDA;
		height:1100px;
		}
		
	#contentleft {
		width:400px;
		
		padding-left:0px;
		float:left;
		background:#ffffff;		/* peach color bkgd is #FFEDDA and white color bkgd is #ffffff */
		}
	
	#contentcenter {
		width:398px;
	
		padding:0px;
		float:left;
		background:#ffffff;		/* peach color bkgd is #FFEDDA and white color bkgd is #ffffff */
		border-bottom: 10pt;
		}
	
	#contentright {
		width:0px;
		padding:0px;
		float:left;
		background:#FFEDDA;
		}
	
	#contentheader {
		background:#778899
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px; }
		
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		background: #ffc422;	/* peach color bkgd is #FFEDDA and white color bkgd is #ffffff */
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	
	.bgtext {background-color: #ffd976; font-weight: bold; }
	.topbar { border-top: 4px dotted orange; }
	.botbar { border-bottom: 4px dotted orange; }
	
	table.upcoming {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: dashed dashed dashed dashed;
	border-color: orange orange orange orange;
	border-collapse: separate;
	}

	
	h3 { font-size: 10pt;
		font-weight: lighter;
		margin: 0px 10px 10px 10px; }
		
	
	
	.visibility { visibility:hidden; }
	
