﻿body {
}
a:link, a:visited
{  
  text-decoration: none;
  color: White;
}
a:hover
{
  color: Red;
  text-decoration: underline;
}
.Header1
{
  top: 0px;
  left: 0px;
  position: absolute;
  width: 850px;
  height: 115px;
}

.Menu1
{
	position: absolute;
	top: 116px;
	left: 0px;
	height: 60px;
	width: 1000px;
	background-color: #0f1937;
	color: red;
}

.Sched1
{
    position: absolute;
    top: 177px;
    left: 0px;
    width: 195px;
    height: 600px;
    background-color: #efeadb;
    z-index: 1;
}

.Sched2
{
    position: absolute;
    top: 177px;
    left: 0px;
    width: 180px;
    height: 600px;
    background-color: #efeadb;
    margin-left: 15px;
    z-index: 2;
}
	
.Content
{
	position: absolute;
	top: 177px;
	left: 195px;
	margin-left: 20px;
	margin-right: 15px;
	height: 600px;
	width: 550px;
}

.RightSec
{
	position: absolute;
	top: 177px;
	left: 790px;
	width: 195px;
	height: 600px;
	background-color: #efeadb;
	z-index: 1;
}

.RightSec2
{
	position: absolute;
	top: 177px;
	left: 805px;
	width: 180px;
	height: 600px;
	background-color: #efeadb;
	margin-left: 15px;
	z-index: 2;
}