body {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans;
	line-height: 1;
  }
  div.titlebar {
	color: white;
	padding: 5px;
	background: #336699;
	width: 619px;
	position: absolute;
	top: 22px;
	left: 141px;
	padding-left: 15px;
	height: 120px;
	font-size: 14pt;
	text-decoration: none;
}
  div.titlebar a {
    text-decoration: none;
    color: white;
}
  div.titlebar a:visited {
	color: white;
	text-decoration: none;
}
  div.main {
    width: 580px;
	text-align: justify;
	position: absolute;
	margin: 15px;
	top: 150px;
	left: 165px}
div.main a {
	color: #993366;
	text-decoration: none;
}
div.main a:visited {
	color: #993366;
	text-decoration: none;
}
div.main a:active {
	color: #993366;
	text-decoration: none;
}
.picture {
	background-color: #FFFFFF;
	background-image: url(cs2800-logo.png);
	background-position: 0px 0px;
	border: 3px solid #336699;
	background-repeat: no-repeat;
	height: 164px;
	width: 130px;
	left: 5px;
	top: 5px;
	position: absolute;
}
  div.navbar {
	width: 119px;
	background: #336699;
	position: absolute;
	top: 156px;
	left: 15px;
	height: 600px;
  }
  ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 10px;
}
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar a {
	display: block;
	background: #202020;
	margin: 7px 0;
	padding: 3px;
	padding-right: 6px;
	text-align: right;
	border: 1px solid;
	width: 125px;
	text-decoration: none;
	border-left-color: #606060;
	border-top-color: #606060;
	border-right-color: #000000;
	border-bottom-color: #000000;
	font-size: 9pt;
}
  ul.navbar a.here {
    background: #404040
  }
  ul.navbar a:hover {
    background: #606060 }
  a:link {
    color: white }
  a:visited {
    color: white }
