body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	background-image:url(../../../images/bg6.png);
	background-position:right;
	background-repeat:repeat-y;
	margin: 5px 50px;
	text-decoration: none;
	background-attachment:scroll;
}


span.indent {position:relative;
	top: 0px;
	left: 50px;
}

span.indenter {
	position:relative;
	top: 0px;
	left: 100px;
}

span.indent3 {
	position:relative;
	top: 0px;
	left: 175px;
}

h1 {
	font-size: 36px;
	font-variant:small-caps;
	font-weight:bold;
	}
	
.table {
	color:#000033;
	font-size:12px;
	height: 300px;
}

.title {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:5px;
	left:25%;
}

.sched2 {background-color:#FFFFFF;
	color:#000000;
	padding: 5px;
}
	
.center {position:absolute;
	top:30px;
	left:0px;
	width: 725px;
}
	
.sched {
	position:relative;
	top:0px;
	left: 200px;
	padding: 10px;
	width:500px;
	
	}

.mid {
    font-size:12px;
	position:relative;
	top:70px;
	left:0px;
	width:150px;
	z-index:2;
}
	
.nav {
	position:relative;
	bottom:10%;
	left:5%;
	width: 80%;
	}

.foot {
	position:relative;
	bottom:0%;
	left:25%;
	width: 550px;
}
	
a { 
	text-decoration: none;  
	color:#000099;
}

a:hover {
	color:#000099;
	background-color:#FFFF66;
}

a:visited {color:#000099;
}

