﻿/* Default the page background to the first background image */
#page {
	background: transparent none no-repeat;	
}

#content.pagearea,
#footer.pagearea {
	margin-left: 0px;	
	margin-right: 0px;
}

#mainmenu .menuitem a,
#mainmenu .menuitem.autofill {
	background-image: url('Images/Menus/menu_bkgd_white.png');
}

#mainmenu .menuitem.current {
	background-image: url('Images/Menus/menu_activebkgd_white.png');
}

#sitelogo {
	background-image: url('Images/Logos/logo_white.png');
}

#mainzone.single {
	width: 465px;
	padding-left: 15px;
	padding-right: 15px;
}

#leftzone {
	padding-right: 15px;
	width: 210px;
	border-right: 1px gray solid;
}

#rightzone {
	width: 210px;
	padding-left: 15px;
	border-left: 1px gray solid;
}

/* -- NEWS VIEWS -- */

.newssummary .news_title {
	font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.newssummary .news_articlesummary {
	padding-top: 5px;
	padding-bottom: 5px;
}

.newssummary a.morelink {
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.newslink {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

.newslink a {
	text-decoration: none;
	text-transform: none;
	font-size: 10px;
	font-weight:bold;
	
}

