/* Newsletter CSS */

body {
	margin: 20px;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	background: #2f4e6f;
}

div, p, td, form, img, ul, ol, li, h2, h1, h3, h4, h5 {
	margin: 0; 
	padding: 0;
}

img { border: 0 }

/*--------------------begin page styles -------------------------*/

#container {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #595858;
}

	#content {
		margin: 0 auto;
		background-color: #fff;
		padding: 20px;
	}
		
		#weekSelection {
			
		}
		
			.selectWeekLabel {
				width: 166px;
				background: url(../images/newsletterTab.gif) no-repeat;
				font: bold 12px Arial, Helvetica, sans-serif;
				text-align: center;
				color: #fff;
				padding: 8px 6px 4px 6px;
			}
			
			.selectWeeks {
				margin-bottom: 10px;
				background: #00315d;
				border-top: 1px solid #ccc;
				height: 27px;
				border-bottom: 1px solid #ccc;
			}
		
			#weekSelection UL {
				list-style: none;
			}
			
			#weekSelection LI	{
				display: block;
				float: left;
			}
		
			#weekSelection a:link, #weekSelection a:visited, #weekSelection a:active {
				float: left;
				width: 50px;
				display: block;
				padding: 6px;
				background: #00315d;
				text-decoration: none;
				text-align: center;
				color: #fff;
				border-right: 1px solid #ccc;
			}
			
			#weekSelection a:hover {
				background-color:#6386af;
				text-decoration: underline;
			}
			
			.printNewsletter {
				text-align: right;
				border-bottom: 1px dotted #000;
				padding-bottom: 10px;
				margin-bottom: 20px;
			}
			
			.printButton {
				width: 114px;
				height: 20px;
				background: url(../images/printNewsletterTab.gif) no-repeat;
				font: bold 12px Arial, Helvetica, sans-serif;
				text-align: center;
				color: #fff;
				border: 0;
				padding: 0;
				margin: 0;
			}
			
		#newsLetterDisplay {}

			#newsLetterDisplay h1 {
				font: bold 30px/30px Geneva, Arial, Helvetica, sans-serif;
				color: #000;
				text-align: center;
				background: #dee5ef;
				padding: 10px;
				margin: 10px 0 20px 0;
			}
			
			#newsLetterDisplay span {
				color:#CC0000;
			}