@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 10 px;
	padding-right: 10 px;
	overflow: hidden;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #FFF;
	background-image: url(images/Web_TPWD.gif);
	background-position: 13px 10px;
	height: 139px;
	width: 780px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	background-color: #DDD;
	background-image: url(images/Options%20Text.gif);
	background-position: 10px 35px;
	height: 205px;
	width: 740px;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 440px;
	padding-top: 2px;
}
.oneColFixCtrHdr #main_image{
}
.oneColFixCtrHdr #lcolumn_container{
	float: left;
	width: 385px;
	padding-top: 40px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	overflow: hidden;
}
.oneColFixCtrHdr #left_column1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	float: left;
	width: 150px;
	padding-left: 30px;
}
.oneColFixCtrHdr #left_column2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	float: none;
	width: 150px;
	padding-left: 215px;
}

.oneColFixCtrHdr #rcolumn_container {
	float: right;
	width: 385 px;
	padding-top: 40px;
	overflow: hidden;
}
.oneColFixCtrHdr #container #column_container {
	overflow: hidden;
	width: auto;
}

.oneColFixCtrHdr #right_column1 {
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	width: 150px;
}
.oneColFixCtrHdr #right_column2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	width: 150px;
	padding-left: 185px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	background-color: #FFF;
}
.oneColFixCtrHdr #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 */
	color: #000;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 120%;
	font-weight: bold;
	color: #600;
	word-spacing: normal;
	margin: 0 auto;
}
h3 {
	margin:0 auto;
}
img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0px;
	padding-top: 0px;
}
a {
	color: inherit;
	text-decoration: underline;
	font-size: inherit;
	font-weight: inherit;
}

