@charset "utf-8";
/* top elements */
* { padding: 0; margin: 0; }
body {
	background:url(../images/bgimprove.jpg);
	background-repeat:repeat-x;
}
.region {
	font-size: 1.4em; color: #CC0000;
	background-color:#FAFAFA;
	border-style:none;
	z-index:999;
}
/* links */
a { background: inherit; color: #CC0000; text-decoration: none; }
a:hover { background: inherit; color: #CC0000; text-decoration: underline; }
/* headers */
h1 { font-size: 1.4em; color: #CC0000; }
h3 { color:#CC0000; }
/***********************
	  LAYOUT
************************/
#header-content li a:hover {
	background: #CC0000;
}
#header-content li a#current  {
	background: #CC0000;
}
#sidebar ul.sidemenu a:hover {
	border-left: 5px solid  #CC0000;
	color: #CC0000;		
}
li {
color: #CC0000;
}
th {
	color:#CC0000;
}
