* {
	margin: 0;
	padding: 0;
	}
	

body {
	text-align: center;
	margin: 0px;
	}
	
	
#container {
	position: relative;
	text-align: center;
	width: 600px;
	margin: 0;
	}


#masthead {
	display: none;
	}


#mastheadPrint {
	height: 100px;
	width: 600px;
	margin-bottom: 25px;
	}
	

/* - - - - - Top Navigation - - - - - */

#navbar {
	display: none;
	}
	
	
/* - - - - - Image Banner - - - - - */

#banner {
	display: none;
	}	
	
	
/* - - - - - Left Navigation - - - - - */

#navleft {
	display: none;
	}

		
/* - - - - - Main Content Area - - - - - */	

#contentContainer {
	margin: 0px;
	}	


#content {
	width: 500px;
	text-align: left;
	margin: 0;

	}	


#content a {
	color: #0072bc;
	text-decoration: underline;
	}	



p {
	line-height: 140%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
    margin-top: 10px;
	}


h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ED1C24;
	}


h2 {
	line-height: 140%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ED1C24;
	margin-top: 10px;
	}


h3 {
	line-height: 140%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	}


h4 {
	line-height: 140%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #0072bc;
	margin-top: 10px;
	}
	

h5 {
	color: #ED1C24;
	background-color: #DCDDDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
	margin-top: 20px;
    margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	}
	

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6f6f6f;
	background-color: #f1f1f2;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 165px;
	}	
	
	
h6 img {
	margin-left: -4px;
	}	


ul {
	background-color: #f1f1f2;
	list-style-image: url(/news-events/newsletter/images/bullet.gif);
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 70px; 
	}


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin-top: 0px;
	}


blockquote {
	clear:both;
	background-image: url(/news-events/newsletter/images/quote_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
    margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	
blockquote p {
	background-image: url(/news-events/newsletter/images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808284;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 32px;
	line-height: 130%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	}
	
	
p.ref {
	color:#808284;
	font-size:10px;
	padding-left: 32px;
	margin-top: 2px;
	margin-bottom: 20px;
	}


/* - - - - - Footer - - - - - */	

#footer {
	text-align: center;
	margin: 0px;
	}


#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808284;
	margin: 0px;
	}


#footer a {
	display: none;
	}


