@charset "utf-8";
/* CSS Document */

.busbg {
	background-image:url(images/school-buslong.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	background-position:right top;
}

.col1 {
	background-image:url(images/1col.png);
	background-repeat:repeat-y;
	width:200px;
	background-position:top right;
	vertical-align:text-top;
}

.col2 {
	background-image:url(images/2col.png);
	background-repeat:repeat-y;
	width:350px;
	background-position:top left;
	vertical-align:text-top;
}

.col3 {
	background-image:url(images/3col.png);
	background-repeat:repeat-y;
	width:251px;
	background-position:top left;
vertical-align:text-top;
}

.background {
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	width:801px;
	background-position:top left;
	vertical-align:text-top;
}

.header {
	width:801px;
}

.sideline {
	background-image:url(images/sideline.png);
	background-repeat:repeat-y;
	width:5px;
	background-position:top;
}

.lefthead {
	background:top left no-repeat url(images/outerHead.png);
}

.righthead {
	background:top right no-repeat url(images/outerHead.png);
}

.foot {
	background-image:url(images/indexfoot.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:36px;
}

body {
margin:0;
padding:0;
background-color:#E1E1E1;
}

p{
	font-family:Tahoma, Geneva, sans-serif;
	margin:15px;
	font-size:13px;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:15px;
}

h2 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:15px;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	margin:15px;
}

td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

a {
	color:#76570E
}
a:link, a:visited {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline; color: red;
	}
	
	.bold-red {
	color:#F00;
	font-weight:bold;
}

#Style {
border:solid 3px #CCC; 
position:absolute;
margin-left: 300px;
margin-top:-15px;
visibility:hidden; 
}

#Style2 {
border:solid 3px #CCC; 
position:absolute;
margin-left:-500px;
margin-top:-490px;
visibility:hidden; 
}
