
body
			{
			margin: 0;
			padding: 0;
			text-align: center;
			min-width: 760px;
			background-color: #012998;
			color: #fff;
			font-family: Arial, sans-serif;
			background-image: url(images_banners/contact_bkgrd.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			background-attachment: scroll;
			}
#contactwrapper
			{
			width: 760px;
			margin: 240px auto;
			text-align: left;
			height: 720px;
			}
#contactcontainer
			{
			float: left;
			margin: 0 18px 0 96px;
			width: 300px;
			padding: 0.2em 2em;
			line-height: 100%;
			color: #465b80;
			font-weight: 600;
			}
#menu
			{
			float: left;
			width: 130px;
			margin: 0 0 0 10px;
			}
#menu ul
			{
			list-style-type: none;
			margin: 0;
			padding: 0;
			}
#menu a
			{
			display: block;
			color: #465b80;
			width: 6.5em;
			padding: 4px 9px 4px 5px;
			text-decoration: none;
			font-weight: 600;
			}
#menu a:hover
			{
			background-color: red;
			color: navy;
			}
#menu li
			{
			margin: 0;
			}
#menu li li a
			{
			display: block;
			color: #f5de71;
			width: 6.5em;
			padding: 4px 2px 4px 12px;
			text-decoration: none;
			font-weight: 600; 
			}
#menuhomepages
			{
			width: 8em;
			padding: 4px 4px;
			text-decoration: none;
			font-weight: 600; 
			color: red;
			}
#footer
			{
			clear: both;
			position: absolute;
			top: 950px;
			width: 738px;
			padding: 0.5em;
			color: #edf3fb;
			background-color: #012998;
			text-align: center;
			}
#footer ul
			{
			margin: 0;
			padding: 0.5em;
			list-style: none;
			text-decoration: none;
			}
#footer li
			{
			display: inline;
			margin-right: 1.5em;
			padding-left: 2em;
			}
#footer a
			{
			color: #7eb1f2;
			text-decoration: none;
			font-weight: 600;
			}
#footer a:hover
			{
			color: red;
			}

