body
{
	background-color: #F7F3D6;
	color: black;
}

a,
a:link,
a:visited
{
	color: black;
	font-weight: bold;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

#header
{
    border: 1px solid #F7F3D6;
}

#footer-ribbon
{
    background: #fefcef;
}

#footer-ribbon img
{
    display: none;
}

#footer-ribbon div
{
    color: white;
}

ul.bread_crumb
{
	background-color: #ebebeb;
	border: 1px solid white;
	background-image: none;
	padding-left: 4px;
}

#lang-switcher,
#lang-switcher a,
#lang-switcher a:link,
#lang-switcher a:visited,
#lang-switcher a:hover,
#lang-switcher a:active 
{
	color: black;
}


.fade-box
{
	background: none;
}

/* GENERAL  BOX WITH FOLDED BOTTOM CORNER*/
.folded-corner-box
{
	background-color: #ebebeb;
	border: 1px solid white;
}
/* NAV BAR */

ul.leftcol_sidebar
{
	background-color: #ebebeb;
	border: 1px solid white;
}

ul.leftcol_sidebar li
{
	border-top: 1px solid white;
}

ul.leftcol_sidebar li a:hover
{
	background-color: #eceada;
	text-decoration: none;
}

.bottom-folded-corner, .superflous
{
    display: none;	
}




