body
{
	margin: 0;
	padding: 0;
	font: 100.01% Verdana;
	text-align: center;
	color: #333;
	background-color: #fbfaf4;
	background-image: url(../images/a1.gif);
	background-repeat: repeat-x;
}

a:link { color: #f5f5f5; }
a:visited { color: #f5f5f5; }

a:hover, a:active
{
	color: #3f3f3f;

}

h1  {
color: #B5B098;
width:100%;
background:transparent;
font-size:24px;
text-align:left;
}

h3
{
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	margin-top: 10px;
	width: 950px;
	text-align: left;
	border: 1px solid #4A4A4A;
	background-color: #edebd5;
}

#header
{
	height: 150px;
	width: 100%;
	background-image: url(../images/header950.png);
	background-repeat: no-repeat;
	border-bottom: 0px solid #204292;
	position: relative;
	}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#navbar
{
	height: 25px;
	color: #B5B5B5;
}

.hbuttons a {
display: block;
text-decoration: none;
font: 0.8em verdana;
font-weight: bold;
color: #f5f5f5;
width: 135px;
height: 25px;
float: left;
display: inline;
padding-top: 3px;
margin-top: 126px;
text-align:center;
}


.hbuttons a:hover{
color: #979696;
}

#col-a { 
	float: left;
	width: 160px;
	height: 540px;
	padding: 20px 10px 20px 11px;
	font-size: 0.8em;
	text-align: left;
}
	
#col-b {
	float: right;
	width: 725px;
	height: 540px;
	font-size: 0.8em;
	border-left: 1px solid #333333;
	background-color: #ffffff;
	padding: 20px 10px 20px 10px;
}

#footer{
	clear: both;
	width: 100%;
	height: 70px;
	padding-top: 5px;
	font-size: 0.6em;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #f5f5f5;
	border-top: 4px solid #B70000;
}

img.tv{
	float: left;
	margin-left: 3px;
	}
	
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 50px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}