body {
	margin: 0;
	background-image:url(../img/Sky_bg.png);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #142c52;
	margin-top: 0;
	border-bottom: 2px solid #142c52;
}
#content {
	width: 798px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left: 1px solid #142c52;
	border-right: 1px solid #142c52;
	border-bottom: 1px solid #142c52;
}
#header {
	width: 798px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	height: 110px;
	border-top: 1px solid #142c52;
	border-left: 1px solid #142c52;
	border-right: 1px solid #142c52;
	border-bottom: 2px solid #8BA8BE;
	/*background-image: url(../newsletter/2008/12/17/img/TexasFair_Newsletter_20081217.jpg); */
	/*background-image:url(../newsletter/2008/12/24/img/TexasFair_20081224.jpg); */
	/*background-image:url(../newsletter/2008/12/31/img/TexasFair_20081231.jpg); */
	/*background-image: url(../img/Poteet%202008%20May021.jpg); */
	background-image:url(../img/Header_NeonTexasFlag_20090205.jpg);
}
#headerads {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #142c52;
	border-right: 1px solid #142c52;
	background-color: #cccccc;
	padding: 5px;
	text-align: center;
}
#footer {
	border-top: 1px solid #8BA8BE;
	text-align: center;
	clear: both;
	color: #aaaaaa;
	font-size: x-small;
}

#footer a, a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

#footer a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

#logo {
	background-image: url(../img/TexasFair.png);
	float:left;
	width: 150px;
	height: 100px;
	margin-right: 20px;
	display:block;
}
.hide {
	display: none;
}

/*=========================================*/

.message_error {
	margin-top: 0;
	border: solid 1px #990000;
	background-color: #ffddff;
	color: #990000;
	padding: 10px;
}

.message_good {
	margin-top: 0;
	border: solid 1px #006600;
	background-color: #b3e3a4;
	color: #006600;
	padding: 10px;
}

.message_neutral {
	margin-top: 0;
	border: solid 1px #ffcc66;
	background-color: #ffffcc;
	color: #666666;
	padding: 10px;
}

/*=========================================*/

#leftcolumn {
	width: 580px;
	float: left;
	padding: 10px;
}

#rightcolumn {
	float: right;
	width: 176px;
	padding: 10px;
}

/*=========================================*/

/*
    Standing on the shoulders of giants
    An ALA Style Horizontal Nav
*/

#menuwrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	width: 820px;
	background-color: #142c52;
	height: 18px;
}

#menu {
	font-size: small;
	font-weight: bold;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-bottom: 10px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  border: 0;
}

#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
  display: block;
}

#menu ul li a {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #142c52;
	width: 131px;
	height: 18px;
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:hover.current
{
  background-color: #8BA8BE;
  color: #ffffff;
}

#menu ul li a.current {
  background: #8BA8BE;
  color: #ffffff;
}

/*=========================================*/

.formheader {
	padding: 5px;
	font-size: small;
	text-align:center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #142c52;
	color: #ffffff;
	margin-bottom: 0;
}

.input {
	background-color: #ffffcc;
}

.signup {
	padding: 5px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../img/Form_Background.png);
	background-repeat:repeat-x;
	font-weight: bold;
	border: solid 1px #142c52;
	margin-top: 0;
}

.signup fieldset {
  border: none;
}

.error {
	color: #990000;
}

/*=========================================*/