@charset "utf-8";
/* CSS Document */
div#banner
{
	background-image: url(../images/welcome.jpg);
	background-repeat:no-repeat;
	/* 363 54 */
	height: 54px;
}
/* Welcome */
div#welcome
{
	width: 585px;
	color: #8e8e8e;
	padding: 7px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
div#welcometext
{
	padding-top: 15px;
	height: 100px;
	overflow: hidden;
}
div#welcomemore 
{
	padding-top: 15px;
}
div#welcomemore a
{
	color: #048b9e;
	font-weight: bold;
}
/* Latest */
div#latestheader 
{
	color:#55CFE9;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	padding-top:15px;
}
div#latesttext 
{
	height:100px;
	overflow:hidden;
	padding-top:15px;
}
div#latesttext em
{
	color: #cbe82e;	
}
div#latestmore 
{
	padding-top:15px;
}
div#latestmore a 
{
	color:#048B9E;
	font-weight:bold;
}