body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: #000;
  border-right: 3px solid #2b56a4;
}

#title {
	/* background-color: #2b56a4; */
	background-color: #2b56a4;
	border-bottom: 3px solid #2b56a4;
	color: #eee;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}
.title {
  background-color: #2b56a4;
  border-bottom: 3px solid #2b56a4;
  color: #eee;
  font-size: large;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: underline;
  width: 100%;
}

#navigation {
  float: left;
	background: #fff;
	font-size: small;
	color: black;
	width: 160px;
	margin-left: 3px;
	padding-top: 3px;
}

#content {
	background: white;
	padding-top: 1em;
	margin: 0 2em 2em 180px;
}

#footer {
  clear: both;
  font-size: small;
  background-color: #2b56a4;
  color: #eee;
  padding-bottom: 1em;
  padding-left: 200px;
  border-top: 3px solid #2b56a4;
  border-bottom: 3px solid #2b56a4;
  text-align: left;
  font-weight: bold;
}

#footer a:visited {
  color: #eee;
}

th {
  border: solid 1px #2b56a4;
	text-align: left;
	background: #ccc;
	padding: 3px;
}

td {
	border: solid 1px #2b56a4;
	background-color: #ccc;
	padding: 3px;
}

a:link {
  color: #000;
}

a:visited {
  color: #2b56a4;
}
a:hover {
  color: #fff;
  background-color: #2b56a4;
}
a:active {
  color: #f00;
}

.instructions {
  background-color: #2b56a4;
  color: white;
  font-weight: bold;
  font-variant: small-caps;
}

.instructions a:link {
  color: #fff;
}

.instructions a:visited {
  color: #ddd;
}

.instructions a:hover {
  color: #fff8DC;
}
.error {
  display: block;
  background-color: #f00;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 5px;
}

#flush {
	background: white;
	position: absolute;
	color: black;
  float: left;
	width: 100%;
	height: auto;
	padding: 0px 5px 5px 0px;
}

#stats {
	position: absolute;
	border: solid 3px #f00;
	left: 0px;
	top: 31px;
	width: 100%;
	color: #000;	
}

#messagebox {
	  border-style: solid;
	  border-color: #00F;
	  font-weight: bold;
}

#metadata {
  border: solid 3px #00f;
	background: white;
  position: absolute; 
	color: black;
	font-size: smaller;
	top: 162px;
	left: 5px;
	width: 25%;
	height: auto;
	padding-left: 3px;
}

#description {
	font-weight: normal;
	background: #ddd;
	color: black;
	left: 0px;
	width: 100%;
	height: auto;
}

#projectdetails {
	background: white;
	font-weight: normal;
	color: black;
	width: 100%;
	height: auto;
}

#strengths {
	background: #ddd;
	font-weight: normal;
	left: 0px;
	width: 100%;
	height: auto;
}

#paper {
  border: solid 3px #0f0;
	background: white;
	position: absolute;
	top: 162px;
	width: 70%;
	height: auto;
	left: 26%;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
	padding-left: 3px;
}

#print {
	position: relative;
}


h1, h2, h3, h4, h5 {
  font-family: sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: larger;
	text-align: left;
	color: #eee;
	background: #2b56a4;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#paper h5 {
  padding-top: 5px;
}

submit, input, radio, textarea, select, checkbox {
	background-color: #fff8DC;
	font-weight: bold;
}

input:focus {
  color: #000;
  background-color: #eee;
  font-weight: bold;
}
.strong {
	font-variant: small-caps;
	font-weight: bold;
}

#container {
	position: absolute;
	width: 100%;
}

#calendar {
	float: left;
}

#calendar td {
	border: solid 1px #06f06f;
	background: #eee;
	padding: 3px;
} 

#calendar th {
	background: #ccc;
}

#calendar td.calendarToday {
  background-color: #fff8DC;
	font-weight: bold;
}

#pending {
  clear: left;
  bottom: 10px;
  background: #ccc;
}

#status {
  position: absolute;
  top: 0px;
  right: 0px;
}

#Admin {
	clear: both;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#Admin td{
  background-color: #eee;
}

#Admin th {
  background-color: #ccc;
}



