body{
	margin: 5ex;
}

table.main{
        border-collapse: collapse;
	border-left: 1px solid #fde;
	border-bottom: 3px double #978;
	border-right: 1px dotted #fafaff;
	border-top: none;
	background: #fefeff;
}

table td{
	vertical-align: top;
}

#header img { 
   border: none;
   border-collapse: collapse;
}

#navigation {
	width: 20ex;
	min-width: 20ex;
	max-width: 20ex;
	background: #e0eaff;
	border-right: #8a8 solid 1px;
	vertical-align: top;
}

#navigation div {
  margin: 0px;
  padding: 0px;
  background: #e0eaff;
  border-left: 0px;
  padding: 0ex;
  line-height: 1.2em;
  text-align: right;
  margin-right: 8ex;
  font-size: 75%;
  width: 18ex;
}

#navigation a {
  display: block; 
  padding: 0.75ex 0.75em 0.5ex 0.2em; 
  margin: 0;
  text-align: right;
  color: #003;
  border-right: 3px #e0eaff solid;
  border-left: 3px #e0eaff solid;
}

#navigation div:hover  { border-left: double red 3px; border-right: double red 3px;}
#navigation a {text-decoration: none; color:#10f;}


#navigation h1 {
  background: #47f;
  font-size: 130%;
  color: white;
  padding: 1ex;
  padding-top: 1.75ex;
  border-top: 1px;
  border-bottom-style: groove;
  border-right-style: groove;
  border-bottom-style: double;
  border-top-style: ridge;
  border-left-style: none;
  margin-bottom: 0px;
}


#body {
	padding: 2ex;
	width: 100%;
}

#body p {
	min-width: 15%;
}

#body div.rightimage {
	border: 1px dotted #f8a;
	float: right;
	padding: 0.5ex;
        background: white;
}

#body h1, div.project_title{
	font-size: 140%;
	color: #003;
}

#body h2 {
	font-size: 125%;
	color: #002;
}

#body h3 {
	font-size: 115%;
	color: #001;
}

#body a {
	text-decoration: none;
	color: #00a;
	font-weight: bold;
}

#body a:hover {
	text-decoration: underline;
	color: blue;
}

#body div.project_class {
	font-size: 135%;
	color: #002;
}


#body table {
      width: 100%;
      border: black solid 1px;
      border-left: 2px solid black;
      border-bottom: double;
      border-collapse: collapse;
}

#body th,tr.title { text-align: left; font-weight: bold; background: #1bf; border-bottom: black double 2px; }
#body tr.highlight { background: #efe; }
#body td,th { padding: 0.5ex; padding-left: 2ex; padding-right: 2ex; }

#body div.warning {
      border: red solid 2px;
      padding: 1ex;
      padding-left: 2ex;
      padding-right: 2ex;
      background: #ffe;
}

#body table.form { background: #cff; }
#body table.form th,table.form tr.title { background: none; border: none; }
#body table.form input,textarea { background: #eef; }

#footer {
	width: 100%;
	font-size: 65%;
	color: #889;
	text-align: center;
}

#footer a {
	color: #889;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
