body {
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url("");
	background-color:  000000;
	/*css shorthand values: Top Right Bottom Left */
	margin: 25px 0 0 0;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	width: 0px;
	left: 0px;
	top: 0px;
	height: 10px;
}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 1px solid #000;
}

/*Navigation (left) Table Cell*/
#navCell {
	background-color: #000000;
	background-image:  url("");
	vertical-align: top;
	border-right: 0px solid #333333;
	font-size: 12px;
	color: #333333;
	/*/*/line-height: 2; /* */
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #000000;
	background-image:  url("");
	color: #ffffff;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
	line-height: 2;
	font-family: HelveticaNeue, Helvetica, sans-serif, Arial;
}
#mainCell a:link {
	color: #ffffff;
}
#mainCell a:visited {
	color: #33FF00;
}
#mainCell a:hover {
	color: #33FF00;
}

h1, h2 {
	margin: 0px;
	color: #333333;
	font-size: 18px;
}

classHeading {
	margin: 0px;
	color: #ffde9f;
	font-size: 18px;
	text-transform: bold;
}

classTime {
	margin: 0px;
	color: #ffde9f;
	font-size: 14px;
}

className {
	margin: 0px;
	color: #ffde9f;
	font-size: 14px;
}
classLevel {
	margin: 0px;
	color: #ffde9f;
	font-size: 14px;
}

clasTeacher {
	margin: 0px;
	color: #ffde9f;
	font-size: 14px;
}
/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #0000000;
	background-image:  url("");
	vertical-align: top;
	border-left: 0px solid #000000;
	font-size: 12px;
	color: #333333;
	/*/*/line-height: 2; /* */
}
#sidebar a:link {
	color: #333333;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #FFFFFF;
}

/* Footer Div */
#footer {
	padding: 16px 24px 16px 32px;
	font-size: 12px;
	letter-spacing: .5em;
	color: #999999;
}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #FFFFFF;
}
#p7TMctrl a:hover {
	color: #333333;
}

/*Top-level menuitem divs*/
/* sets a 3px bottom margin on top-level menu items*/
#p7TMnav div {
	margin: 0 0 3px 0;
}

/*Second-level menuitem divs*/
/* sets bottom margin back to zero*/
#p7TMnav div div {
	margin: 0 0 0 0;
}


/*third level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #fff;
	font-size: 14px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/font-size: 14px;
	background-color: #000;
	border: 0px solid #999;
	display: block;
	padding: 1px 8px 1px 16px;
	text-decoration: none; /* */	
}
#p7TMnav div a:hover {
	color: #999;
	background-color: #000;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	padding: 0 8px 0 16px;
}
#p7TMnav div div a:hover {
	color: #ffffff;
	background-color: #000;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	color: #fff;
	font-size: 11px;
}
#p7TMnav div div div a:hover {
	color: #FFF;
	background-color: #999;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url("p7co_plus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("p7co_minus.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image:    url("p7co_def.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image:     url("p7co_here.gif");
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.classTime {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 13px;
	color: ffde9f;
}
.classHeading {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: ffde9f;
}
.className {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 13px;
	color: ffde9f;
}
.schedule {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 13px;
	color: ffde9f;
}
.classTeacher {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 13px;
	color: ffde9f;
}
.levels {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 12px;
	color: #333333;
}
.scheduleHeading {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 14px;
	color: #ffde9f;
	font-weight: bold;
}
.scheduleItalic {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 12px;
	color: ffde9f;
	font-style: italic;
}
.scheduleHeading16 {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 16px;
	color: #ffde9f;
	font-weight: bold;
}
.style8 {
	font-size: 8px;
}
.6 {
	font-size: 6px;
}
.nancyNelsonText001 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	color: F3F3F4;
}
.nancyNelsonTextHeadersBrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: D9561E;
}
.nancyNelsonTextHeadersBrown a:link {
	color: #D9561E;
}
.nancyNelsonTextHeadersBrown a:visited {
	color: #D9561E;
}
.nancyNelsonTextHeadersBrown a:hover {
	color: #828D16;
}

.nancyNelsonTextHeadersBrown14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: D9561E;
}
.nancyNelsonTextHeadersGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: AEE94B;
}
.nancyNelsonTextHeadersGreen a:link {
	color: #AEE94B;
}
.nancyNelsonTextHeadersGreen a:visited {
	color: #AEE94B;
}
.nancyNelsonTextHeadersGreen a:hover {
	color: #828D16;
}

.nancyNelsonTextHeadersGreen14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: AEE94B;
}
