@charset "utf-8";
/* CSS Document */

.content .subhead
{
	color:#1e5572;;
}

}
.twoColumn
{
	float:left;
}

/* LEFT COLUMN */
	
.leftColumn
{
	padding:15px;
	width:60px;
	float:left;
}

/* RIGHT COLUMN */
.rightColumn
{
	width:680px;
	float:left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.rightColumn strong
{
	font-weight:bold;
}

.rightColumn .introBlock
{
	float:left;
	padding:10px;
	border: none;
	background-color:#266e94;
	color:#fff;
	margin-top:10px;
	text-align:left;
}

.rightColumn .textColumns .introBlock .headline
{
	font-size:large;
	font-weight:bold;
	color:#ffffff;
}

.rightColumn .textColumns .introBlock strong
{
	font-weight:bold;
	font-size:inherit;
}

.rightColumn .smallBox
{
	padding:10px;
	background-color:#bcd7e0;
	margin-top:2px;
}

.rightColumn .smallBox strong
{
	color:#1e5572;
}

.rightColumn .textColumns
{
	float:left;
}

.rightColumn .textColumns .textColumn1
{
	float:left;
	width:390px;
}

.rightColumn .textColumns .headline
{
	font-size:120%;
	font-weight:bold;
	color:#1e5572;
}

.rightColumn .textColumns .textColumn2
{
    float:left;
	width: 270px;
	margin-left:15px;
}

* html .rightColumn .textColumns .textColumn2
	{
	display:inline; // fix IE double margin bug
	}

.rightColumn .textColumns .textColumn2 a
{
	color:#09F;
}

.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
}