@charset "utf-8";
body {
	font: 90% Arial, Helvetica, Verdana, sans-serif;
	background: #c99669;  /*added -km*/
	background-image:url(images/bkgd_brownLite_03.jpg);
	background-repeat: repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #690C1C;
}
a:visited {
	color: #690C1C;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #690C1C;
}
h1 {
font: "Times New Roman", Times, serif;
font-size:20px;
margin: 0px;
padding: 0px;
}
h2 {
font: "Times New Roman", Times, serif;
font-size:16px;
margin: -8px 0 0 0;
padding: 0px;
}
h3 {
font: "Times New Roman", Times, serif;
font-size:14px;
margin: 0px;
padding: 0px;
}
.oneColFixCtrHdr #container {
	background-image:url(images/paper_bkgd3.jpg);
	background-repeat:repeat-y;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:#ddd;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #top {
	background: #e6c398 url(images/fvcc_no_flash.jpg);
	padding: 0 10px 0 0px;  /* 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. */
	height: 418px;
}
.oneColFixCtrHdr #top 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #menuholderLeft {
	border: 0;
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 29px;
	height: 30px;
}
.oneColFixCtrHdr #menuwrapper {
	background-color:#692f1e;
	background-image: url(p7tbm/img/tomato_bevel.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 895px;
}
.oneColFixCtrHdr #menuholder {
	padding: 0 0 15px 130px; /*km was 130px padding-left*/
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 30px;
}
.oneColFixCtrHdr #aflcio {
	float:right;
	padding-bottom: 15px;
	margin-bottom: 0px;
	height:30px;
}
.oneColFixCtrHdr #menuholderRight {
	background-image:url(images/menu_r.jpg);
	background-repeat:repeat-y;
	padding: 0 0 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width: 26px;
	height: 30px;
}
.oneColFixCtrHdr #leftEdgeNOT  {   /*NOT*********************************/
	position:absolute;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	float:left;
	width:25px;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	margin-top: 45px;
	margin-left:200px;
	width: 600px;
}
.oneColFixCtrHdr #mainContent p {
font:	11px/1.2 Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightEdgeNOT {  /*****************************NOT***************/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	background:#996666;
	margin-left: 840px;
	width:26px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/paper_bkgd3.jpg);
	background-repeat:repeat-y;
	border-top: 1px dotted #666;
}
.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 */
	font:	9px/.8 Verdana, Arial, Helvetica, sans-serif;
	color: #5f2d1d;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

