body {
	background-color: #212D61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	overflow: auto;	
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	
}
.h2{font-family: "Comic Sans MS"; font-size: 16px;}
.h3{font-family: Arial, Helvetica, sans-serif; font-size: 16px;}

a.menu:link {
	font: 14px  "Comic Sans MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

a.menu:visited {
	font: 14px  "Comic Sans MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
a.menu:hover {
	font: 14px  "Comic Sans MS";
	color: #FF33CC;
	text-decoration: none;
	font-weight: bold;

}
a.menu:active {
	font: 14px  "Comic Sans MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #0080FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ed008c;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.pullquote {
	width: 60%;
	float:right;
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:160%;
	line-height:120%;
	margin:0px;
	padding:0px 0px 0px 0px;

}

.box{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:110%;
	line-height:110%;
	margin:5px;
	padding:0px 5px 5px 5px;
	border-style:solid;
	border-color: #00b1f8;
	border-width:thin;
}
div
{
	color:black;
}



.menuside
{
	float:left;
	color:black;
	font-family:"Comic Sans MS";
	width:200px;
	
}

.header
{
	color:Purple;
}

.attendee
{
}

.contact
{
}

.detail
{
}

.footer
{
	padding:0.5em;
	clear:left;
	
	width:100%
}

.container
{
	width:100%;	
}

.list
{
}


.popup
{
	color:Black;
	border-color:Navy;
	border-width:thin;
	display:block;
	top:100px;
	left:250px;
	position:absolute;	
}

#uniquename
   {
   display:block; 
   position: absolute;
left: 0px; top: 0px;
width: 100%; height: 150%;
overflow: scroll;
background-color: #666666; /* dark gray */
opacity: .7; filter: alpha(opacity=70); /* opacity: partly transparent */
z-index: 1000;
}

#dialogue
{
	position: absolute;
	margin-left: 175px;
	top: 100px;
	width: 450px;
	padding: 20px;
	background-color: #FFFFFF;
	

}