@charset "utf-8";

/* CSS Document */



.content .subhead

{

	color:#1e5572;

	font-weight:bold;

}



.twoColumn

{

	float:left;

}



/* LEFT COLUMN */

	

.leftColumn

{

	padding:15px;

	width:45px;

	float:left;

}



/* RIGHT COLUMN */

.rightColumn

{

	width:700px;

	float:left;

	padding-top: 15px;

	padding-right: 0px;

	padding-bottom: 5px;

	padding-left: 15px;

}



.rightColumn strong

{

	color:#ffffff;

}



.rightColumn .introBlock

{

	float:left;

	width:670px;

	padding:10px;

	border::none;

	background-color:#266e94;

	color:#fff;

}



// IE hack since it won't support margins on boxes

.rightColumn .bigBlankBox

{

	padding:10px;

	background-color:#e6e6e6;

	line-height:20px;

	margin-top:70px;

}



.rightColumn .introBlock strong

{

	font-size:100%;

	font-weight:bold;

	color:#fff;

}



.rightColumn .smallBox

{

	padding:10px;

	background-color:#bcd7e0;

	margin-top:40px;

}



// IE hack since it won't support margins on boxes

.rightColumn .blankBox

{

	padding:10px;

	background-color:#e6e6e6;

	margin-top:40px;

}



.rightColumn .textColumns

{

	float:left;

	padding-top:10px;

}



.rightColumn .textColumns strong

{

	color:#1e5572;

}

.rightColumn .textColumns a
{
	color:blue;
}

.rightColumn .textColumns .textColumn1

{

	float:left;

	width:330px;

}



.rightColumn .textColumns .textColumn2

{

    float:left;

	width: 335px;

	margin-left:15px;

}



* html .rightColumn .textColumns .textColumn2

{

	display:inline; // Fix IE 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;

	background:#266e94;

	background-color: #266e94;

	width:792px;

	clear:both;

}



.footer a

{

	color: #fff

}



