html{height: 100%;}

body
{
	background: #27374d;
	color: #70695A;
}

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

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

/* this is the top links text */
#links, #footer, #search, #menu, #menu li a
{
	background: #FFFFFF url(./style/menu.png);
	color: #FFF;
	border-color: #D7D7D7;
}

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

#logo
{
	background: #FFFFFF url(./style/logo.jpg) no-repeat;
	color: #039;
}

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

/* this is the breadcrumb text */
h1, #column2 h1
{
	background: transparent;
	color: #811;
	border-color: #CCC;
}

/* this is the top links text on hover */
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
	background: #FFFFFF url(./style/menu_hover.png);
	color: #07366C;
} 

/* this is body text */
#content, #column2 a, #column2 a:hover
{
	background: transparent;
	color: #333;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{
	background: transparent;
	color: #3E5974;
}

.sbihead
{
	background: #FFFFFF url(./style/sbi_header.png);
	color: #05346C;
}

.sbihead h1
{
	background: transparent;
	color: #FC0;
}

.sbilinks li a
{
	background: #FFFFFF url(./style/link.png);
	color: #FFF;
	font-weight: normal;
	background-color: #415F81;
} 

.sbilinks li a:hover
{
	background: #FFFFFF url(./style/link_hover.png);
	color: #036;
} 
/* form outlines */
input, textarea
{
	background: #FFFFFF;
	color: #000;
	border: 1px solid #A7BBCB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
