@charset "utf-8";
/* CSS Document */

.content .subhead
{
	color:#1e5572;;
}

.twoColumn
{
	float:left;
}

/* LEFT COLUMN */
	
.leftSidebar
{
	width:121px;
	float:left;
}

/* RIGHT COLUMN */
.rightColumn
{
	width:670px;
	float:left;
	margin-top:5px;
	padding-top:10px;
}

.rightColumn a
{
	color:#09F;
}

.rightColumn strong
{
	font-weight:bold;
}

.rightColumn .headline
{
	font-weight:bold;
	font-size:large;
	color:#1e5572;
}

.rightColumn .textColumns
{
	float:left;
}

.rightColumn .textColumns .textColumn1
{
	float:left;
	width:340px;
	margin-top:5px;
	margin-bottom:30px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:10px;
	padding-top:10px;
	background-color:#bcd7e0;
}

.rightColumn .textColumns .headline
{
//	font-size:120%;
	font-weight:bold;
	color:#1e5572;
}

.rightColumn .textColumns .textColumn2
{
    float:left;
	width: 290px;
	margin-top:5px;
	margin-left:15px;
}

* html .rightColumn .textColumns .textColumn2
	{
	display:inline; // fix IE double margin bug
	}

.rightColumn .textColumns .eventsImg
{
	float:left;
	width:65px;
	margin-left:5px;
}

.rightColumn .textColumns .eventsText
{
	float:left;
	width:210px;
}

.rightColumn .welcomeImg
{
	float:right;
	padding-top:10px;
	width:490px;
}
/* FOOTER */

.footer
{
	padding: 4px;
	color: #DDD;
	font-size:small;
	background:#266e94;
	background-color: #266e94;
	width:792px;
	clear:both;
}

.footer a
{
	color: #fff
}
