/* CSS Document */


body {
	margin:10px 0px;
	text-align:left;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#faec89;
	line-height: 15px;
}

#shadowLeft {
 background: url(../images/curve_backgrd.gif) repeat-y;
}

#shadowRight {
	background: url(../images/curve_backgrd_right.gif) repeat-y;
}

#footer{
	color:#051E61;
	text-align:center;
	padding:8px;
	}

a:link {color:#051E61; text-decoration:none;}
a:visited {color:#051E61; text-decoration:none;}
a:hover {color:#051E61; text-decoration:underline;}

#footer a:link {color : #051E61; text-decoration:none;}
#footer a:visited {color : #051E61;text-decoration:none;}
#footer a:hover {color : #051E61; text-decoration:underline;}

#eNews {
	margin: 0px;
}

#eNews input {
	border:#CCCCFF 1px solid;
	font-size:11px;
	background:#7189D1;
	color:#FFFFFF;
}

#eNews input.signUp{
	width: 125px;
	background:#FFFFFF;
	color:#051D61;
	font-weight:bold;
}