@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_yellow.png); /*Everything else 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{
}
#sidebar1 #CESFHomeLink{
}
#sidebar1 #CESFBoardLink{
}
#sidebar1 #CESFDonateLink{
}
#sidebar1 #CESFVisionLink{
}
#sidebar1 #CESFMissionLink{
}
#sidebar1 #CESFApplicationsLink{
}
#sidebar1 #CESFScholarshipLink{
}
#sidebar1 #CESFCancerAssistanceLink{
}
#sidebar1 #CESFCharitiesLink{
}
#sidebar1 #CESFAuditLink{
}
#sidebar1 #LinkSpacer{
}
#sidebar1 #HistoryLink{
}
#sidebar1 #VisionStatementLink{
}
#sidebar1 #GrandChapterLink{
}
#sidebar1 #ContactLink{
}
#sidebar1 #FoundationLink{
}
#sidebar1 #SLCLink{
}
#sidebar1 #GGCLink{
}
#sidebar1 #GCWeekLink{
}
#sidebar1 #CalStarNewsLink{
}

