html {overflow-y: scroll;}

body {
background-position: center top; 
background-repeat: repeat-y; 
background-color: rgb(85, 85, 85); 
font-family: Arial,Helvetica,sans-serif; 
font-weight: inherit; 
font-size: 0.9em; 
line-height: 1.5em;
}

#page {
margin: 20px auto;
width: 940px;
text-align: left;
background-color: white;
padding-right: 10px;
padding-top: 10px;
padding-left: 10px;
background-repeat: no-repeat;
background-image: url(seal.png);
background-position: right top;
overflow: visible;
}

#content {
  background: transparent none repeat scroll 0% 50%;
  padding-top: 0px;
  margin-top: 10px;
  z-index: 1;
  -moz-background-clip: initial; 
-moz-background-origin: initial; 
-moz-background-inline-policy: initial;
}


#header {
width: 940px;

}

#intag {
  border: 1px solid #000000;
  background-image: url(intag.jpg);
  background-repeat: no-repeat;
  height: 120px;
  background-position: left top;
  width: 100%;
}

#navigation {
  border: 1px solid #999999;
  margin: 5px 0 0;
  padding: 0px;
  background: #555555 none repeat scroll 0% 50%;
  height: 1.5em;
  width: 100%;
}

#navigationasd ul{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style-type: none;
  height: 100%;
}

#navigationasd a {
float:left;
text-decoration:none;
color:white;
background-color:#555555;
padding:0em 0.6em;
border-right:1px solid white;
}

#navigationasd a:hover {
background-color:#a34d42;
}

#navigationasd li {
display:inline;
white-space:nowrap;
}

.img_left {
float: left;
margin-right: 20px;
}

.img_right {
float: right;
margin-left: 20px;
}

.imgboxright {
  float: right;
  padding-bottom: 10px;
  padding-left: 20px;
}

.imgboxleft {
  width: 400px;
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
  display: block;
}

.imgcaption {
  border: 1px solid black;
  padding: 5px;
  font-size: 0.9em;
  line-height: 1.3em;
}

p {
padding: 0px 0px 5px;
font-size: 100%;
text-align: left;
}

h1{
padding: 0;
margin:0;
font-size: 3.1em;
font-weight: bold;
font-family: Courier New,Courier,monospace;
word-spacing: -0.2em;
line-height: 1em;
height: 0.4em; margin-bottom: 0px;
padding-bottom: 0px;"
}

h2 {
border-style: none;
margin: 0px;
padding: 15px 0px 0px 3px;
font-family: "Courier New",Courier,monospace;
text-transform: uppercase;
font-size: 1.3em;
letter-spacing: -0.005em;
word-spacing: -0.2em;
}

h3 {
border-style: none;
margin: 0px;
padding: 0 0 10px 0;
font-size: 200%;
line-height: 1em;
}

h4{
border-style: none;
margin: 0px;
padding: 0.2em 0px 10px;
font-size: 150%;
}

td{
vertical-align: top
}