@charset "UTF-8";
body  {
	font: 100% "Caviar Dreams";
	background-image:url(Stucco.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height: 26px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(Stucco.jpg);
	line-height: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {background-image: url(Texas_Header.jpg);
	padding: 0 10px 0 20px;
	font-family:Cityof;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(Stucco.jpg);/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height:125%;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(Stucco.jpg)
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;color:#800000;
}


#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}


#navlist li a { text-decoration: none; }
blockquote {
float:right;
font-size:125%;
font-family:Cityof;
color: #000;
}
blockquote { width: 200px; float: right; }

#footnotes {
font-size: .94em;
margin: 0 0 0 1em;
width: 570px;
float: right;
}
 
#footnotes p {
margin-top: .2em;
padding: 0 3em 0 2em;
line-height: 130%;
}
 
#footnotes a.note {
background-color: #FFE680;
font-weight: normal;
text-decoration: none;
color: #333;
padding: .1em .2em .1em .2em;
margin-right: .2em;
border: none;
font-size: smaller;
}
 
#footnotes a.note:visited {
background-color: #E6B873;
}
 
#footnotes a.note:hover, 
#footnotes a.note:active {
background-color: #FF9900;
}
.img {padding:10px;
}
#mainContent h1{
	color: #C66;
}
#mainContent h2{
	color: #C66;
}
#mainContent h3{
	color: #C66;
}

a:link {
	color: #C66;
}
a:visited {
	color: #333;
}
a:hover {
	color: #00C;
}
sup a span {
display:none;
}
 
sup a:hover span {
display: block;
background-color: #FFf2bf;
width:30%;
float: right;
font-size: 110%;
color: #333;
line-height: 130%;
padding: 10px;
margin: .2em 0 0 .5em;
}
p
{
	line-height:1.4;
}
