﻿#alertDiv
{
	float: left;
	width: 230px;

}

.alertItem
{
	border: 1px solid #aaa;
	background-color: #dfdfdf;
	padding: 5px;	
	margin-bottom: 10px;
}

.alertItem .alertHeader
{
	background-color: White;
	padding: 3px;
	font-weight: bold;
}

.alertItem .alertBody
{
	margin-top: 5px;
	background-color: White;
	padding: 3px;
	
}

#newsDiv
{
	float: left;
	width: 575px;
	margin-left: 10px;
	
	
}