html{height: 100%;}

body
{ background: #6F7A86;
  color: #5A6370;
}

blockquote
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}

#main
{ background: #FFFFFF url(back.png) repeat-y;
  color: #5A6370;
}

#links
{ background: #FFFFFF url(menu.png);
  color: #FFFFFF;
  border-color: #D1D3D7;
}

#links a
{ background: transparent;
  color: #FFFFFF;
  text-decoration: none;    
}

#links a:hover
{ color: #FFFFFF;
  text-decoration:underline; 
}

#menu
{ background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#menu li a
{ background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

#menu li a: hover
{ background: transparent;
    color: #FFFFFF;
  text-decoration: underline;
}




#footer
{ background: #FFFFFF url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
} 

#footer a
{ background: transparent;
  color: #0000FF;
  text-decoration: none;    
}

#footer a:hover
{ background: transparent;
  color: #0000FF;
  text-decoration: underline;  
}

#logo
{ background: #FFFFFF url(logo2.jpg) no-repeat;
  color: #5A6370;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #FFFFFF;
}


#content
{ background: #000000;
  color: #5A6370;
}


#column2 
{ background: #FFFFFF;                   
}

#column2 a
{ color: #0000FF;
  text-decoration: none; 
}

#column2 a:hover
{ color: #0000FF;
  text-decoration: underline; 
}

.sidebaritem 
{ background: #D1D3D7;
  color: #484E56;                     
}

.sidebaritem a
{ color: #0000FF;
  text-decoration: none; 
}

.sidebaritem a:hover
{ color: #0000FF;
  text-decoration: underline; 
}


.sbihead
{ background:#FFFFFF url(sbi_header.png);
  color: #484E56;
}

.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbilinks li a
{ background: #D1D3D7;
  color: #0000FF;
} 

.sbilinks li a:hover
{ background: #D1D3D7;
  color: #0000FF;
  text-decoration: underline;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}