html {
	height: 100%;
}
body /* this defines the background color for your pages */ {
	background: #6F7A86;
	color: #5A6370;
}
/* You can add block quotes, in case you want them
blockquote
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}*/
#main /* white background color from header to footer, shadow effect image - defines page */ /* you can change the background image to back.png to have a gray background on the sidebar or you can edit back.png to whatever color you want */
 {
	background: #ffffff url(back2.png) repeat-y;
}
#column1 /* background color for entire sidebar */ {
	background-color: #7D97AE;
}
#links, #footer /* background color for top links (contact) and footer */ {
	background: #7D97AE;
	color: #FFFFFF;
}
#links a, #footer a, #links a:hover, #footer a:hover /* defines text color for top links (contact) and footer */ {
	background: transparent;
	color: #FFFFFF;
}
#splash /*this is where the header image goes*/ {
	background: #FFFFFF url(Header.jpg) no-repeat;
}
#splash h1 /*defines color of header text */ {
	background: transparent;
	color: #FFFFFF;
}
h1, #column2 h1 /*defines color of title text in the Main Column, border-color is the color for the underline */ {
	background: transparent;
	color: #1775D5;
	border-color: #89A9C7;
}
#content, #column2 a, #column2 a:hover /*defines color of text in both columns */ {
	background: transparent;
	color: #5A6370;
}
.sidebaritem, .sidebaritem a, .sidebaritem a:hover /*defines color of text in sidebar columns */ {
	background: transparent;
	color: #FFFFFF;
}
.sbihead /*defines color and background image of text in sidebar column header, background-color will load in case image takes too long */ {
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(sbi_header.png);
}
.sbihead h1 /*defines color of text in sidebar columns that have h1 specified */ {
	background: transparent;
	color: #FFFFFF;
}
.sbilinks li a /*defines color of text in sidebar links*/ {
	color: #FFFFFF;
	background-color: #7D97AE;
}
.sbilinks li a:hover /*defines text color and hover image in sidebar link, background-color will load in case image takes too long */ {
	background: #7D97AE;
	color: #333333;
	background-image: url(menu_hover.png);
}
