@charset "utf-8";
/* CSS Document */

a img
{
	border:none;
}

.content .localnavbar
{
	text-align: right;
	margin-left:5px;
	width:789px;
}

.twoColumn
{
	float:left;
}

/* LEFT COLUMN */
	
.leftSidebar
{
	width:83px;
	float:left;
}

/* RIGHT COLUMN */
.rightColumn
{
	width:710px;
	float:left;
	margin-top:5px;
	padding-bottom: 20px;
	background-color:#266e94;

//	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:385px;
	margin-bottom:10px;
}

.rightColumn .textColumns .textColumn1 .smallBox
{
	padding:10px;
	padding-bottom:1px;
	background-color:#bcd7e0;
	margin-left:10px;
	margin-top:18px;
	width:355px;
}

.rightColumn .textColumns .headline
{
//	font-size:120%;
	font-weight:bold;
	color:#1e5572;
}

.rightColumn .textColumns .textColumn2
{
    float:left;
	width: 290px;
//	margin-top:5px;
	margin-left:8px;
	margin-bottom:10px;
}

* html .rightColumn .textColumns .textColumn2
	{
	display:inline; // fix IE double margin bug
	}

.rightColumn .textColumns .textColumn2 .smallBox
{
	padding:10px;
	padding-bottom:1px;
	background-color:#e6e6e6;
	margin-top:18px;
	width:280px;
}

/* FOOTER */

.footer
{
	padding: 4px;
	color: #DDD;
	font-size:small;
	background:#266e94;
	background-color: #266e94;
	width:792px;
	clear:both;
}

.footer a
{
	color: #fff
}
