﻿/*events*/

#ParticipantLeftContent
{
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
}

#ParticipantRightContent
{	
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
}

#ParticipantBlurb
{ 
	font-size: 10pt;
	font-family: Arial, Tahoma;
	color: black;
	text-align: justify;

}			  		 			

#ParticipantBlurb a
{ 
	color: Black; 
	text-decoration: underline;
	font-family: Comic Sans MS;
}	

#ParticipantBlurb a:hover
{ 
	text-decoration: underline;
}

.ParticipantPanel
{
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
	font-size: 10pt;
	width: 550px; 
	margin: 0 auto; 
	margin-top: 15px;	
}

.SponsorPanel
{
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	font-size: 10pt;
	width: 550px; 
	margin: 0 auto; 
	margin-top: 15px;
}

.ContribTitle
{
	font-family: Arial, Verdana, Tahoma; 
	font-weight: bold; 
	font-size: 12pt;
	width: 250px;
	border: solid 1px black;
	background-color: Gray;
}

.SponsorName
{
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: text-top;
}

.SponsorInfo
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;	
}