@charset "UTF-8";
.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 1500px;
	height: 100px;
	background-color: rgba(114,114,114,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 3em;
	background-repeat: no-repeat;
	background-image: url(../images/hor_black_lg.png);
}
.container2 {
	width: 300px;
	height: 100px;
	padding-left: 70%;
	text-align: left;
	line-height: 0.75em;
	padding-top: 1%;
	padding-right: 5%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body {
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 0% 0%;
	background-clip: content-box;
	width: 100%;
	background-size: 100% auto;
	background-image: url(../images/grep_comm_full.jpg);
}
.container3 {
	width: 800px;
	height: 491px;
	background-color: rgba(114,114,114,0.76);
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: justify;
	border-radius: 10px;
}
p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: rgba(255,252,252,1.00);
	text-align: justify;
	margin-top: 26px;
	margin-right: 26px;
	margin-left: 26px;
	margin-bottom: 26px;
}
nav {
	width: 1500px;
	height: 50px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: rgba(255,255,255,1.00);
	border-width: thin;
	border-style: solid;
}
nav ul {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	height: 50px;
	list-style-type: none;
}
nav ul li {
	width: 200px;
	height: 38px;
	float: left;
	display: block;
	text-align: center;
}
nav ul li a {
	color: rgba(0,0,0,1.00);
	background-color: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 200px;
	height: 35px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
	list-style-type: none;
	text-decoration: none;
	display: block;
}

nav ul li a:visited{
	color: rgba(174,174,174,1.00);
	display: block;
}

nav ul li a:hover{
	color: rgba(114,114,114,1.00);
	display: block; 
}
	



