@charset "UTF-8";
/* CSS Document */

.listDiv
{
	margin-top:10px;
	float:left;
	width:400px;
	min-height:200px;	
}

.listDiv ul li
{
	font-size:1.4em;
}

ul.normList li
{
	font-size:1.4em;
}

.clearFloats
{
	clear:both;	
}

.justifyer
{
	text-align:justify;	
}

.justifyer h1
{
	margin-top:-25px;
	font-size:1.2em;	
}

.smlText
{
	font-size:0.6em;
	font-weight:normal;	
}

.left
{
	width:30%;
	float:left;	
}

.right
{
	margin-left:31%;	
}

.eventHeading
{
	width:100%;
	float:left;	
}

.eventHeading h1
{
	font-size:2em;	
}

.centerText
{
	text-align:center;	
}

.right h3
{
	margin-top:-40px;	
}

.eventBody
{
	margin:0 auto;
	width:650px;	
}

.eventBody h2
{
	line-height:1.3em;	
	font-size:1.3em;
	text-align:left;
}

.eventBody h3
{
	line-height:1.5em;
	font-size:1.1em;
	margin-bottom:20px;	
}

.centerText p
{
	text-align:center;	
}

.vertList li
{
	list-style:inside;
	list-style-type:square;	
}

.vertList li a
{
	color:#00A4DB;
	font-size:1.2em!important;
}