/* This is the core style sheet of the website */

body {
	background-color:	#cdbba3;
	color:			#FFF;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:		12px;
	background-image:	url('images/ccc_mainback_01.jpg');
	background-repeat:	repeat-x;
	margin:			0;
}

p {
	font-size:		12px;
	text-align:		justify;
	line-height:		1.6em;
	
}

h1 {
	font-size:		1.2em;
	text-align:		right;	
	font-style:		italic;
	letter-spacing:		5px;
}

h2 {
	font-size:		1.1em;
	text-decoration:	underline;
}

h3 {
	font-size:		17px;
}


p.footer {
	font-size:		.5em;
	text-align:		center;
	font-weight:		bold;
}

a:link {
	color:			#FFF;
	text-decoration:	underline;
}

a:visited {
	color:			#FFF;
	text-decoration:	underline;

}

a:hover {
	color:			#4a433a;
	background-color:	#fff;

}

a:active {

}

a.special {
	background-color:	#800000;
	color:			white;
	text-decoration:	none;
}

a:visited.special {
	text-decoration:	none;
}


table {
	font-size:		12px;
}

form {
	font-size:		12px;
}

ul.inside {
	color:			#FFF;
	font-size:		12px;
	list-style-type:	square;
	list-style-image:	url('images/ccc_bullet01.gif');
	line-height:		1.6em;

}



#navlist {
	width:			726px;
	margin-top:		0px;
	margin-bottom:		0px;
	padding:		3px 0;
	margin-left:		0;
	border-bottom:		6px solid #4a433a;
	font:			bold 12px Verdana, sans-serif;
	background-color:	#4a433a;
	border-left:		1px solid #1d1b17;
	border-right:		1px solid #1d1b17;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist  {width: 728px;}
/*End hide*/

#navlist li {
	list-style:		none;
	margin:			0;
	display:		inline;
	
}

#navlist li a {
	padding:		3px 0.5em;
	margin-left:		8px;
	border:			1px solid #cdbba3;
	border-bottom:		none;
	background:		#DDE;
	text-decoration:	none;
}

#navlist li a:link { color: #4a433a; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
	color:			#000;
	background:		#f87b4b;
	border-color:		#000;
}

#navlist li a#current {
	background:		#847868;

}
