@charset "utf-8";
/* CSS Document */

#timestamp {
  position: absolute;  
  top: 72px;
  left: 186px;
  padding-right: 12px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  font-size: 54%;
  color: #ffffff;
}

#body { 
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px
}

#bodycontent {
	position: absolute;
	top: 133px;
	left: 204px;
	width: 800px;
}

#bodycontent2 {
	position: absolute;
	top: 133px;
	left: 12px;
	width: 1000px;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 1em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: #708090;
  width: 540px;
  font-size: 110%;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-top: 14px;
  padding-bottom: 0px;

}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: 85%;
  font-family: Georgia, Times, serif;
  color: 333333;
}

#foot p{
  font-style: italic;
  font-size: 50%;
  color: 333333;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}


a {
  font-weight: ;
}

a:link {
  color: #336666;
}

a:visited {
  color: 660000;
}

a:hover {
  text-decoration: none;
  color: #b9d2cc;
}

a:active {
  color: #ff0000;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  background: #000000;
  z-index:-1;

}



#dropmenudiv{
position:absolute;
border:0;
border-bottom-width: 0;
font:normal 10px Georgia;
top: 88px;
letter-spacing: 0.03em;
line-height:22px;
z-index:5;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
letter-spacing: 0em;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 999999;
}
.style2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	letter-spacing: .1em;
}
.style3 {font-size: 10px
}

body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}