html{height: 100%;}

body
{ background: #837560;
  color: #70695A;
}

blockquote
{ background: #E2DDB5;
  color: #70695A;
  border-color: #767676;
}

#main
{ background: #FFFFFF url(back.png) repeat-y;
  color: #70695A;
}

#links, #footer, #menu, #menu li a 
{ background: #FFFFFF url(menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#menu li ul li a							/*New Dropdown Menu style*/
{ background: #FFFFFF url(dropdownmenu_light.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
} 

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}

#logo
{ background: #E2DDB5;
  color: #70695A;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1, #column2 h1
{ background: #E2DDB5;
  color: rgb(48,153,106);
  border-color: #CAAE90;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #70695A;
}
/*{ background: #B7B7B7;
  color: rgb(48,153,106);
}
    Another solution for menu hover - background grey, text green*/
	
#content, #column2 a, #column2 a:hover
{ /* background: transparent; */
  color: #70695A;
}

/*Adds small icon to right of link*/
#column2 a[href $='.pdf'] 
{
 padding-right: 18px;
 background: transparent url(icon_pdf.gif) no-repeat center right;
}

#column2 a[href $='.doc'] 
{
 padding-right: 18px;
 background: transparent url(icon_doc.gif) no-repeat center right;
}

#column2 a[href $='.rtf'] 
{
 padding-right: 18px;
 background: transparent url(icon_doc.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
#column2 a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
#column2 a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(icon_popup.gif) no-repeat center right;
}

#column2 a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(icon_xls.gif) no-repeat center right;
}

#column2 a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(icon_external.gif) no-repeat center right;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ 
  color: #DBD7D1;
}

.sbihead
{ background: #FFFFFF url(sbi_header.png);
  color: #70695A;
}

.sbihead h1
{ background: transparent;
  color: #70695A;
}

.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #DBD7D1;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: rgb(48,153,106);
} 

input, textarea
{ background: #FFFFFF;
  color: #70695A;
  border-color: #CAAE90;
}


