body {
	background:url(bg_body.jpg) repeat-x #d3e1ed;
	margin: 0px;
	padding: 0px;
}

body, td {
	color:#626262;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

form {
	display:inline;
}	

h1 {
	display:inline;
	font-size: 22px;
}
h2 {
	font-size: 22px;
	display:inline;
}


a 		{ color:#004f99; }
a:hover { color:#ec8828; text-decoration:underline; }

a.subscribe			{ color:#e38000; font-size:16px; }
a.subscribe:hover	{ color:#004f99; font-size:16px; }

.footer a, .footer a:visited { color:#626262; text-decoration:none; }
.footer a:hover 			 { color:#004f99; text-decoration:none; }


.tagline {
	padding:10px 10px 0px 10px; 
	text-align:center; 
	font-size:16px; 
	font-weight:bold; 
	font-style:italic;
}

.rightContent {
	padding: 20px 15px 0px 0px; 
	background:url(bg_bottom_right.jpg) bottom right no-repeat;
}
.footer {
	background:url(bg_footer.jpg) no-repeat; 
	padding:0px 15px;
}

.issues a 		{ color:#666666; text-decoration:none; font-size:13px; font-weight: bold; }
.issues a:hover { color:#004f99; text-decoration:underline; font-size:13px; font-weight: bold;  }

/* EMAIL SIGNUP */
#signup_load {
	display:none;
	padding:10px 0px;
}
