/* Alignment/Centering note:
 * The .normal class has text-align: center to center the imgs,
 * whereas the <p> tag has text-align: left to left-align the text.
 * So to center an item, make it not in a paragraph. 
 */  

body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	text-align: left;
	background-color: black;
}

a {
  color: #A67A6D;
  text-decoration: none;
  letter-spacing: 1px;
}

a:hover {
  color: #CC9687;
  text-decoration: underline;
}

ul {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	text-align:left;
}

li {
	line-height: 21px;
	padding-left: 5px;
}

img {
  border-width:0;
  padding: 0;
  vertical-align: top;
}

hr {
	border-top-style: none;
	border-top: 1px dotted #333;
	margin-top: 12px;
}

img#header {
  margin-left: 0;
	margin-right: 0;
	padding-top: 0px;
}

table#site {
	border: 1px dotted #333;
	background-color: black;
	color:white;
	padding:0; margin:0;
	margin-top:14px;
	margin-left: 61px;
}

div#mnuMain {
	margin: 0; padding: 0;
	background-color: black;/*#9ECFFF;*/
	/*border: 1px dotted black;*/
}

div#mnuMain a {
	display: block; padding: 2px 8px; margin: 0; 
	text-decoration: none; text-align: right;
	font-size: 15px;
	letter-spacing: 1px;
	/*border-top: 1px dotted #333;*/
	color: #A67A6D;
}

div#mnuMain a:hover {
	color: #CC9687;
	/*background: #FFF1D2;*/
}

div#mnuMain a#mnuTop {
	border-top: none;
	padding-top: 3px;
}

div#mnuMain a#mnuBottom {
	/*border-bottom: 1px dotted #333;*/
}

div#content {
	background-color:black;
	padding: 15px 20px 35px 20px;
	text-align: left;
	border-left: 1px dotted #333;
}

span.date {
  color: #547CB6;
  padding-right: 10px;
}

div.caption {
  font-size: 11px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

div.normal {
  line-height: 1.5;
  text-align: center; /* centering here for img {} */
}

p {
  text-align: left;
}

.heading {
  display: block;
  color: #888;
  font-size: 18px;
  font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.heading2 {
  display: block;
  color: #CC3547;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.subheading {
  color: #547CB6;
  padding: 0;
}

.subheading2 {
  color: #CC3547;
  padding: 0;
	letter-spacing: 1px;
}

strong {
  font-weight: normal;
  color: #CC3547;
}

.subheading3 {
  font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	display: block;
	text-align: center;
}

.press-source {
  font-style: italic;
  letter-spacing: 1px;
}

/* For the FusionNews page */

.doodad {
  color: white;
  padding: 0 10px;
}

/* For the FusionNews page... s, strikethrough is subheading2 style */
s {
  text-decoration: none;
  color: #CC3547;
  padding: 0;
	letter-spacing: 1px;
}

table#site td#headbar {
	text-align: left;
	background-color:black;
	border-bottom: 1px dotted #333;
	padding: 10px 0 6px 30px; margin:0;
}


td#footer {
	background-color:#111;
	font-size: 11px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left:0;margin-left:0;
	border-left: 1px dotted #333;
	/*border-top: 1px dotted #333;*/
}
