@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_blue.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 GCC 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 #GCCHomeLink {
}
#sidebar1 #HistoryLink {
}
#sidebar1 #GCCFAQLink {
}
#sidebar1 #VisionStatementLink {
}
#sidebar1 #GCCContactLink {
}
#sidebar1 #GCCFormsLink {
}
#sidebar1 #GCCChaptersLink {
}
#sidebar1 #GCCFestivalLink {
}
#sidebar1 #GCWeekLink {
}
#sidebar1 #GCCProjectsLink {
}
#sidebar1 #GCCTravelsLink {
}
#sidebar1 #GCCWeCareLink {
}
#sidebar1 #GCCAuditLink {
}
#sidebar1 #LinkSpacer {
}
