/* CSS Document */

body {
	margin:0px;
	padding:0;
	background-image: url(CC-images/CC-page-BG.jpg);
	background-repeat: repeat-x;
	}

H1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	line-height:20px;
	color:#003333;
	margin: 5px 0 5px 0;
	}	
	
H1 a:link, a:visited, a:active {
	color:#003333;
	text-decoration:none;
	}
	
H1 a:hover {
	text-decoration:underline;
	}	
	
p {
	margin:10px 0 5px 0;
	}
	
a:link {color:#003333;text-decoration:underline;}
a:active {color:#003333;text-decoration:underline;}		
a:visited {color:#003333;text-decoration:underline;}
a:hover {color:#003333;text-decoration:none;}	

.clutter-main {
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height:140%;
	padding: 0 10px 0 0;
	}
	
.table-BG {
	background:url(CC-images/CC-table-BG.gif) repeat-x bottom;
	border-left:solid #999999 1px;
	border-right:solid #999999 1px;
	}
	
.top-bar {
	background-image:url(CC-images/CC-BG-tile.jpg);
	background-repeat:repeat-x;
	}	
	
.image-border {
	border:solid #003333 1px;
	}	
	
.bottomnav {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color:#003333;
	}
	
.bottomnav a:link {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color:#003333;
	text-decoration:underline;
	}
	
.bottomnav a:active {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color:#003333;
	text-decoration:underline;
	}
	
.bottomnav a:visited {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color:#003333;
	text-decoration:underline;
	}		
	
.bottomnav a:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color:#003333;
	text-decoration:none;
	}		
	
.logo-left {
	background-image:url(CC-images/CC-logo.jpg);
	background-color:#f8fcff;
	width:161px;
	background-repeat: no-repeat;
	}
	
.topnav {
	background-image:url(CC-images/CC-top-nav-linkbar.jpg);
	height:36px;
	background-color:#FFF;
	background-position:left;
	background-repeat:no-repeat;
	}	

#topnavbox {
	margin:0 15px 0 33px;
	}

.toplinks {
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
	}

.toplinks a:link {
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}
	
.toplinks a:active{
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}
	
.toplinks a:visited {
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	}		
	
.toplinks a:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	}	

.orange {
	background-color:#FEE7CD;
	padding: 4px 0 4px 0;
	}
	
.blue {
	background-color:#C1E9FF;
	padding: 4px 0 4px 0;
	}	
