body { 
	background: #666666;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.anchor {
	position: relative;
	top: -160px;
}

div.header {
	position: fixed;
	background: #ffffff;
	width: 700px;
	top: 0px;
	z-index: 2;
}

#mainWrapper {
	background: #ffffff;
	width: 700px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div.mainBody {
	background: #ffffff;
	width: 600px;
	top: 110px;
	bottom: 0px;
	position: relative;
	margin-left: 50px;
	margin-right: auto;
	font-family: Chalkboard, Comic Sans MS, sans-serif;
	font-size: 15px;
	text-align: justify;
	list-style-image: url('./images/arrow.gif');
	z-index: 1;
}

div.mainBody a {
	color: #000099;
	text-decoration: none;
}

div.mainBody a:hover {
	color: #006600;
	text-decoration: underline;
}

div.copyright {
	position: relative;
	width: 700px;
	padding: 0px;
	background-color: #ffffff;
	left: -50px;
}

div.validate {
	position: relative;
	padding: 10px;
	width: 680px;
	background-color: #ffffff;
	left: -50px;
}

div.menuBody {
	font-size: 20px;
}

div.menuCell {
	background-color: #ccffff;
	font-size: 20px;
}
	
div.noteCell {
	background: #ffff99;
	color: #330000;
	font-style: italic;
	font-size: 15px;
}

div.navbar {
	background: #ffffff;
	position: fixed;
	width: 700px;
	top: 80px;
	margin-left: auto;
	margin-right: auto;
	font-family: ArialMS, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	z-index: 2;
}

div.navbar a {
	text-decoration: none; 
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

div.navbar a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

div.greycell {
	background: #999999;
	color: #000000;
	font-style: italic;
}

div.ltgreycell {
	background: #cccccc;
	color: #000000;
	font-style: italic;
}

div.ltgreycellgreen {
	background: #cccccc;
	color: #006600;
	font-style: italic;
}

div.ltgreycellred {
	background: #cccccc;
	color: #660000;
	font-style: italic;
}

div.ltyellowcellred {
	background: #ffff99;
	color: #660000;
	font-style: italic;
}

div.terracottacell {
	background: #ffcc99;
	color: #000000;
	font-style: italic;
}

div.terracottacellgreen {
	background: #ffcc99;
	color: #006600;
	font-style: italic;
}

div.terracottacellred {
	background: #ffcc99;
	color: #660000;
	font-style: italic;
}

div.details {
	font-size: 15px;
}

div.detailsbold {
	font-size: 15px;
	font-weight: bold;
}

div.item {
	color: #330000;
	font-weight: bold;
	font-style: italic;
}

div.headinggreen {
	color: #336633;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

div.headingred {
	color: #663300;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

div.subheadinggreen {
	color: #336633;
	font-weight: bold;
	font-style: normal;
}
div.subheadingred {
	color: #663300;
	font-weight: bold;
	font-style: normal;
}

div.price {
	color: #003300;
	font-weight: bold;
}

div.course {
	color: #000000;
	font-weight: normal;
	font-style italic;
}

div.smallitem {
	color: #330000;
   	font-weight: bold;
	font-style: italic;
	font-size: 15px;
}
div.anchor {
    position: relative;
    top: -150px;
}
