@charset "utf-8";
/* CSS Document */
.print_only {
	display:inline;
}
.no_print {
	display:none;
}
@page {
	size:landscape;
	margin:0px;
}
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	line-height:140%;
	background-color: #c8cae0;
	background-image:url(images/page_bg.gif);
	background-repeat:repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.oneColFixCtrHdr #container {
	width: 10.5in;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 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. */
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-repeat:no-repeat;
	width:10in;
}
#leftContent {
	float:left;
	padding-right:100px;
}
#rightContent {
	float:right;
}
#title {
	clear:both;
	display:none;
}
#bottom_content {
	background-image:url(images/bottom_bg.png);
	background-repeat:repeat-y;
}
#bottom_content p {
	padding:20px 30px;
}
.oneColFixCtrHdr a:link {
	color:#4f549a;
}
.oneColFixCtrHdr a:visited {
	color:#4f549a;
}
.oneColFixCtrHdr a:hover {
	color:#c8981a;
}
.oneColFixCtrHdr a:active {
	color:#c8981a;
}

.oneColFixCtrHdr #footer {
	padding: 5px 25px 5px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:70%;
	clear:both;
}
.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 */
}
.oneColFixCtrHdr #footer a {
	text-decoration:none;
	color:#333;
}
.highlight_text {
	color:#4b4e6f;
	font-weight:bold;
}
.oneColFixCtrHdr #dhtmltooltip {
}

.errorfield {
	color:#F00;
	background-color:#FCC;
}
.client_row {
	vertical-align:middle;
}
.client_list_type {
	text-align:center;
	text-transform:uppercase;
	color:#4f549a;
	background-color:#e5e6f0;
	font-size:10px;
	line-height:100%;
	font-weight:bold;
}
.client_col_gold {
	background-color:#f4ead1;
}
#eletter_text {
	padding:10px 40px;
	width:9in;
}
