body {
	margin: 0px;
	text-align:center;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #fff;
	position: static;
	z-index: -1;
	letter-spacing: .2px;
}

a {
	text-decoration: none;
	color: #333333 
}

a:hover  {
	text-decoration: underline;
	color: #993300;
}

#main {	
	/*top: 0px;*/
	padding-top: 20px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:1020px;
}

#tc {
	width: 220px;
	float: right;
}

img.tc {
	border:none;
	margin: 4px 0px 4px 0px;
}

#hcontainer {
	margin: 0px auto;
	background-image: url(images/ic_bg_grad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: visible;
	position: relative;
	background-color: #000066;
	background-color: white;
}

#header {
	height: 25px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	padding-top: 3px;
}