body {
	background-image:url(../images/cc-home-background.jpg);
	background-repeat:repeat-x;
	background-color:#FF9933;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding:0px;
	margin:0px;
}



td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a#nav {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover#nav {
	color:#990721;
/*	border:#CC0000;
	border-style:solid;
	border-width:medium; */
}

a:visited#nav {
	text-decoration:none;
}



a:active#nav {
	text-decoration:none;
}


a:hover {
	color:#990721;
}

a:visited {
	text-decoration:none;
}



a:active {
	text-decoration:none;
}


div.full-page {
	position:relative;
	width:800px;
	margin:0px auto 0px auto;
	padding:0px;
}

div.header {
	position:relative;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
}


.logo {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	z-index:1;
}

.top-nav {
	position:absolute;
	top:97px;
	left:240px;
	z-index:2;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.top-nav-item {
	
	margin-right:12px;
	margin-left:6px;
	margin-bottom:0px;
}


.search-button {
	margin-left:40px;
	padding-top:20px;
	width:680px;
}

.info-block {
	padding:20px 0px 20px 0px;
	margin:0;
	width:800px;
}

h6 {
	margin: 5px;
}


iframe  {
	margin:15px 0px 0px 0px;
	padding:0;
	width:835px;
	height:1000px;
	border:none;
}

div.feature  {		/* User for feature articles in site - lighter color with border */
	background-color:#fdfdfd;
	border:#de9350 thin solid;
	padding:5px 10px 5px 10px;
	margin:25px 0px 5px 0px;
}

a {  /* link used within a featured div */
	color:#990721;
	text-decoration:none;
}

a:hover  {  /* link used within a featured div */
	color:#0066CC;
	text-decoration:none;
}

a:visited  {  /* link used within a featured div */
	text-decoration:none;
}

a:active  {  /* link used within a featured div */
	text-decoration:none;
}

