blockquote{border-color: #777;}

h1, .sidebarproj h3
{ background: #990000;
  color: #F5F6F0;
}

body{background: #white;}

#main{background: #white;}

#header
{ background: #DEE6EF;
  color: #777;
  border-top-color: #990000;
  border-left-color: #990000;
  border-right-color: #990000;
  border-bottom-color: #990000;
}

.headeritem
{ background: #DEE6EF;
  background-color: #DEE6EF;
  color: #DEE6EF;
} 

#logo, #logo h1
{ background: transparent;
  color: #777;
}

#menu
{ background: #white;
  color: #F5F6F0;

}

#left_sidebar, #content, #right_sidebar
{ background: #white;
  color: #000;
}

.sidebar, .sidebarproj, .contproj 
{ border-top-color: #990000;
  border-left-color: #990000;
  border-right-color: #990000;
  border-bottom-color: #990000;
}

.sidebar a, .sidebar a:visited, #address a, #address a:visited, .sidebarproj a
{ background: transparent;
  color: #003399 ;
  text-decoration: none; 
}

.sidebar a:hover, #address a:hover, .sidebarproj a:hover
{ background: transparent;
  color: #777;
}
 
/* 
 A:link {
	text-decoration: none; 
	color:#457AA5;
	}
A:visited {
	text-decoration: none; 
	color:#457AA5;
	}
A:active {
	text-decoration: none;
	}
A:hover {
	color:gray;
	}
*/ 
 
.sidebaritem, .sidebaritem_proj
{ background: #DEE6EF;
  color: #000;
} 

.sbilinks li a, .sbilinks li a:visited
{ background: url('arrow.png') no-repeat left center;
  color: #555
} 

.sbilinks li a:hover
{ background: url('arrow_select.png') no-repeat left center;
  color: #555
} 

#content a
{ background: transparent;
  color: #F06B00;
}

#content a:hover
{ background: #white;
  color: #777;
}

#footer
{ background: #white;
  color: #white;
  border-color: #3399FF
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #414141;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #F5F6F0;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #DEE6EF;}
