table
{
	border-collapse:separate;
	border-spacing:1px;
}

html, body{
/*	position:relative;*/
	height: 95%;
	font:normal 11px Arial;
	min-width:960px;
}


#page{
	/*position:relative;*/
	/*height:100%;*/
}

#header{
	background-color:white;
	position:fixed;
	z-index:10;
	height: 93px;
	left:0;
	right:0;
	top:0;
}

#header_banner
{
  width:100%;
  margin:0px;
  text-align:left;
}

#header_banner td.left
{
  text-align:left;
  padding-left:40px;
}
#header_banner td.right
{
  text-align:right;
  padding-right:40px;
}

.instruction
{
	text-align:right;
	text-decoration:underline;
	color:#999999;
}

#mainmenu
{
	font-size: 13px;	
	height: 25px;
	padding-top:0px;
	padding-bottom:4px;

}

#mainmenu ul
{
	float:left;
	margin-bottom:3px;
	margin-top:6px;

}

#mainmenu ul li
{
	padding-right: 10px;
	padding-left: 5px;
	
}

#secondary_menu a
{
	text-decoration: none;
	color:black;
}


#content{
	background-color:transparent;
	position:relative;
	padding:95px 40px 40px;
	background:white;
}

/*div.ajax_flash
{
  display:none; 
  position:relative;
  z-index:100;
  background-color: white; 
  width: 170px;
  font-size: 1.2em; 
  color: #999999; 
  padding: 2px;
  margin:10px;
  font-weight: bold; 
  border: 2px solid #999999;
  
}*/




#content h2
{
	margin:2px;
	font:normal 11pt Arial;
}


#content h2 span.place
{
	text-transform:uppercase;
	font-weight:bold;
}
#content h2 span.date
{
	font-weight:bold;
}
