
/*style of tab content oontainer*/
div#main{ 
	position:relative;
	z-index:1;
	margin-top:2px;
	border: 1px solid #CCC;
	width: 790px;
	height:auto;
	overflow:visible;
	text-align:left;
	overflow:auto;
	padding:4px;
	clear:both;
}

#footer{
	margin-top:4px;
	width:797px;
	height:28px;
	clear:both;
	border:1px solid #CCC;
}
#footer2{
	margin-top:4px;
	width:797px;
	height:28px;
	clear:both;
	border:1px solid #ccc;
}
#footer3{
	margin-top:4px;
	width:797px;
	height:28px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;	
}
div#newsletter{
	font-size:9px;
	color:#FFF;
}
div#newsletter td{
	color:#FFF;
	white-space:nowrap;
}
.inputtext{
	margin:0;
	padding:2px;
	border:1px solid #666666;
	width:120px;
	height:18px;
	font-size:9px;
}
div#headerlnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	color:#003366;
}
