body {
	background-image: url(images/grey_bkg.jpg);
	background-repeat: repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

a:link 		{ color: #000; text-decoration: none; text-align: right; font-size:.8em; font-weight: normal;}
a:active 	{ color: #000; text-decoration: none; text-align: right; font-size:.8em; font-weight: normal;}
a:visited 	{ color: #000; text-decoration: none; text-align: right; font-size:.8em; font-weight: normal;}
a:hover	 	{ color: #000; text-decoration: underline; text-align: right; font-size:.8em; font-weight: normal;}

h4 {
	font-size:1em;
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
	display: inline; 
}
h3 {
	font-size:1.1em;
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
	display: inline; 
	}
h2 {
	font-size:1.2em;
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
	display: inline; 
	}
h1{
	font-size:1.3em;
	font-weight: normal;
	margin-top: 0px;
    margin-bottom: 0px;
	display: inline; 
	}
	
.oneColFixCtrHdr #companyName  {
	background:url(images/name_bkg.jpg) no-repeat;
	background-size: 100%;
	position: absolute; // reposition logo from the natural layout  
	z-index: 2;
	text-align:center;
	font-size:23px;
	width: 100%;
	height: 31px;
	top: 65px;
	left: inherit;
	clear: both;
	border: none;
}

.oneColFixCtrHdr #phoneNumber  {
	position: absolute;  // reposition logo from the natural layout  
	z-index: 3;
	width: 100%;
	height: 20px;
	top: 110px;
	text-align:right;
	border: none;
}
.oneColFixCtrHdr #phoneNumber a:link 	{ color: #000000; text-decoration: none; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #phoneNumber a:active 	{ color: #000000; text-decoration: none; text-align: right;	font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #phoneNumber a:visited { color: #000000; text-decoration: none; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #phoneNumber a:hover	{ color: #000000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}

.oneColFixCtrHdr #documentheader  {
    background:url(images/name_bkg.jpg) no-repeat;
	background-position: center;
	background-size: 550;
	font-size:1.1em;
	font-weight: normal;
	padding-left: 10px;
}
.oneColFixCtrHdr #documentlink  {
	padding-left: 10px;
}
.oneColFixCtrHdr #documentlink a:link 	{ color: #000000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #documentlink a:active 	{ color: #000000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #documentlink a:visited { color: #000000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #documentlink a:hover	{ color: #000000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal; font-style: italic;}

.oneColFixCtrHdr #tagLine  {
	position: absolute;  // reposition logo from the natural layout  
	z-index: 4;
	width: 100%;
	height: 50px;
	top: 5px;
	text-align:right;
	border: none;
}
.oneColFixCtrHdr #wrapper { 
position: relative; 
background: #000; 
width: 100%; 
} 

.oneColFixCtrHdr #back  {
	position: absolute;  // reposition logo from the natural layout  
	z-index: 5;
	width: 100%;
	height: 20px;
	top: 153px;
	text-align:left;
	vertical-align:top;
	border: none;
}
.oneColFixCtrHdr #back a:link 	{ color: #000000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal; font-style: normal;}
.oneColFixCtrHdr #back a:active 	{ color: #000000; text-decoration: none; text-align: right;	font-size:.9em; font-weight: normal; font-style: normal;}
.oneColFixCtrHdr #back a:visited { color: #000000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal; font-style: normal;}
.oneColFixCtrHdr #back a:hover	{ color: #000000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal; font-style: normal;}


.oneColFixCtrHdr #container {
	position: relative; 
	clear: both;
	width: 850px;  /* 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 */
}
.oneColFixCtrHdr #header {
	text-align: center;
	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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #BBBBBB*/
	background-image: url(images/stainless_sheet.jpg);
	background-repeat: repeat;
	border-top:2px groove #EEEEEE; 
	border-right:1px outset #EEEEEE; 
	border-left:4px groove #EEEEEE; 
    border-bottom:3px outset #EEEEEE; 
	font-size:1em;
}
.oneColFixCtrHdr #mainContent p{
	margin-top: 0px;
    margin-bottom: 0px;
	font-size:.9em;
}
.oneColFixCtrHdr #mainContent p a:link 	{ color: #000; text-decoration: none; text-align: right; font-size:1em; font-weight: normal;}
.oneColFixCtrHdr #mainContent p a:active 	{ color: #000; text-decoration: none; text-align: right; font-size:1em; font-weight: normal;}
.oneColFixCtrHdr #mainContent p a:visited { color: #000; text-decoration: none; text-align: right; font-size:1em; font-weight: normal;}
.oneColFixCtrHdr #mainContent p a:hover	{ color: #000; text-decoration: underline; text-align: right; font-size:1em; font-weight: normal;}

.oneColFixCtrHdr #mainContent a:link 	{ color: #000; text-decoration: none; text-align: center; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #mainContent a:active 	{ color: #000; text-decoration: none; text-align: center;	font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #mainContent a:visited { color: #000; text-decoration: none; text-align: center; font-size:1em; font-weight: normal; font-style: italic;}
.oneColFixCtrHdr #mainContent a:hover	{ color: #000; text-decoration: underline; text-align: center; font-size:1em; font-weight: normal; font-style: italic;}

.oneColFixCtrHdr #footer {
	padding: 0 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:.7em;
	font-weight: normal;
	margin-top: 10px;
    margin-bottom: 0px;
	text-align: left;
}
.oneColFixCtrHdr #footer a:link 	{ color: #000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal;}
.oneColFixCtrHdr #footer a:active 	{ color: #000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal;}
.oneColFixCtrHdr #footer a:visited 	{ color: #000; text-decoration: none; text-align: right; font-size:.9em; font-weight: normal;}
.oneColFixCtrHdr #footer a:hover	{ color: #000; text-decoration: underline; text-align: right; font-size:.9em; font-weight: normal;}
