@charset "UTF-8";
/* CSS Document */

/* Original layout CSS */
body {
	background-color: #b3b3b3;
	background: no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin: 0;
}
main {
	margin: 0 auto;
	width: 960px;
	height: 100%;
	overflow: auto;
}
header {
	background-image: url(../images/CCOPE2018.jpg);
	background-repeat: no-repeat;
	color: #cccccc;
	width: 960px;
	height: 606px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: left; 
}
nav {
	width: 100%;
	z-index: 999;
	background-color: #898989;
}
nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
nav ul li {
	position: relative;
	display: inline;
	margin-left: -4px;
}
nav a {
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 5px 10px;
	border-left: solid 1px #ffffff;
}
.firstlink {
	border-left: none;
}
nav a:hover {
	background-color: #262524;
}
.dropdown {
	position: absolute;
	left: 0;
	top: 22px;
	width: 145px;
	text-align: left;
	background-color: #898989;
	overflow: hidden;
	display: none;
	z-index: 999;
}
.dropdown li a {
	border: none;
	border-bottom: solid 1px #000000;
	width: 100%;
	margin-left: 4px;
}
.lastsublink {
	border-bottom: none !important;
}
.droplink:hover .dropdown {
	display: block;
}
.maincontainer1 {
	margin: 10px 10px 5px 10px;
	width: 900px;
	height: 100%;
	color: #808080;
	font-family: Helvetica, sans serif;
	padding: 12px;
	float: left;
}
h1 {
	font-weight: bold;
	font-size: 28px;	
}
.maincontainer1 p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

