body {
	background: #56211b;
	color: #2c0905;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #56211b;
}

#container {
	border: #3e110c 7px solid;
	width: 512px;
	background: #cec8b2;
	margin: 30px auto 0px auto;
}

#header-left {
	height: 256px;
	background: #230905 url(../images/tv1-header.jpg) no-repeat;
	float:none;
}
#header-middle, #header-right {
	float: none;
}

#header-blurb {
	font-size: 14px;
	padding-left: 15px;
	padding-right: 20px;
}

#header-form .form-row{
	clear: both;
	margin-left: 80px;
	height: 25px;
}

#header-form label{
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	width: 137px;
	margin-right: 5px;
	padding-top: 3px;
}

#header-form input{
	height: 17px;
	*height: 16px;
	float: left;
	width: 200px;
}

#header-form select {
	height: 22px;
	float:left;
	width: 205px;
	*width: 207px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content ul li, #container .send-letter .accordionhandle{
	margin: 0px;
	*margin-bottom:-3px;
	padding: 0px;
	width: 512px;
	background: #cec8b2 url(../images/openstate.jpg) no-repeat;
}

#content ul li .title, #container .send-letter .accordionhandle .title{
	height: 22px;
	color:  #2b0907;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-top: 5px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 2px;
}

#content ul .on .title{
	color:  #2b0907;
}	

#content ul li .inner{
	font-size: 13px;
	font-weight: bold;
	color:  #2b0907;
	padding: 2px 20px 2px 15px;
}

#container .user-info {
	margin: 0px auto;
}

.submit
{
	text-align: center;
}

.note
{
	text-align: center;
	font-size: 11px;
}

#validation
{
	text-align:center;
	margin-bottom: 5px;
}