/* Global Styles */

body {
margin:0px;
background-color:#EFEDEA;
color:black;
}

td {
font:11px Arial, Helvetica, sans-serif;
color:#222222;
font-size: 15px
}

form
{
#border-top: 12px solid #E6A685;
#padding-top: 5px;
padding-top: 1px;
}

table
{
background-color:#EFEDEA;
}

a
{
color:black;
	text-decoration: none;	
}

a:hover 
{
color: blue;
}

p {
text-align: justify
}
option:hover
{
background:#E6A685;
}

h1 
{ 
	display: inline; 
	text-align: left; 
}

/* ID Styles */

#border
{
border-bottom:10px solid #D1D1BA;
}

#intro
{
background:#D1D1BA;
border:3px solid #E6A685;
border-radius:5px;
#padding:5px;
padding:1px;
font-size:13px;
}

#output
{
border: 1px dashed #bbbbbb;
}
#response
{
	margin-top: 20px;
	
}

#response td{
	width: 33.33%;
}

#response table{
	width: 100%;
}

input[type=submit]
{
width: 400px;
background:#D1D1BA;
border:1px dotted;
border-radius:5px;
}
 input[type=submit]:hover
{
border: 1px solid #E6A685;
border-radius:5px;
}

#twidth
{
width:90px;
}

#navigation td {
border: 1px dotted #A7A795;
border-radius:5px;

}

#navigation
{
background:#D1D1BA;
}
#navigation a {
font: bold 11px Arial, Helvetica, sans-serif;
color: #5f7383;
line-height:16px;
letter-spacing:.1em;
text-decoration: none;
display:block;
#padding:8px 6px 10px 20px;
padding:1px 1px 1px 1px;
background:#D1D1BA;
}

#navigation a:hover  {
#background: #5f7383;
background:#F9E9E1;
#background-color:#B8B894;
#color:#dfe8f0;
border: 1px solid #E6A685;
border-radius:5px;
}

.logo {
font:24px Arial, Helvetica, sans-serif;
color: #333333;
letter-spacing:.2em;
line-height:30px;
}

#tagline {
font:11px Arial, Helvetica, sans-serif;
color: #993300;
letter-spacing:.4em;
line-height:18px;
}

/* Class Styles */

.bodyText {
font:11px Arial, Helvetica, sans-serif;
color:#666666;
line-height:20px;
margin-top:0px;
}

.logo
{
	font:20px Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing:.2em;
	line-height:30px;
}
	
.logo a:link{
	padding-left: 10px;
	padding-top: 20px;
	text-decoration: none;
	}

.logo a:hover
{
	color:  #333333;
}

.pageName{
font: 18px Arial, Helvetica, sans-serif;
color: #99CC66;
line-height:26px;
letter-spacing:.21em;
}

.subHeader {
font:bold 11px Arial, Helvetica, sans-serif;
color: #993300;
line-height:22px;
letter-spacing:.2em;
}

.quote {
font: 20px Arial, Helvetica, sans-serif;
color: #759DA1;
line-height:30px;
}

.smallText {
font: 10px Arial, Helvetica, sans-serif;
color: #666666;
line-height: 22px;
}

.navText {
font: 11px Arial, Helvetica, sans-serif;
color: #003366;
line-height:16px;
letter-spacing:.1em;
text-decoration: none;
}

.linkText {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
#line-height: 22px;
text-decoration: none;
}

.linkText:hover  {
text-decoration: underline;
}
.query_results_data{
	font:13px Arial, Helvetica, sans-serif;	
}

.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}

a.morelink {
	text-decoration:none;
	outline: none;
	color: blue;
}

.morecontent span {
	display: none;

}	