
h1
{ background: transparent;
  color: #4ae4f2;
}

body, #main, #logo, #logo h1, #content,#content a:hover
{ background: #6e97cf;
  color: #EEE;
}

#menu, #menu li a, .sidebaritem
{ background: #000098;
  color: #EEE;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #000098;
  color: #4ae4f2;
  border-color: #B1BCA4;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
  color: #EEE;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #EEE;
} 

#content a
{ background: transparent;
  color: #000098;
}
#content h1 
{ color: #000;
}
#footer
{ background: #000098;
  color: #EEE;
  border-color: #4ae4f2;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #EEE;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{background: #444;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #555;}
