blockquote{border-color: #9b937d;}
/* this is dark red */
h1
{ background: transparent;
  color: #B1013A;
}
body{background: #FFF;}
/*body{background: #FFF url(pattern.png) repeat;} */

#logo, #logo h1
{ background: transparent;
  color: #000000;
}

#logotxt, #logotxt h1
{ background: transparent;
  color: #333333;
}
/* this is black */
#logotxt h2
{ background: transparent;
  color: #333333;
}

#menu, #menu li a
{ background: #9b937d;
  color: #F5F6F0;
}
/* this is bright green */
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #9b937d;
  color: #7FC00E;
  border-color: #B1BCA4;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{ background: #FFF;
  color: #413C39;
}
/* this background is light grey */
.sidebaritem
{ background: #dbd8b8;
  color: #555;
} 

.notebox1
{ background: #FFF;
  border: 2px;
  border-color: #B1013A;
}

.sbilinks li a, .sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
  color: #555;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
  color: #555;
} 
/* this is dark green */
#content h1
{ background: #FFF;
  color: #000000
}
/* this is dark red */
#content a
{ background: transparent;
  color: #B1013a;
}
/* this is dark grey */
#footer
{ background: transparent;
  color: #414141;
  border-color: #b1013a;
}
/* this is black */
#address
{ background: transparent;
  color: #777;
}
/* this is dark grey */
#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: #FFF;}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{background: #dbd8b8;}
.mtop, .mbottom{background: #FFF;}
.mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
.mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4{background: #9b937d;}
