@charset "UTF-8";
/* CSS Document */

#container_welcome {
	background: transparent url(/images/bg_welcome.png) repeat-y scroll 0 0;
	font: 8pt Geneva, Arial, Helvetica, sans-serif;
}

* html #container_welcome {
	width: 800px;
	height: 100%;
	behavior: url(/iepngfix/iepngfix.htc);
}

#splash {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 240px;
	background: transparent url(/images/bg_splash.jpg) repeat-x scroll 0 0;
	border: 0px solid blue;
}

#col_left {
	margin: 0;
	padding: 20px;
	width: 410px;
	float: left;
	color: #666;
	border: 0px solid blue;
	font-size: 10pt;
}

#col_left h1 {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #a22d32;
	font-weight: bold;
}

#col_left .bold {
	font-size: 10pt;
	font-weight: bold;
}

#col_right {
	margin: 0;
	padding: 0;
	width: 335px;
	float: right;
	/* background: transparent url(/images/bg_red.jpg); */
	font-size: 7pt;
	color: #fff;
	border: 0px solid green;
}

* html #col_right {
	margin-top: -3px;
}

#container_news {
	width: 295px;
	min-height: 280px;
	padding: 20px;
	background: transparent url(/images/bg_welcome_side.jpg);
}

* html #container_news {
	width: 335px;
	height: 300px;
	border: 0px solid yellow;
}

#col_right h1 {
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#col_right .article {
	margin-bottom: 20px;
}

#col_right a {
	display: block;
	color: #fff;
	text-decoration: underline;
}

#col_right a:hover {
	color: #e4e4e4;
	text-decoration: underline;
}

#col_right .date {
	font-weight: bold;
}