/* VIPIS stylesheet - Hand-coded by Michael Newton */

body, td, th {
	margin: 10px 0 0 0;
	background-color: #FFFFFF;
	font-family: Georgia, "Lucida Grande", Tahoma, Times, serif;
	font-size: small;
	color: #000000;
}

h1 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.5em;
}

h2 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.3em;
}

h3 {
	font-family: "Arial", "Geneva", sans-serif;
	font-size: 1.1em;
	padding: 2px;
	border-bottom: 1px solid #000000;
}

input.txt {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px inset #8DCB41;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

fieldset {
  border: 1px dotted #8DCB41;
  margin-top: 16px;
  padding: 10px;
}

legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
}

#top-banner {
	position: absolute;
	top: 0px; left: 0px; bottom: 119px;
	background-color: #FFFFFF;
	border-style: none;
}

#content {
	position: absolute; top: 120px; left: 200px;
	float: right;
	margin: 0 5px 5px 5px;
	padding: 0 5px 5px 5px;
	background-color: #FFFFFF;
	border: #8DCB41 dotted thin;
}

#navigation {
	position: absolute; top: 120px; left: 0px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation p {
	font-family: Georgia, "Lucida Grande", Tahoma, Times, serif;
	font-size: small;
	padding: 5px 5px 5px 5px;
	background-color: #00A54E;
	color: #000000;
}

#navigation h1 {
	font-size: small;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border-left: 4px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #00A54E;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation h1 a:link, #navigation h1 a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation h1 a:hover {
	color: #EB714D;
	text-decoration: underline;
}

#navigation ul {
	list-style: none;
	margin-left: 6px;
	margin-top: 1px; margin-bottom: 4px;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #FFFFFF;
	font-size: x-small;
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 4px solid #000000;
	border-right: 1px solid #000000;
	background-color: #8DCB41;
}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	background-color: #8DCB41;
	color: #000000;
	text-decoration: underline;
}

#navigation li a:hover {
	background-color: #EB714D;
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:link, #content a:visited  {
	color: #00A54E;
	text-decoration: underline;
}

#content a:hover {
	color: #EB714D;
	text-decoration: underline;
}

.curTitle {
	color: #FF0000;
	font-weight: bold;
}

.caption {
	font-family: "Arial", "Geneva", sans-serif;
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
