html, body {
	background: #FFFFFF; 
	height: 100%;
	margin: 0;
	padding: 0;
	behavior: url(csshover.htc);
}

.bodydiv {
	width:98%;;
	border: 1px solid #26754F;
}

.header {
	background-image: url('images/header-bg.jpg');
	height: 145px;
	width:100%;
}

.logo {
	height: 145px;
	float: left;
}

.cotton {
	height: 145px;
	float: right;
}

.main {
	background: #FAF7F2;
	text-align: center;
}

.bodytxt {
	FONT-FAMILY:"Times New Roman", Times,'serif';
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	line-height: 20px;
	text-align: left;
}

.bodytxt2 {
	FONT-FAMILY:times,'serif';
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	line-height: 20px;
	text-align: left;
}


.bodypad { 
	padding:30px;
}

a:link {
	text-decoration:underline;
	color:#006600;
	font-weight:bold; }

a:visited { 
	text-decoration:underline; 
	color:#006600; 
	font-weight:bold; }

a:active { 
	text-decoration:none; 
	color:#003300; 
	font-weight:bold; }

a:hover { 
	text-decoration:none; 
	color:#003300; 
	font-weight:bold; }


.popup {
	position:absolute;
	z-index:50;
	FONT-FAMILY: arial, tahoma, verdana, helvetica, 'sans serif';
	FONT-SIZE: 8pt;
	FONT-WEIGHT: normal;
	padding:20px;
	top:470px;
	left: 300px;
	width:200px;
	height:150px;
	background-color: #FBF9F4;
	border:1px solid #29734E;
	text-align:left;
	margin: 20 auto; }