/* MISSCO : GREEN */body {    background-image: url(../img/green_bg_image.jpg);	background-attachment: fixed;	background-repeat: no-repeat;	background-position: top center;}#solutions {	background-image: url(../img/solutions_green.png);}#header, #menu, #footer {	background-color: #9db524;}#title {	font-family: Georgia, Times New Roman, Times, serif;	font-size:26px;	color:#9db524;	margin-left: 10px;	margin-right: 10px;	letter-spacing:1px;	margin-bottom:15px;	padding-bottom: 5px;	border-bottom: solid #CCC 1px;}a:hover {	text-decoration: none;	color: #9db524;}/* SUB-COLORS */#navcontainer a:link {	color: #9db524;	text-decoration: none;}#navcontainer a:visited {	color: #9db524;	text-decoration: none;}#navcontainer a:hover {	background-color: #9db524;	color: #ffffff;	text-decoration: none;}