blockquote{
	border-color: #000080;
}

h1
{
	background: transparent;
	color: #E2E2E4;
}

body{
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(pattern.png);
	background-repeat: repeat;
}

#menu, #menu li a
{
	background: #FFFFFF;
	color: #000080;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	color: #333333;
	border-color: #FFFFFF;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{
	background: #FFFFFF;
	color: #333333;
}

.sidebaritem
{
	background: #FFFFFF;
	color: #999;
} 

.sbilinks li a, .sidebaritem a
{
	background: transparent url(arrow.png) no-repeat left center;
	color: #333333;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{
	background: transparent url(arrow_select.png) no-repeat left center;
	color: #FF6633;
} 

#content h1
{
	background: #FFF;
	color: #F63;
}

#content a
{
	background: transparent;
	color: #000080;
	text-decoration: underline;
}

#footer
{ background: transparent;
  color: #777777;
  border-color: #eaedf4;
}

#address, #footer a, #footer a:hover
{ background: transparent;
  color: #777777;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{
	background: transparent;
}
.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4{
	background: #EFEFEF;
}
.mtop, .mbottom{
	background: transparent;
}
.mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
.mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4{
	background: #EFEFEF;
}
#content a:hover {
	color: #FF7700;
	font-weight: normal;
}
.sidebaritem h1 {
	background: transparent;
	color: #FF6633;
}

