div.flash {
	margin-bottom: 15px;
}

/* MAIN LEFT COLUMN ---------------------------*/
ul.mainblue {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #ccdce5;
}

ul.mainblue li {
	padding: 3px;
}

ul.mainblue li.title {
	background: #adc7d5;
}


ul.mainblue li img.img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
}

ul.mainblue li a:hover img.img {
	border: 1px solid #0249a9;
}


/* MAIN RIGHT COLUMN ---------------------------*/
ul.maingold {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #fbf1ca;
}

ul.maingold li,
ul.maingold_green li {
	padding: 3px;
}

ul.maingold li.title {
	background: #f6e194;
}

ul.maingold li img.img,
ul.maingold_green li img.img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
}

ul.maingold li a:hover img.img,
ul.maingold_green li a:hover img.img {
	border: 1px solid #eea423;
}

ul.maingold_green {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #E8FFCC;
}

ul.maingold_green li.title {
	background: #B6DF85;
}

/* GENERAL STYLES for BOTH COLUMNS ---------------------*/

ul.maingold li.title a:link,
ul.mainlright li.title a:visited,
ul.mainblue li.title a:link,
ul.mainblue li.title a:visited,
ul.maingold_green li.title a:visited,
ul.maingold_green li.title a:link {
	color: #333;
	text-decoration: none;
}

ul.maingold li.title a:hover,
ul.mainblue li.title a:hover,
ul.maingold_green li.title a:hover  {
	text-decoration: underline;
}

div.footer_blue{
	margin-top: 5px;
	text-align: right;
	background: url(img/footer_blue.jpg) no-repeat;
	width: 322px;
	height: 22px;
	color: #fff;
	padding-top: 3px;
}

div.footer_gold{
	margin-top: 5px;
	text-align: right;
	background: url(img/footer_gold.jpg) no-repeat;
	width: 322px;
	height: 22px;
	color: #fff;
	padding-top: 3px;
}

div.footer_blue a:link,
div.footer_blue a:visited,
div.footer_gold a:link,
div.footer_gold a:visited,
div.footer_green a:link,
div.footer_green a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

div.footer_blue a:hover,
div.footer_gold a:hover,
div.footer_green a:hover {
	text-decoration: underline;
}

div.footer_green{
	margin-top: 5px;
	text-align: right;
	background: url(img/footer_green.jpg) no-repeat;
	width: 322px;
	height: 22px;
	color: #fff;
	padding-top: 3px;
}


/* OTHER NEWS (regular gold box section) ---------------------------*/
ul.regular_goldbox {
	margin: 0;
	padding: 0;
	background: #FBF1CA;
}

ul.regular_goldbox li {
	list-style-image: url(img/gold_list.gif);
	margin: 5px 0 5px 25px;
}

ul.regular_goldbox li.footer {
	background-color: #F6E194;
	height: 18px;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	
	
}

ul.regular_goldbox li.title {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	background: #F6E194;
	padding: 3px;
	margin: 0;
}

ul.regular_goldbox li a:link,
ul.regular_goldbox li a:visited,
ul.regular_goldbox li.title a:link,
ul.regular_goldbox li.title a:visited {
	font-weight: bold;
	display: block;
	color: #333;
	text-decoration: none;
}

ul.regular_goldbox li a:hover {
	text-decoration: underline;
}
