body 
{
}



#header
{
	margin: 5px;
	background: transparent url('../images/cnc_logo.gif') no-repeat;
	width: 140px;
	height: 80px;
	float: left;
}

#green
{
	background-color: #b5dc10;
	height: 5px;
}

#grey
{
	background-color: #a3a3a3;
	height: 5px;
}

#tagline
{
	margin: 5px;
	float: right;
	text-align: right;
}

#leftNav
{
	width: 130px;
	background-color: #b4b4b4;
	float: left;
	clear: none;
}

#contentarea
{
	padding: 10px;
	float: left;
	width: auto;
	color: #a3a3a3;
}

#tagline h1 
{
	color: #b5dc10;
}

#tagline h1 em
{
	color: #a3a3a3;
}

.clear
{
	clear: both;
}

ul.nav
{
	list-style: none;
	margin-left: 0px;
}

.nav li
{
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #b5dc10;
}

.nav a
{
	text-decoration: none;
	color: Black;
	font-weight: normal;
}

/*.nav a:hover
{
	font-weight: bold;
	color: Black;
}*/

a.nav1
{
	color: Black;
}

a.navActive
{
	font-weight: bold;
}

#cncFooter
{
	margin-top: 4px;
	background-image: url( '../../../images/cn_logo.gif' );
	float: right;
	margin-right: 10px;
	width: 158px;
	height: 12px;
	background-repeat: no-repeat;
}

#container
{

	background-image: url( '../../../images/background.gif' );
	background-repeat: repeat-y;
	background-position: left;
}

/*a 
{
	color: #a3a3a3;
	text-decoration: none;
	font-weight: bold;
}*/

/*a:hover
{
	color: #b5cde9;
}*/