blockquote{border-color: #E5E5F1;}

h1
{ background: transparent;
  color: #2D2F91;
}

body{
	background: #555 url(pattern.png) repeat;
}

a:LINK, a:VISITED {
	color: #2D2F91;
	background-color: transparent;
	text-decoration: none;
}

a:HOVER {
	color: #525252;
	background-color: #E5E5F1;
	text-decoration: underline;
}

a:ACTIVE {
	color: #F00;
}

#main{
	background: #F5F6F0;
}

#header
{
	background: #FFF url(img1.jpg) no-repeat 671px center;
	color: #777;
	height: 130px;
	padding: 0;
}

#header h1 {
	width: 600px;
	height: 130px;
	text-indent: -9999px;
	background: transparent url(headerlogo.gif) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu
{ background: #898867 url(menu.png);
  color: #F5F6F0;
  border-color: #EEE;
}

#menu li a
{ background: transparent;
  color: #F5F6F0;
  border-color: #989898;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #898867 url(menu_hover.png);
  color: #F5F6F0;
  border-color: #989898;
}

#left_sidebar, #content, #right_sidebar
{ background: #F5F6F0;
  color: #777;
}

.sidebaritem
{ background: #E5E5F1;
  color: #555;
} 

.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;
} 
/*
#content a, #content a:VISITED
{ background: transparent;
  color: #2D2F91;
}

#content a:HOVER {
	background-color: #FFF;
}
*/
#footer
{ background: #E5E5F1 url(footer.png) repeat-x;
  color: #414141;
  border-color: #6D913D;
}
/*
#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: #E5E5F1;}

/* navcolumn buttons */

#navlist a {
	color: #F5F6F0;
	background-color: #748AC4;
	border-right-color: #2D3090;
	border-bottom-color: #2D3090;
	border-top-color: #D7E5FF;
}

#navlist a:hover {
	color: #F5F6F0;
	background-color: #2D3090;
}

#navlist ul a {
	color: #2D3090;
	background-color: #E5E5F1;
}

#navlist ul a:hover {
	color: #F5F6F0;
	background-color: #2D3090;
}