/* CSS Document */

div.homeLeft
{
	float:left;
	width:440px;
	margin-right:30px;
}

div.homeRight
{
	float:left;
	width:448px;
}

div.homeRight div.latestNews
{
	float:right;
	width:239px;
}

div.homeRight div.latestNews ul.latestNews
{
	list-style:none;
	padding:0px;
	margin:0px;
}

div.homeRight div.latestNews ul.latestNews li
{
	border-bottom:1px solid #042e47;
	
	background-color:#d6e6bf;
}

div.homeRight div.latestNews ul.latestNews li.title
{
	background-repeat:no-repeat;
	height:38px;
}

div.homeRight div.latestNews ul.latestNews li.main
{
	padding:7px;
}

div.latestNews ul.latestNews li.main a:link, div.latestNews ul.latestNews li.main a:visited
{
	color:#0f2749;
	text-decoration:none;
}

div.latestNews ul.latestNews li.main a:hover, div.latestNews ul.latestNews li.main a:active
{
	color:#00AEEF;
	text-decoration:none;
}