div.logo { float: left; width: 168px; }

.welcome { float: left; width: 390px; }

#contents .welcome h2 { color: #014584; margin: 0; padding: 0; font-size: 24px; font-weight: bold; }
#contents .welcome p { color: #1a65b3; margin: 4px 0 10px; font-size: 16px; font-weight: bold; }
#contents .welcome ul { margin: 0; padding: 0; }
#contents .welcome ul li { list-style: none; color: #575757; }


/* News */

#contents ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0 0 20px 12px;
	display: inline;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional styles for appearance */
	width: 518px;
	padding: 10px;
	float: left;
	clear: both;
	height: 171px; /* height should be included to reserve visual space for the marquee */
	background-color: #fff;
	border: 1px solid #999;
}

#contents ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	width: 508px;
	margin: 10px 0 0 10px;
	/* optional styles for appearance */
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
}

#contents .last h2.lastestnews {
	color: #fff;
	float: left;
	height: 20px;
	padding: 5px 0 0 20px;
	width: 532px;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/bg_h2.gif) no-repeat scroll 12px 0;
}

#contents ul.marquee .header { background: url(../images/bg_h3_carrusel.gif) 0 0 repeat-x #2c93da; width: 100%; float: left; margin: 0 0 10px;  }
#contents ul.marquee .header h3 { float: left; padding: 3px 0 0 10px; margin: 0; font-size: 11px; font-weight: bold; width: 75%; }
#contents ul.marquee .header h3 a { text-decoration: none; color: #fff; font-weight: bold; }
#contents ul.marquee .header .date { width: 15%; float: right; color: #fff; font-size: 10px; margin: 7px 0 0; text-align: right; padding: 0 8px 0 0; }

#contents ul.marquee div.picture { float: left; margin: 0 10px 10px 0; }
#contents ul.marquee div.picture img { border: 1px solid #999; padding: 1px; }

#contents ul.marquee div.more_info { font-weight: bold; text-decoration: underline; color: #22539E; }