﻿#Bulletin
{
    font-family: Georgia, Tahoma, 'Times New Roman' , Sans-Serif;
    font-size: 1.2em;
}
#Bulletin th
{
  font-size: 1.2em;
  padding-bottom: 5px;
  border-bottom: #393996 1px solid;
  border-top: #393996 1px solid;
  padding-top: 5px;
  color: #393996;
  background-color: #fffafa;
}
#Bulletin td, th
{
  vertical-align: top;
}
#Bulletin .articleTitle
{
  font-weight: bold;
}
#Bulletin .articleAuthor
{
  font-style: italic;
  padding-left: 20px;
}
#Bulletin .articleLink
{
  padding-left: 20px;
  padding-bottom: 20px;
}
#Bulletin td, th
{
  padding: 3px;
}
#Bulletin p
{
  line-height: 180%;
  font-size: 1.1em;
}
/* Issue area on home page */
.featuredIssue
{
	margin-right: 10px;
	border-right: #dcdcdc 3px solid;
	border-top: #dcdcdc 3px solid;
	border-left: #dcdcdc 3px solid;
	border-bottom: #dcdcdc 3px solid;
}
.coverImageWrapper
{
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  border-right: #dcdcdc 4px solid;
  border-top: #dcdcdc 4px solid;
  border-left: #dcdcdc 4px solid;
  border-bottom: #dcdcdc 4px solid;
}
.coverImageTitle
{
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
}
.articleContent
{
  border-right: #d3d3d3 1px solid;
  border-top: #d3d3d3 1px solid;
  border-left: #d3d3d3 1px solid;
  border-bottom: #d3d3d3 1px solid;
  background-color: #f8f8ff;
  padding: 10px;
  display: block;
  line-height: 160%;
  font-size: 1.2em;
}
.sectionSummary table
{
	width: 100%;
}
.sectionSummary th
{
	background-color: #f8f8ff;
	border-top: #dcdcdc 1px solid;
	padding: 5px;
}
.sectionSummary td
{
	border-top: #dcdcdc 1px solid;
	padding: 5px;
}
.announcement
{
    border: #cc9966 1px solid;
    padding: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4em;
    font-family: 'Trebuchet MS' , Georgia;
    background-color: #ffffe0;
    text-align: center;
}