/*
Special css elements and overrides for the homp.jsp page
*/

.pageMenu {
  float: right;
 }

#newsletterEmailAddr {
	width: 180px;
}

#newsletter, #newsletter form {
	display: inline-block;
	width: 200px;
	height: 110px;
	text-align: center;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
	color: #005000;
	background: url(../images/at.png) no-repeat center bottom;
	border: dashed green 1px;
}

#sign-up {
	text-align: right;
}

#newsletterEmailAddr {
	font-weight: normal;
}
 
