h2 {
	display: none;	
}

#navdivisions {
	width: 198px;
	float: left;
}

#navdivisions ul {
	margin: 24px 0px 0 34px;
	padding: 0;
	list-style-type: none;	
}

#homecontent {
	margin-top: -43px;
	height: 100px;
	clear: both;
	position: absolute;	
	z-index: 100;
}

#phplogin {
	padding-top: 71px;
	width: 511px;
	float: left;
}

#phplogin h3 {
	height: 20px; 
	width: 511px;
	margin: 0;
	padding: 0;
	background: url('/images/phplogin.jpg');
	border: none;	
}

#phplogin h3 a {
	height: 20px; 
	width: 511px;
	margin: 0;
	padding: 0;
	background: url('/images/phplogin.jpg');
	display: block;	
}

#phplogin h3 a span {
	display: none;	
}

#whatsnew {
	width: 425px;
	height: 85px;
	float: left;
}

#whatsnew h2 {
	margin: 0;
	padding: 0;
	/*background: url('/images/whatsnew.jpg');*/
	display: block;
}

#whatsnew h2 a {
	width: 425px;
	height: 105px;
	display: block;
	/*background: url('/images/whatsnew.jpg');*/
	
}

#copy {
	left: 0px;
	float: left;
	background: url('/images/ctnbluebg.jpg');
}

#copyhead {
	background: url('/images/ctnbluetop.jpg');	
}

#copyfooter {
	background: url('/images/ctnbluebtm.jpg');
}

a.button {
	text-decoration: none;
	background-color: #181f29;
	color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
}

a.button:hover {
		background-color: #10355f;
	}
