body {
	height: 595px;
	font-size: 12px;
}

#content{
	position: relative;
	float: left;
	margin: 179px 0 0 0;
	width: 966px;
	z-index: 30;
}

#container {
	background: none;
}

#header h1 {
	background: none;
}

#col1,
#col2,
#col3,
#col4{
	float: left;
	width: 210px;
	height: 148px;
	padding: 10px;
	margin: 0 5px 8px 5px;
	background: #ffffff;
}

#col1{
	margin: 0 5px 8px 8px;
}

#menu{
	position: absolute;
	top: 24px;
	left: 36px;
	height: 25px;
	width: 730px;
	z-index: 30;
}

h1{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}

h1.csc-firstHeader{
	display: block;
	font-size: 16px;
	font-family: Courier New, Courier, mono;
	color: #939393;
	font-weight: bold;
	padding: 0;
	margin: -5px 0 3px 0;
}

h3 {
	margin: 0 0 5px 0;
	
}

p{
	margin: 5px 0 0 0;
}

#content a{
	text-decoration: none;
	color: #ff9b0b;
	font-size: 12px;
	font-family: Courier New, Courier, mono;
	font-weight: bold;
}

#content a:hover{
	text-decoration: underline;
}