
body, td, th, li, input, select, option {
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 12px;
}

body {
  margin: 0px;
  padding: 0px;
}

h2 + p, h3 + p, h4 + p { margin-top: 0px; }

h1 {
  font-size: 24px;
  font-family: Impact;
  margin: 0px 0px 0px 0px;
  border-bottom: #1D0073;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-family: Impact;
  margin: 20px 0px 0px 0px;
  font-weight: normal;
}

h3 {
  font-size: 16px;
  font-family: Impact;
  margin: 0px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  color: #000066;
}

a:link { color: #660000; }
a:visited { color: #660000; }
a:hover { color: #cc0000; }
a:active { color: #cc0000; }

#baseTable {
  border-color: #1D0073;
  border-width: 1px;
  border-style: none none solid none;
}

/*Navigation*/
#navigation {
  background-color: #1D0073;
  white-space: nowrap;
  padding: 5px 10px 10px 10px;
  color: #ffffff;
}

#navigation a:link { color: #999999; }
#navigation a:visited { color: #999999; }
#navigation a:hover { color: #ffffff; }
#navigation a:active { color: #ffffff; }
#navigation .navigationlink { color: #ffffff; }
.tertiarycurrent { font-weight: bold; }

.primarynode {
  font-family: Impact,"Bitstream Vera Sans",sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 6px;
}

.secondarynode { padding-left: 6px; }

#utilNav {
  text-align: center;
  white-space: nowrap;
  margin-top: 30px;
}

#utilNav a:link { color: #999999; }
#utilNav a:visited { color: #999999; }
#utilNav a:hover { color: #ffffff; }
#utilNav a:active { color: #ffffff; }
#utilNav .navigationlink { color: #ffffff; }

/*Featured Images*/
#featuredImages {
  padding: 5px 0 0 5px;
  background-color: #3366CC;
  white-space: nowrap;
}

#featuredImages img {
  margin: 0 5px 5px 0;
  border-color: #1D0073;
  border-width: 1px;
  border-style: solid;
}

#featuredImages form {
  width: 50px;
  float: right;
}

/*Content Area*/
#bodyBorder {
  background-color: #3366CC;
  width: 5px;
}

#body {
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  border-color: #1D0073;
  border-width: 1px;
  border-style: solid none none solid;
}

#body p { text-align: justify; }

#sidebar {
  padding: 0px 10px 10px 10px;
  background-color: #FFFFFF;
  width: 200px;
  border-color: #1D0073;
  border-width: 1px;
  border-style: solid none none dotted;
  background-image: url(http://www.stlouisbluessociety.org/images/sidebarBkg.gif);
  background-repeat: repeat-y;
}

#sidebar p { text-align: justify; } 

/*Content Area*/

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child { margin-top: 0; }

/* Footer */

#footer {
  color: #336699;
  font-size: 11px;
  text-align: center;
}

#footer a:link { color: #336699; }
#footer a:visited { color: #336699; }
#footer a:hover { color: #000000; }
#footer a:active { color: #000000; }

/* TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}
