/* reset code */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}

/*hiding class for degradeability */

.hideMe {
	display: none;
}
/* Global styles */

body {
	background-color: #fff;
	color: #7e8083;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin:10px 0px 0px 0px;
	padding:0px;
}
h1 {
	background-image:url(../images/cottonsHeader.gif);
	background-position: 85px bottom;
	background-repeat: no-repeat;
	position: relative;
	/*margin: 70px 0 0 84px;*/

	margin: 0px;
	height: 121px;
	width:838px;
	margin-bottom: 1px;
}
/* Persistent and structural elements */

#container {
	background-image:url(../images/containerBg.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 840px;
	margin: 10px auto;
	position:relative;
	border: 1px auto #f00;
}
#header {
	background-image:url(../images/headerBg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 147px;
	position: relative;
}
#topNav {
	display: block;
	margin: 0;
	padding:0;
	width: 838px;
	height: 25px;
	position:relative;
	border: 0px solid #f00;
}
#disclaimerText {
	color: #fff;
	font-size: 7pt;
	padding-bottom: 3px;
	position: relative;
	left: 84px;
	width: 600px;
}
#disclaimerText a {
	color: #fff;
	text-decoration:none;
}
#disclaimerText a:hover {
	color: #893762;
}
.clearMe {
	clear: both;
}
