body {
	background: #ffffff;
	margin: 0px;
}

img {
	border: 0px;
}

p, div, td, a, li, input, textarea, select {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #737373;
	text-decoration: none;
}
p {
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
}
a {
	text-decoration: underline;
}
h1.csc-firstHeader {
	font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
	margin: 0px 0px 25px 20px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 782px;
	height: 44px;
}

	#navtop {
		position: absolute;
		top: 19px;
		left: 20px;	
	}

#flash {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 782px;
	height: 178px;
}

#navhome {
	position: absolute;
	top: 223px;
	left: 0px;
	width: 782px;
	height: 78px;
}

#footer {
	position: absolute;
	top: 302px;
	left: 0px;
	width: 782px;
	height: 180px;
	background: #f0f0f0;
}
	#box_content {
		position: absolute;
		top: 20px;
		left: 0px;
		background: #f0f0f0;
		height: auto; 
		width: 782px;
		padding-bottom: 20px;
	}