
.fullWidth {
    padding: 5px;  /* 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. */  
}
.fullWidth h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 115%;
    color: #006600;
    padding-top: 15px;
}  
.blankRow {
    width: 100%;
}
.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;
}
.fullWidth .customerProfileDetails {
	float: right;
	width: 250px;
	padding-left: 30px;
	display: inline;
}
table.customerProfile {
	width: 210px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3E3E3;
}

table.customerProfile .companyName {
	font-size: 105%;
	font-weight: bold;
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

table.customerProfile .companyName hr {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #999999;
	background-color: #999999;
	height: 1px;
}

table.customerProfile .category {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

table.customerProfile .details {
	font-weight: normal;
	font-size: 85%;
	vertical-align: 0%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
