@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 

This information must be adjusted to stretch the background image for the left menu bar the full length of the body. 
.twoColHybLtHdr {
}
.twoColHybLtHdr #container {
	background-image: url(../images/subnavbg_green.png); /*Everything else is defined in Master.css */
}
.twoColHybLtHdr #mainContent { 
	background: url("../images/page_bg.png") center top repeat-y;
/*	padding: 0;
	border: 0;
	margin: 0; /* all defined in Master.css */
}

This is the initial CSS for the main body of all SLC pages
.mainBody { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18pt;
	background-color: #FFFFFF;
	margin: 0 1em;
	border: 0;
	padding: 0;
}
/* This will allow for the hiding of any Nav Links on the side bar.
Copy the appropriate section to the CSS for the specific page, and instert "display: none" */
#sidebar1 {
}
#sidebar1 #HomeLink {
}
