
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;
}

h2
{
    font-size: 150%;
}
/* 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:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* 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: #FFFFCC;
	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%;
	
}

.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;
}

/* EOF */

