/* eNewsletter.css */
/* Author: Brian Bahn */
/* Created: 12/30/2005 */
/* Updated: 03/18/2010 */


/* Section 0 */
/* Imported Style Sheets */
	
	/* Programs Page Layout */
	/* Carry main program formatting elements into this standalone page. */
	/* Add standalone page formatting to basic program elements. */
/*	@import url("ClinicsPrograms.css"); */


/* Type (Element) Selectors */

	html {
		padding-top: 5px; 
		padding-bottom: 5px; 
		background-color: #74801a; 
		}
		
	body {
		width: 775px;
		width: 768px;
		margin: 0 auto;
		border: 1px solid silver;
		border: 1px solid black;
/*
		border: 0px;
*/
		padding: 0px;
		font-family: Arial, Verdana, Sans-Serif;
		font-size: .8em;
		color: black;
		/* background-color: #F5F5F5; *//* Whitesmoke */
/*
 		background-color: #b6b877; 
 		background-color: red; 
*/
 		}

	div {
		margin: 0px; 
		border: 1px solid black; 
		padding: 5px; 
		}
		
	h1 {
		font-family: Arial, Helvetica, Sans-Serif; 
		font-size: 1.75em; 
		font-weight: bold; 
		letter-spacing: .05em; 
		}
		
	h4 {
		line-height: 150%; 
		}
	
	img {
		border: none; 
		}
	
		
/* Descendent (Contextual) Selectors */

	#divContent div {
		border: none; 
		}
	#divContent p {
		padding-bottom: 5px; 
		font-size: .8em; 
		font-size: 1em; 
		line-height: 1.3em; 
		}
	
	#divContent a {
		border-bottom: 1px dashed; 
		padding: 1px 2px; 
		text-decoration: none; 
		}
		
	#divFooter table {
		width: 100%; 
		}

	#divFooter table td {
		height: 40px; 
		margin: 0px;
		padding: 5px; 
		text-align: center; 
		}

	#divFooter a {
		border-bottom: 1px dashed; 
		padding: 1px 2px; 
		text-decoration: none; 
		}
		

/* Class Selectors */

	.blockquote {
		padding-right: 50px; 
		padding-left: 50px; 
		}
	.ordinal {
		vertical-align: super;
		font-size: .7em; 
		}
		
/* ID Selectors */

	#divHeaderLeft {
		width: 210px; 
		height: 220px;
		float: left; 
		margin: 0px; 
		border: none; 
		padding: 0px; 
		}
	#divHeaderRight {
		width: 545px; 
		width: 558px; 
		height: 220px;
		float: left; 
		margin: 0px; 
		border: none; 
		padding: 0px; 
		background-color: white; 
		}
	#divBody {
		width: 775px; 
		width: 768px; 
		margin: 0px; 
		border-top: none; 
		border: 1px solid black; 
		border: none; 
		border-right: 1px solid black; 
		border-left: 1px solid black; 
		border-left: none; 
		padding: 0px; 
		background: white; 
		background-image: url('../images/bgNewsletterBody2.gif'); 
		background-repeat: repeat-y; 
		clear: both; 
/*
*/
		overflow: scroll; 
		}
	#divBodyLeft {
		width: 141px; 
		float: left; 
		margin: 0px; 
		border: none; 
		padding: 0px; 
		background: transparent; /* Allows division to appear to be as long as divNavigation. */
		}
	#MidwestMtnTopNavigationBar {
		border: none; 
		}
	#divContent {
		width: 545px; 
		width: 565px; 
		float: left; 
		margin: 0px; 
/*
		margin-right: 35px; 
		margin-right: 25px; 
		margin-left: 69px; 
		margin-left: 30px; 
*/
		border: none; 
		padding: 0px; 
		text-align: center; 
		background: transparent; /* Allows division to appear to be as long as divNavigation. */
		}
	
	#divFooter {
		width: 775px; 
		width: 768px; 
		height: 50px;
		float: left; 
		clear: left;
		margin: 0px; 
		border-top: 1px solid black;
		padding: 0px; 
		background-color: silver; 
		font-size: .8em; 
		font-style: italic; 
		/*
		letter-spacing: .1em; 
		word-spacing: .1em; 
		*/
		}
	

/* Pseudo-Class Selectors */

	

/* Pseudo-Element Selectors */

	
/* Child Selectors */
		/* Child Selectors are not supported by IEv6 */

	
/* First Child Selectors */
	
	
	
/* Adjacent Selectors */
	
	
	
/* Attribute Selectors */
	
	
	
/* End of Stylesheet. */
