body {
		background-color: #4E4CFA ;
	}
	#main_panel {
		width: 1024px;
		height: 592px;
	}
	#top_spacer {
		height: 54px;  /*  0.5* height of logo */
	}
	#main_logo {
		background-color: #4E4CFA ;
	}
	#middle_spacer {
		position:relative;
		float: left;
		height: 216px; /* 3* height of logo image. */
		width: 654px;
		padding-top: 19px;
		padding-bottom: 19px;
		margin: 0px;
	}
	#menu_panel {
		float: left;
		margin: 0px;
	}
	span.emailaddress {
		font-family: "Geneva", "Arial";
		font-weight: bold;
	}
	
	p {
		font-family: "Geneva", "Arial";
	}
a {
		font-family: "Geneva", "Arial";
		font-weight: bold;	
		text-decoration: none;	
	}
	
	a:link { 
		color: #05046A;
	}
	a:visited { 
		color: #bcecfc; 
		opacity: 74%;
	}
	a:active { 
		color: #bcecfc; 
		opacity: 74%;
	}
	
	div.content {
		float: left;
		position:absolute;
		top: 0px;
		left: 0px;
		padding-top: 19px;	
		padding-bottom: 19px;	
		background-color: transparent;
		visibility: hidden;
	}
	div.menu_item {
		float: left;
		margin: 0px;
		display: block;
		width: 170px;
		height: 70px;
		background-repeat: no-repeat;
		background-position: center;
	 }
	div.menu_spacer {
		float: left;
		margin: 0px;
		width: 85px; /* half of the width of a menu_item. */
	}
	
	div.menu_spacer_inner {
		float: left;
		margin: 0px;
		width: 35px; 
	}

