﻿/*Query template*/

  body { 
    background-image: url('../queries/querybkg.jpg');
    background-attachment: fixed;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    text-align: center
}
  p { 
    background-color: transparent;
    font-size: 11pt;
    font-family: Arial,Helvetica,sans-serif;
}
.style1 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style2 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.style3 {
					font-family: georgia;
					font-size: 14pt;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
}
.style4 {
					font-family: arial;
					font-size: 100%;
					font-weight: bold;
					color: #000000;
					text-align: justify;
					margin-right: auto;
					margin-left: auto;
					width: 100%;
}
.style5 {
	font-family: arial;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style6 {
	text-align: left;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
#masthead {
					width: 500px;
					height: 50px;
					background-image: url('../queries/querybnr.gif');
					background-repeat: no-repeat;
					margin-right: auto;
					margin-left: auto;
}
#masthead h1 {
					font-family: "comic Sans MS";
					font-size: 170%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					margin-top: 10px;
}
#page_content {
					width: 80%;
					margin-top: 25px;
}
#top_nav {
}
#top_nav ul {
					list-style-type: none;
					padding-right: 2px;
					padding-left: 2px;
					display: block;
					width: 35%;
					margin-top: 1px;
}
#top_nav li {
					float: left;
					display: block;
					padding-right: 2px;
					padding-left: 2px;
}
#top_nav a {
					font-family: Arial;
					font-size: 90%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					text-decoration: none;
					padding-right: 2px;
					padding-left: 2px;
					width: 75px;
					display: block;
					background-image: url('../queries/querybtn.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('../queries/querybtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../queries/querytile.jpg');
					background-repeat: repeat-x;
					margin-top: 25px;
					margin-right: auto;
					margin-left: auto;
					width: 900px;
}
a {
					color: #663300;
					font-weight: bold;
					font-size: 110%;
}
.censustable {
					font-family: arial;
					font-size: small;
					text-align: left;
}
.lefttext {
					text-align: left;
}
h3 {
					font-family: arial;
					font-size: 80%;
					font-style: italic;
					color: #000000;
					text-align: left;
}
hr {
					color: #663300;
}

#container {
					width: 900px;
}


