
body {
	font-family: Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	height:100%;
	background-color:#C7C8C8;
}

a {
	color:#4550A1;
}

#cga-banner {
	width:100%;
	height:100px;
	background-image: url(ERDT_banner-only-height-100.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#cga-banner .cga-page img {
	margin-top:10px;
	height:70px;
}

#cga-white {
	background-color:white;
	padding-top:50px;
	padding-bottom:20px;
}

.cga-page {
	width: 750px;
	margin: 0 auto;
	position:relative;
}

.cga-page img {
   border:none;
}

#cga-menu {
	position:absolute;
	xxxheight:50px;
	right:0;
	top:-75px;
}

#cga-menu a {
	color:white;
	text-decoration:none;
}

#cga-menu a:hover,
#cga-footer a:hover {
	text-decoration:underline;
}

#cga-menu li {
	float:left;
	list-style-type:none;
	color:white;
	background-color:#2E679B;
	padding:5px 20px;
	margin-left:5px;
	box-shadow:5px 5px 10px #555555;
}

#cga-menu li:hover {
	background-color:#999999;
}

#cga-footer {
	margin-top: 2em;
	width:100%;
	height:200px;
}

#cga-footer-menu {
	width: 750px;
	margin: 0 auto;
}

#cga-footer-menu a {
	color:black;
	text-decoration:none;
	margin-right:10px;
}

#cga-footer-menu .cga-right-menu {
	margin-left:10px;
}

.cga-clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

