body {
	background-color: #a8abc0;
	margin: 0;
	padding: 0;
	color: #9898b0;
    height: 100%;
}

a {
    color: #1c4b6a;
}

a:hover {
    color: #4e697a;
}
/* Header */
#header {
	background-color: #a8abc0;
}

/* Navigation */
#navigation {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #303030;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  margin: 0;
  padding: 0;
  display: inline;
  color: #9abbd1;
  background-color: #303030;
  /*background-color: #787878;*/
  line-height: 2;
}

  /*
#nav_list li {
	text-align: center;
	color: #9abbd1;
	margin: 0;
	padding: 0;
	background-color: #787878;
	border-bottom: 1px solid #303030;
	font-family: Verdana;
}
  */

#navigation a:link, #navigation a:visited {
    padding: 3px 10px 2px 10px;
    border: #ffffff;
	text-decoration: none;
	color: #d8d8d8;
	line-height: 2;
}

#nav_list a:hover {
  background-color: #787878;
	color: #ffffff;
    font-weight: bold;
}

.current {
  background-color: #787878;
    color: #ffffff;
	font-weight: bold;
}

/* Content */
#content {
  background: #d8d8d8;
	padding: 0 0 0 0;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 300px;
	border: 5px solid #a89000;
    height: auto !important;
	height: 100%;
}

#content_border {
  padding: 0;
  margin: 0;
  border: 5px solid #867000;
}

#content_container {
	margin-left: 5%;
	margin-right: 5%;
    /*max-width: 500px;*/
}

#status_panel {
  position: absolute;
  width: 280px; 
  height: 100%;
  right: 0;
  top: 220px;
}

#footer {
  position: absolute;
  bottom: 0px;
  border: 1px solid #303030;
  border-bottom: 0;
  background-color: #787878;
  color: #d8d8d8;
  margin-right: 250px;
  margin-left: 250px;
  width: 65%;
  clear: both;
}

#footer p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

/* Instructor Images */
.teacher_img {
  border: 5px solid white;
  border-bottom: 20px solid white;
	height: 150px;
	float: left;
	margin: 2px;
}

.teacher_img_r {
  border: 5px solid white;
  border-bottom: 20px solid white;
	height: 150px;
	float: right;
	margin: 2px;
}

/* Defaults */
h1 {
	font-family: Helvetica, sans-serif, "Trebuchet MS";
	color: #a89000;
}

h2 {
	font-family: Helvetica, sans-serif, "Trebuchet MS";
    color: #a89000;
    margin-bottom: 0px;
}

ul {
    margin-top: 0px;
}

dl {
    margin-top: 0px;
}

h3 {
	font-family: Helvetica, sans-serif, "Trebuchet MS";
    color: #a89000;
}

p {
	font-family: Georgia, Georgia, serif;
}

hr {
	width: 85%;
}

#footer {
  bottom: 0;
}

.teacher_img {
  border: 5px solid white;
  border-bottom: 20px solid white;
}

#twitter_div {
  border: 1px solid #000000;
  border-right: 0;
  background-color: #787878;
  font-size: small;
  color: #d8d8d8;
}

#twitter_div h3 {
  text-align: center;
  color: #f8f8f8;
}

