/* *********************
 	Header
	style.tfol-header.css
   ********************* */
A {
	text-decoration: none;
	}
IMG {
	border: none;
	}
/* *********************
 	Header
   ********************* */
#pageHeader {
	background-color: #FFFFFF;
	position: relative;
	width: 770px; height: 120px;
	margin: 0 auto;
	padding: 0;
	background-image: url('http://resource.cottoninc.com/_images/fool_header/tfol-header.background.jpg');
	background-position: top;
	background-repeat: no-repeat;
	}
/* *********************
 	Forward To A Friend
   ********************* */
#headerForward {
	position: absolute; top: 0px; left: 0px;
	width: 177px; height: 35px;
	}
#ForwardTxt A {
	color: #333333;
	position: absolute; top: 11px; left: 58px;
	width: 150px; height: 12px;
	line-height: 11px;
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
#ForwardTxt A:Hover {
	color: #000000;
	text-decoration: none;
	}
/* *********************
 	Blue Links
   ********************* */
#headerBlueLinks {
	position: absolute; top: 0px; left: 176px;
	width: 368px; height: 35px;
	background-image: url('http://resource.cottoninc.com/_images/fool_header/tfol-header.links.jpg');
	background-position: top;
	background-repeat: no-repeat;
	}
#headerBlueLinks A {
	color: #EEEEEE;
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	}
#headerBlueLinks A:Hover {
	color: #FFFFFF;
	}
#BlueLinksTxt1 A { position: relative; top: 10px; left: 20px; }
#BlueLinksTxt2 A { position: relative; top: 10px; left: 40px; }
#BlueLinksTxt3 A { position: relative; top: 10px; left: 60px; }
#BlueLinksTxt4 A { position: relative; top: 10px; left: 80px; }
/* *********************
 	Homepage link
   ********************* */
#headerHomepageLink {
	position: absolute; top: 30px; left: 230px;
	width: 540px; height: 54px;
	}
/* *********************
 	Section Links
   ********************* */
#headerSectionLinks {
	position: absolute; top: 91px; left: 0px;
	width: 620px; height: 30px;
	display: table;
	text-align: center;
	}
#headerSectionLinks A {
	color: #333333;
	font-family: Arial,sans-serif;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
	}
#headerSectionLinks A:Hover {
	border: 1px solid #A49AFB;
	color: #000000;
	padding: 2px;
	}
#headerSectionLinks LI {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
	vertical-align: top;
	}
#headerSectionLinks UL {
	margin:0;
	padding: 4px;
	white-space: nowrap;
	}
/* *********************
 	Search Engine form
   ********************* */
#headerSearchForm {
	position: absolute; top: 91px; left: 621px;
	width: 150px; height: 30px;
	text-align: center;
	vertical-align: middle;
	}
#headerSearchForm FORM {
	margin: 0;
	padding: 3px;
	}
#headerSearchForm INPUT {
	background-color: #F4FDFF;
	border: #557FA7 solid 1px;
	color: #7D4520;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	}