/* selected styles for use on the E-Source newsletter */

body {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #213667;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

ul,ol {
	margin-top: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	color: #ED7B0F;
	margin-top: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px; 
	margin-top: 20px;
}
a:link {
	color: #ED7B0F;
	text-decoration: underline;
}
a:visited {
	color: #7A86A4;
	text-decoration: underline;
}
/*This holds the top banner info, note secondary page is different*/
#topbannerTopPage {
	height: 103px;
	width: 800px;
	background-color: #FFFFFF;
}
/*This is the same for both pages and holds the top navbar items*/
#topnav   {
	height: 19px;
	width: 800px;
}
/*This holds the sidebar and textarea on the top page, secondary page is different*/
#TopContent   {
	width: 800px;
	background-image: none;
	background-repeat: repeat-x;
}
/*This holds the sidebar navigation on the top page only*/
#sidebar   {
	width: 180px;
	float: left;
	background-image: none;
}
/*These are the divs styled for any ads that have to appear in the sidebe*/
#bird {
	width: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 75%;
	text-align: center;
}
 
 
/*These style the address stuff in the footer*/
.bottominfo   {
	background-color: #D3D7E1;
	width: 105%;
	padding-top: 10px; 
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.bottominfo p  {
	font-size: 65%;
	margin-top: 0px;
	margin-bottom: 5px;
}
.bottominfo a:link  {
	color: #213667;
	text-decoration: underline;
}
.bottominfo a:visited  {
	color: #7A86A4;
	text-decoration: underline;
}
 
.sidebarTable {
	background-image: none;
	background-repeat: no-repeat;
	border-right-width: 0px;
	border-right-style: solid;
}
 
.leftblueedge {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #213667;
	margin-right: 15px;
	margin-left: 10px;
}


 
 
