
body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6
{
    color: #111;
    font-size: 200%;
    font-weight: bolder;
    font-family: serif;
}

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     none; /*1px solid #ddd;*/
  border-left:    none; /*1px solid #ddd;*/
}
th,td {
  border-bottom:  none; /*1px solid #ddd;*/
  border-right:   none; /*1px solid #ddd;*/
}

th, td, caption {
  padding: 0px 0px 0px 0px;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* #header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } */

#headerlinks
{
	position: absolute;
	left: 325px;
	width: 57%;
	top: 12px;
	margin-right: 10%;
	background-color: transparent;
	background-attachment: fixed;
	font-size: small;
}

#header	
{
	position: absolute;
	top: 0%;
	left:0%;
	right:3px;
	height: 60px;
	background-color: #69F;
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align:justify;	/*works around an IE 5/Mac Bug*/
	z-index:1;
	border-bottom:thin black solid;
	border-right:thin black solid;
	border-left: thin black solid;
	width: 95%;
	
}

#main
{
  position: absolute;
	top: 90px;
	left:0%;
	right:3px;
	height: 60px;
	
}

.navigatorLinkCurrent
{
	font-style:italic;
	padding-left: .5em;
}

.navigatorLink
{
	padding-left: .5em;
}

#spacer
{
	margin-left:5px;
	margin-top:5px;
	border: thin black solid;	
}

.point
{
    font-size: larger;
    font-weight: bold;
}

.even
{
    background: #D3D3D3;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
/* EOF */
