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

a img
{
	border:none;
}

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

/*
.content a
{
	color:#266e94;
*/

}
.twoColumn
{
	float:left;
}

.twoColumn table
{
	border-collapse:collapse;
	margin-right:10px;
	margin-top:-10px;
}

.twoColumn td
{
	background-color:#bcd7e0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:3px;
}

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

/* RIGHT COLUMN */
.rightColumn
{
	width:640px;
	float:left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}

.rightColumn strong
{
	font-weight:bold;
//	color:#1e5572;
}

.rightColumn a
{
	color:blue;
}

.rightColumn .headline
{
	font-weight:bold;
	font-size:large;
	color:#1e5572;
}

.rightColumn .textColumns
{
	float:left;
}

.rightColumn .textColumns .textColumn1
{
	float:left;
	width:300px;
}

.rightColumn .textColumns .textColumn1 img
{
	margin-left:-60px;
	margin-top:20px;
}

.rightColumn .textColumns .headline
{
	font-size:120%;
	font-weight:bold;
	color:#1e5572;
}

.rightColumn .textColumns .textColumn2
{
    float:left;
	width: 325px;
	margin-left:15px;
}

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

/* FOOTER */

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

.footer a
{
	color: #fff
}
