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

.content .subhead
{
	color:#1e5572;;
}

.twoColumn
{
	float:left;
}

/* LEFT COLUMN */
	
.leftSidebar
{
	width:150px;
	float:left;
}

/* RIGHT COLUMN */
.rightColumn
{
	width:630px;
	float:left;
	margin-top:5px;
	margin-bottom:100px;
	padding-bottom:100px;
	padding-left:15px;
	padding-top:10px;
	background-color:#266e94;
	color:#ffffff
}

.rightColumn strong
{
	font-weight:bold;
}

.rightColumn .textColumn1
{
	float:left;
	width:300px;
	margin-top:30px;
}

.rightColumn .textColumn1 ul
{
	list-style-type:none;
}

.rightColumn .textColumn1 li
{
	margin-bottom:.5em
}
/*
.rightColumn .textColumn2
{
    float:left;
	width: 165px;
	margin-left:15px;
	margin-top:30px;
}

* html .rightColumn .textColumn2
	{
	display:inline; // fix IE double margin bug
	}
*/

.rightColumn .imageBlock
{
	position:relative;
	float:left
}

.rightColumn #speakerImg
{
	position:absolute;
	top:40px;
	left:15px;
	z-index:10
}

.rightColumn #speakerBackground
{
	position:relative;
	top:15px;
	left:35px;
	z-index:5
}


/* FOOTER */

.footer
{
	padding: 4px;
	color: #DDD;
	font-size:small;
	background:#266e94;
	background-color: #266e94;
	width:792px;
	clear:both;
}

.footer a
{
	color: #fff
}
