  body {
	margin:10px 0px 10px 0px;
	font-family:Arial,Helvitica,sans-serif;
	background-color: #EF7900;
	color:#000000;
	}

  #header {
	width:100%;
	text-align:center;
	height: 194px;
	font-size: x-large;
	background: url(headerphp.gif);
	background-repeat: no-repeat;
	background-color: #EF7900;
	color:black;
	}

   .invisible {display:none;}

	li.menuitem {
	width:100%;
	background-color:#ffc308;
	color:black;
	border-style: outset;
	border-width: 5px;
	border-color:#EF7900;
	padding:5px;
	text-align: center;
	margin: 5px 5px 5px -25px;
	font-weight:bold;
	font-size:small;
	list-style-type: none;
	list-style-image:none;
	}

	.menuitem a {
	text-decoration: none;
	background-color:#ffc308;
	color: black;
	}

		.menuitem a:hover {
	text-decoration: none;
	background-color:#ffc308;
	color: blue;
	}
		.menuitem a:visited {
	text-decoration: none;
	background-color:#ffc308;
	color: purple;
	}


  div#menu {
	float:left;
	width:22%;
	background-color:#EF7900;
	color:black;
	margin-right:15px;
	padding-bottom:20px;
	}

  div#content {
	  float:left;
	  width: 70%;
	margin-bottom: 15px;
	margin-right: 15px;
	}

	.front-page-item {   /* wrap as tiles (used for small stuff) */
	    display:block;
	vertical-align: top;
	margin-top:20px;
	width: auto;
	height:auto;
	border:solid 2px;
	background: white;
	border-color: #ffc308;
	color:black;
	font-size: 1em;
		padding: 1em;
	}

	.sub-page-item { /* no wrapping  */
	vertical-align: top;
	margin-top:20px;
	width: auto;
	border:solid 2px;
	background: white;
	border-color: #ffc308;
	color:black;
	font-size: 1em;
		padding: 1em;
	}

	div#footer {
		clear:left;
		font-style: italic;
		margin:15px 5px 15px 5px;
	background-color:#ffc308;
	color:black;
	border-style: outset;
	border-width: 5px;
	border-color:#EF7900;
		padding: 5px;
		text-align: left;
	}

	.fancy_title {
		font-variant: small-caps;
		text-align: center;
		font-size:x-large;
		font-weight:bolder;
	}

	table.forsale {
		border: solid 0px;
		 width: 100%;
		 font-size: smaller;
		 text-align: center;
	 }

	 table.forsale th {
		 font-weight: bold;
		 text-align: center;
		 border-bottom: solid 2px;

	 }
		 table.forsale td {
		 padding:5px;
		 font-weight: normal;
		 text-align: center;
		 border-bottom: solid 1px;

	 }

	 /* group class schedule page */
table.groupclass {
								 border-collapse:collapse;
								 text-align:center;
								 background-color:white;
								 border-style:solid; border-width: 1px; border-color:black;
								 color:black;
}
table.groupclass td {
								 padding:.5em;
								 border-style:solid; border-width: 1px;  border-color:black;								 
 								font-size:smaller;
}

table.groupclass th {
								 padding:.5em;
								 border-style:solid; border-width: 2px;  border-color:black;
								 font-size:small;
}
th.timecell {
	height: 5em;
}

.room {
			vertical-align: top;
}
.classname {
					 font-style: normal;
					 font-weight: bold;
}

 .teacher {
 					font-weight:normal;
 					font-style:normal;
}

 .accomp {
 				 font-weight:normal;
				 font-style:italic;
}
table.mustknow {
				border-collapse:collapse;
								 border-style:solid; border-width: 1px; border-color:black;
}
									 
table.mustknow td {
		 padding:5px;
		 font-weight: normal;
		 text-align: left;
								 border-style:solid; border-width: 1px; border-color:black;
	 }
table.mustknow th {
		 padding:5px;
		 font-weight: bold;
		 text-align: left;
								 border-style:solid; border-width: 2px; border-color:black;
	 }

	 /* reference material */
	 
	.tunename {font-weight:bold; }
	.tunediv {float:none; margin:5px; width=20%;} 

/* teacher page */
	 
span.teacherpic {
	float:left; 
	margin:5px;
	font-size:smaller;
	font-style:italic;
}
	 

/* news page */

div.archive-list-box
{
	width: 50%;
	float:right;
}

li.archive-list
{
	width:10%;
	background-color:#ffc308;
	/* border-style: outset;
	border-width: 5px;
	border-color:#EF7900;
	padding:5px; */
	text-align: right;
	margin: 5px 5px 5px 65px;
	font-weight:bold;
	font-size:smaller;
	list-style-type: none;
	list-style-image:none;
	}
	
.archive-list a {
			text-decoration:none;
	color:black;
}
	
	
	 /* media differences */



@media print {
				#menu { width:0px; display:none;page-break-after: always}
				#content {float:none; width:100%;}
				.printonly {display:block;}
				.sub-page-item {border:none;}
				.fancy_title {text-align: left;}
				.screenonly  {display:none;}
				}

@media screen {	.printonly {display:none;}
				
			}