﻿/*Query template*/
#masthead {
					background-image: url('../images/woodenheader.gif');
					width: 600px;
					height: 60px;
					background-repeat: no-repeat;
					margin-top: 0px;
}
#masthead h1 {
					font-family: "comic Sans MS";
					font-size: 175%;
					text-align: center;
					margin-top: 8px;
					color: #000000;
}
#top_nav {
					width: 900px;
}
#top_nav ul {
					list-style-type: none;
					padding-right: 2px;
					padding-left: 2px;
					display: block;
					width: 600px;
					float: right;
}
#top_nav li {
					float: right;
					display: block;
					padding-right: 5px;
}
#top_nav a {
					font-family: Arial;
					font-size: 80%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					text-decoration: none;
					padding-right: 2px;
					padding-left: 2px;
					width: 75px;
					display: block;
					background-image: url('../images/woodbtn.jpg');
					background-repeat: no-repeat;
					height: 25px;
					padding-top: 3px;
					margin-top: 1px;
}
#top_nav a:hover {
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					background-image: url('../images/woodbtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
}
#page_content {
					width: 700px;
					margin-top: 25px;
					margin-right: auto;
					margin-left: auto;
					font-family: arial;
					font-size: 100%;
					text-align: left;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					width: 900px;
					margin-top: 1px;
					background-image: url('../images/woodentile.jpg');
					background-repeat: repeat-x;
}
#container {
					position: relative;
					width: 900px;
					background-image: url('../images/brownclmbkg.gif');
					background-repeat: repeat-y;
}
.td1 ul {
					list-style-type: none;
					margin-left: 50px;
					margin-top: 0px;
}
.td1 li {
					display: block;
					vertical-align: middle;
					float: none;
					padding-top: 0px;
					margin: 0px 30px 5px 0px;
}
.td1 a {
					background-repeat: repeat-x;
					width: 100px;
					height: 20px;
					padding-top: 2px;
					text-decoration: none;
					font-weight: bold;
					font-family: arial;
					font-size: 90%;
					background-color: #E4D19E;
}
.td1 a:hover {
					font-family: arial;
					font-size: 90%;
					font-weight: bold;
					color: #FFFFFF;
					background-color: #663300;
}

  body {
	background-image: url('../images/querybkg.jpg');
	background-attachment: fixed;
	text-align: center;
}
  p {
					font-size: 11pt;
					font-family: verdana;
					color: #000000;
}
a {
					font-family: arial;
					font-size: 90%;
					font-weight: bold;
					color: #663300;
					text-align: center;
}
hr {
					font-weight: bold;
					color: #663300;
					width: 100%;
					height: 3px;
}
.boldtext {
					font-weight: bold;
}
.lefttext {
					text-align: left;
					font-weight: bold;
					width: 200px;
					color: #663300;
					background-color: #E4D19E;
					font-family: arial;
					font-size: 90%;
					padding-right: 5px;
					padding-left: 5px;
}
#container2 {
					width: 900px;
}
.td1 {
					background-color: #B0640C;
					width: 200px;
					padding: 20px 5px 5px 5px;
					font-family: verdana;
					font-size: 10pt;
					color: #000000;
					vertical-align: top;
}
.td2 {
					width: 700px;
					padding: 10px;
					font-family: verdana;
					font-size: 11pt;
					color: #000000;
					border: 3px solid #B0640C;
}
h3 {
					font-family: arial;
					font-size: 11pt;
					font-style: italic;
					color: #000000;
					text-align: left;
					margin-left: 10px;
					float: left;
}
table {
}
.left {
					text-align: left;
}

