html
{
	min-height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0;
	background-color: #FF9900;
  	background-image: url(../images/repeat.gif);
	font-size: 78%;
	font-family: Helvetica, Arial, Sans-serif;
	background-position: center top;
	background-repeat: repeat-y;
}

a
{
 	color:#4290B8;
}

a:hover
{
	color: #59806F;
	text-decoration: none;
}

h1, h2
{
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Tahoma, Arial, Sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #333;
	text-align: left;
}
h2 {
        text-align: center;
}


table
{
	width: 100%;
	border-collapse: collapse;
	margin-left: 10px;
}



th
{
	background: #e5e5e5;
}

#container
{
	width: 762px;
	margin: 0 auto;
       
}

#header
{
	background: url("../images/sparkybanner.gif") no-repeat;
	height: 257px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#header h1, #header h2
{
	color: #fff;
	padding: 55px 0 0 75px;
	font-size: 3em;
}

#header h2
{
	font-size: 1.2em;
	padding: 0 0 0 75px;
	margin-top: -6px;
}

#leftcol
{
	float: left;
	width: 490px;
        padding: 0 0 0 10px;
}

#rightcol
{
	width: 240px;
	float: right;
	
}

#rightcol h1
{
	font-size: 1.3em;
        padding-left: 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
        text-align: left;
}
p.feeds {
        text-align: center;
        font-size: .5ems;
}

#rightcol p, #rightcol form {
        padding-left: 20px;
}

img.portrait {
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	display: block;
	margin: 10px auto 0 auto;
}

#rightcol li {
	line-height: 1.5em;
	list-style: none;
}

.nav {
	list-style: none;
	padding-left: 17px;
	margin: 0 auto;
}

.nav li {
	background: #fff;
	width: 210px;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.nav li a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 210px;
}

.nav li a:hover {
	background: #4C83BA;
	color: #fff;
}

.nav a.current, .nav a.current:active, .nav a.current:visited {
	background: #4C83BA;
	color: #fff;
}

#footer {
	text-align: center;
	background: #fff;
	clear: both;
	margin: 0;
        padding: 8px 0 8px 0;
	border-top: 1px solid #ccc;
}
img {
        border: none;
}

img.right {
        float: right;
        display: inline;
	margin-left: 10px;
        border: 1px solid #333333;
}
img.right-noborder {
        float: right;
        display: inline;
	margin-left: 10px;
        border: 1px solid #333333;
}
img.left {
        float: left;
        display: inline;
	margin-right: 10px;
        border: 1px solid #333333;
}
img.left-noborder {
        float: left;
        display: inline;
	margin-right: 10px;
        border: none;
}

table.flyers {
	border: none;
	margin-left: 10px;
	margin-right: 10px;
}

td.flyers {
	border: none;
}

p.signature {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	font-style: italic;
}

div.testimonial {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #003399;
}

table.misc {
	border: none;
}

td.misc {
	border: none;
}


hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}
form {
	width: 80%;
        margin: 0;
        padding: 0;
        float: left;
}
form input, form select {
	margin-bottom: 10px;
        float: left;
}
form label {
	clear:both;
	color:#666666;
	display:block;
	float:left;
	padding-right:10px;
	width:200px;
}
form br {
	clear: left;
	margin-top:10px;
	display:block;
}
.checkbox {
	margin: 0 .2em .1em .2em;
}

legend {
	margin:0 0 0 10px;
	padding:0 5px 8px 5px;
}
fieldset {
border: none;
}
.rssThumbFloat {
  float: left;
  width: 230px;
  border: none;
  margin: 0 5px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .85em;
}
.rssThumbFloat .cap {
  float: left;
  text-align: center;
  width: 230px;
}
p.decStyle {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height:12px;
  background: #FFE480;
  border: 1 solid #C0C0C0;
  font-weight: bold;
}
p.decStyle a { 
  text-decoration: none;
  color:#3333cc;
}
p.decStyle a:hover {
  color: #FF6800;
}