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

h1, h2
{
    color: black;
}

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

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

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

#footer-ribbon
{
    background: #F7F3D6;
}

#footer-ribbon img
{
display: none;
}

#footer-ribbon div
{
    color: white;
}

#nav_col #top_box 
{ 
	background-color: #F7F3D6;
	color: black;
	border: 1px solid white;
}

#nav_col #top_box  h2
{
	color: black;
}

ul.bread_crumb
{
	padding: 2px;
	margin: 0;
	background-color: #EBEBEB;
	border: 1px solid white;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 4px;
}

ul.bread_crumb li
{
	color: #00FFF7;
}

#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, .folded-corner-box-wide
{
	background-color: #EBEBEB;
	border: 1px solid white;
}
/* NAV BAR */
ul.leftcol_sidebar
{
	background-color: #EBEBEB;
}

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

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

.panel-model-title 
{
    font-weight: bold;
    color: #9966a9;
}

#login-box
{
	background: none;
	color: black;
}

#register-box
{
	background: #F7F3D6;
	color: black;
}

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

ul.press-release-panel li.first-li
{
	background-color: #EBEBEB;
}

#admin-bar
{
	color: black;
	background: none;
}
    

