body {
	background-color: #000066;
	font-family: 0.8em/1.8em verdana, arial, helvetica, sans-serif;
      background-image: url();
      background-position: 150px 70px;
      background-repeat: no-repeat;
      background-attachment: fixed;
	text-align: left;
}
a:link    { color: #880088; }
  a:visited { color: #cccccc; }
  a:active  { color: #ffff00; }
  a:hover   { color: red; text-decoration: none }
.txt {
  background-color: #F9DCC3;
  border: 1px inset #901602;
}
.imageside {
	border: 1px solid #000000;
}
#imagelist {
	list-style-type: none;
      width:600px;
}
#imagelist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#imagelist img {
	display: block;
	border: 2px solid #333300;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
      padding-left: 150px;
	padding-bottom: 30px;
     	font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #8D208C;
	color: #FFFFFF;
	margin: 2px 2px 0 2px;
	border: 2px solid #000066;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}
ul#tabnav a:hover {
	background-color: #ACBCE7;
	color: #FFFFFF;
}
body#home li.home, body#bus li.bus, body#new li.new, body#sch li.sch, body#pic li.pic, body#aboutus li.aboutus {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #FFFFFF;
}
body#home li.home a:link, body#home li.home a:visited,
body#bus li.bus a:link, body#bus li.bus a:visited,
body#new li.new a:link, body#new li.new a:visited,
body#sch li.sch a:link, body#sch li.sch a:visited,
body#pic li.pic a:link, body#pic li.pic a:visited,
body#aboutus li.aboutus a:link, body#aboutus li.aboutus a:visited {
	color: #000000;
	background-color: #FFFFFF;
}
