html{height: 100%;}

body
{ background: url(dark_aluminium_background.gif);   /* BAckground Color for the Whole Page #6F7A86; */
  color: #5A6370;
}

blockquote
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}

#main
{ background: transparent;
  color: #5A6370; 
}

#links, #footer
{ background: url(back_left.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left top;
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#links_right, #footer_right
{ background: url(back_right_header.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: right top;
  color: #D1D3D7;
  border-color: #D7D7D7;
} 
/* { background: url(back_right_header.png) repeat-y right top;
  color: #D1D3D7;
  border-color: #D7D7D7;
} */

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}

#menu, #menu li a
/* { background: url(link.png) no-repeat;
  color: #D1D3D7;
  border-color: #D7D7D7;
}  */
{ background: url(menu.png);
  color: #D1D3D7;
  border-color: #D7D7D7;
}

#logo
{ background: #FFFFFF url(1st-seo-logo.png) no-repeat top left;
  color: #5A6370;
}

#logo_right
{ background: transparent url(logo_right.png) no-repeat top right;
  vertical-align: top;
  color: #5A6370;
}

#logo h1
{ background: transparent;
  color: #000000;  /* this is the text color */
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}

h2
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #484E56;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
  color: #5A6370;
}

#column2
{ 
 background: url(main_back_left_clear.png) repeat-y; /* transparent; */
} 

#column1  /* Right Sidebar */
{ 
 background: url(back_right_sidebar.png); /* Only does whats in the column */
 background-repeat: repeat-y; /* transparent; */
 background-color: transparent;
 background-position: right top;
} 

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{
  color: #D1D3D7; /* Controls Text Color in the Right Column or Sidebar */
}

.sbihead
{ background: #FFFFFF url(sbi_header.png);
  color: #484E56;
}

.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbilinks li a
{ background: #FFFFFF url(link.png);
  color: #D1D3D7;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #1775D5;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}
