#HouseMenuNavItemHome a
{
	background-image: url(images/menu_red.jpg);
	background-repeat: repeat-x;
	height: 96px;
}


/* */

.msg_list
{
	margin: 0px;
	padding: 0px;
	width: 1010px;
	background-color: #FFFFFF;
}
.msg_head
{
	cursor: pointer;
	position: relative;
	background-color: #FFFFFF;
	margin-left: 715px;
	background-image: url(images/quicklinks_but.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 273px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.msg_head:hover {
	
	background-image: url(images/quicklinks_but_over.png);

}
.msg_body
{
	padding: 10px;
	background-color: #CCCCCC;
	color: #ffffff;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
}
.msg_body a
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.msg_body a:hover
{
	text-decoration: underline;
}
.msg_body h3
{
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
/**/

#LiveFeed-Left
{
	float: left;
	width:457px; 
	padding-right: 5px;
	text-align:left;
	overflow:hidden;	
}
#LiveFeed-Right
{
	float: right;
	width:456px; 
	padding-left: 5px;
	text-align:left;
	overflow:hidden;	
}

#LiveFeed-Left h3 a, #LiveFeed-Right h3 a
{
	color: #333333;
	font-size: 28px;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
	font-style: normal;
	font-weight: normal;
}

#LiveFeed-Left h3 a:hover, #LiveFeed-Right h3 a:hover
{
	text-decoration: none;
