body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

a:link {
	color: #7296C6;
	text-decoration: none;
}
a:visited {
	color: #7296C6;
	text-decoration: none;
}
a:hover {
	color: #7296C6;
	text-decoration: underline;
}
a:active {
	color: #7296C6;
	text-decoration: none;
}

.container{
	width: 700px;
	margin: auto;
}

.topShadow{
	width: 700px;
	height: 26px;
	background-image:url(buildImages/topShadow.jpg);
	background-repeat: no-repeat;	
}

.edgeShadows{
	width: 700px;
	background-image:url(buildImages/sideShadow.jpg);
	background-repeat: repeat-y;	
}

.topNav{
	width: 660px;
	height: 113px;
	background-image:url(buildImages/topLogo.jpg);
	margin: auto;
}

.navLinks{
	display: inline;
	font-size:14px;
	position: relative;
	top: 60px;
	left: 400px;
}

.scheduleText{
	font-size:11px;
}

.content{
	width:550px;
	margin:auto;
}

.footer{
	width: 700px;
	height: 26px;
	background-image:url(buildImages/bottomShadow.jpg);
	background-repeat: no-repeat;	
}

