@charset "utf-8";

/* CSS Document newsletter mod */

#newsLetterTable {
	width: 300px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

#newsLetterTable table {
	left: 5px;
	position: relative;
}

#newsLetterTableStacked {
	width: 205px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

#newsLetterTableStacked table {
	left: 5px;
	position: relative;
}

/* fonts */

#newsLetterTable .header, 
#newsLetterTableStacked .header {
	font-family: "Times New Roman", Times, serif;
	font-size:11px;
}

#newsLetterTable .text, 
#newsLetterTableStacked .text {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
}

/* end fonts */

/* link */

#newsLetterTable a.signup, 
#newsLetterTable a.signup:link, 
#newsLetterTable a.signup:active, 
#newsLetterTable a.signup:visited, 
#newsLetterTable a.signup:hover, 
#newsLetterTableStacked a.signup, 
#newsLetterTableStacked a.signup:link, 
#newsLetterTableStacked a.signup:active, 
#newsLetterTableStacked a.signup:visited, 
#newsLetterTableStacked a.signup:hover {
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
}

/* end link */

#newsLetter {
	position: relative;
	width: 300px;
	height: 196px;
	background-image:url(/images/signup/signup_bkg.gif);
}

/* #newsLetter table {
	left: 120px;
	top: 55px;
	position: relative; 
} modified to */

#newsLetter table {
	float:right;
	margin-right:10px;
	margin-top: 55px;
}


#newsLetter table td {
	padding-bottom: 5px;
}

#newsLetterStacked {
	width: 205px;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}

#newsLetterStacked table {
	left: 5px;
	position: relative;
}

/* fonts */

#newsLetter .header, 
#newsLetterStacked .header {
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:12px;
}

#newsLetter .text, 
#newsLetterStacked .text {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
}

/* end fonts */

/* link */

#newsLetter a.signup, 
#newsLetter a.signup:link, 
#newsLetter a.signup:active, 
#newsLetter a.signup:visited, 
#newsLetter a.signup:hover, 
#newsLetterStacked a.signup, 
#newsLetterStacked a.signup:link, 
#newsLetterStacked a.signup:active, 
#newsLetterStacked a.signup:visited, 
#newsLetterStacked a.signup:hover {
	color: #CC0000;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
}

/* #newsLetter  .current_issue {
	left: 10px;
	top: 35px;
	position: relative;
} modified to */

/*Dynamic cover pull*/
#newsLetter #frontcover {float:left;position:relative;top:10px;left:5px;} /*added*/

#newsLetter  .current_issue {
	float:left;
     margin-left: 10px;
	margin-top: 15px;
	
}


