body
{
  font-family: Georgia;
  background-image: url("images/backgroundimg(6).png");
	min-width: 1204px;
  width: 100%;
	height: 100%;
	background-color: white;
}

h1
{
	font-family: Arial;
}

#homepageimg, #downloadsimg, #moreinfoimg, #contactusimg
{
	width: 40%;
	position: relative;
	padding: 10px;
	float: left;
}

#content 
{
  color: #1f4095;
  position: absolute; 
  left: 200px; 
  top: 160px; 
	width: 65%;
	margin-right: 20px;
	background-color: white;
	padding: 20px;
	border: solid;
	border-width: 3px;
	border-color: red;
}

#topLogo
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}

#leaving img
{
	width: 50%;
  position: relative;
  padding: 10px;
}

#ahead
{
	float: right;
}

#back
{
	float: left;
}

#schedule table
{
	border-collapse: collapse;
}

#schedule table, #schedule td
{
  border: 2px solid #1f4095;
	padding: 5px;
}

#schedule th
{
	padding: 5px;
}

.time
{
	min-width: 100px;
}

a.noUnderline
{
  text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#sidebar
{
  font-family: Arial;
  position: absolute;
  top: 110px;
  left: 0px;
  width: 150px;
  padding: 15px;
  color: rgb(145,210,250);
  font-weight: bold;
}

#sidebar td
{
  cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
}

#currentlink
{
	font-size: 150%;
}

#link1:hover, #link2:hover, #link3:hover, #link4:hover, #link5:hover
{
	font-size: 150%;
	padding-left: 15px;
}