#main {
	width:750px; 
	margin:0 auto 0 auto;
	}

/* Following Used Only If Callout Replaces Slogan On Homepage */
/* Comment it out if just using a slogan on the homepage */
/* because these are simply overriding what's already in the main.css */
#titlebar { 
	width:100%;
	height:104px;
	margin-bottom:0px;  /* 10px w/ slogan */
	margin-top:0px;
	}
#logo { 
	float:left;
	margin-top:35px;
	margin-bottom:0px;
	margin-right:0px;
	}
#slogan{
	width:460px;
	float:right;
	margin-bottom:0px;
	text-align:center;
						/* padding-top:16px; -- used w/ slogan */
	}

/***** End Special Callout Style ********************************/

#contentzone{
	width:750px;
	color:#fff;
	font-size:95%;
	line-height:175%;
	}
#contentzone #openingimg{
	float:left;
	width:283px;
	height:245px;
	}
#contentzone #opener{
	width:466px;
	height:245px;
	float:left;
	/*padding-left:15px;*/
	background-color:#00364C;
	background: url(/media/home_bluebg.gif);
	}
#contentzone #opener img{ 
	margin-top:0px;
	}
#bottomhalf {
	width:750px;
	}
#bottomhalf td{
	font-family:helvetica;
	padding-left:1px;
	padding-right:1px;
	padding-top:10px;
	vertical-align:top;
	font-size:85%;
	font-weight:normal;
	color:#404040;
	}
#bottomhalf td a
{
	color:#000000;
	font-weight:bold;
	text-transform:none;
	text-decoration:none;
}

#bottomhalf td #quotes{
	font-size:90%;
	padding-top:0px;
	color:#104357;
	font-style:italic;
	}
	
#bottomhalf td#quotes .smalltext{ 
	font-style:normal;
	}

#footerzone{
	text-align:center;
	margin-top:0px;
	color:#00364C;
	font-size:100%;
	clear:both;
	}
#footerzone p.contactinfo{
	margin-top:50px;
	font-size:60%;
	}
#footerzone p.contactinfo a:link,#footerzone p.contactinfo a:visited{
	color:#00364C;
	text-decoration:none;
	}
#footerzone p.contactinfo a:hover{
	text-decoration:none;
	}
	
/* Added for REDIRECT EH */	
#slogan {
	display: none !important;
}

#options {
	display: none !important;
}

#bottomhalf {
	display: none !important;
}

#contentzone #opener {
    width: 466px;
    height: 445px;
    float: left;
    background-color: none !important;
    background-image: none !important;
}

#opener {
	width:750px !important;
}