body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: no-repeat;
}
img	{  
	border-style: none;
}
.bottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 120px;
	padding-right: 350px;
}
.pagebkg {
	background-image: url(images/pagebkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #DFE8EC;
}
.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.background2 {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DFE8EC;
}
.text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 80px;
}
.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding-top: 80px;
	padding-left: 120px;
	padding-right: 25px;
}
.text3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 20px;
}
.text5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.text6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.link1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

p {
	font-size: 14px;
}
h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
h2 {
	font-size: 25px;
	color: #333;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.link2 {
	font-family: georgia;
	font-size: 25px;
	color: #666;
	text-decoration: none;
}
.text7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	padding-left: 126px;
	padding-right: 28px;
	line-height: 25px;
}
.publicationsbkg {
	background-color: #F3F4EE;
	background-image: url(images/publicationsbkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.link3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 460px;
}
.rss-items {
	margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	color:#333333;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	font-family:arial;
	}
	
.rss-item a:visited {
	color:#333333;
}
.rss-item a:link {
	color: #333333;
}
.rss-item a:hover {
	color: #333333;
	text-decoration: underline;
}
.rss-item a:active {
	color: #333333;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
