/* newlsetter.css - Stylesheet for LCMS Newsletters */

/* set styles for body/background */
body {
  color: #c1ffc1;
	background-color: #003300;
	text-align: center;
	}
p { text-indent: 2em; }

/* set styles for main container (frame) */
#frame {
  color: #003300;
	background-color: #c1ffc1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	width: 750px;
	}
	
/* set styles for header */
#header {
  width: 750px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 3.0em;
	font-style: italic;
	color: #003300;
	background-color: #c1ffc1;
	text-align: center;
	}

/* set styles for 3 sections of address under header */
.addressleft {
  float: left;
  width: 246px;
	padding-left: 4px;
	font-size: 1.0em;
	font-weight: bold;
	color: #008000;
	background-color: #c1ffc1;
	text-align: left;
	}
	
.addressmiddle {
  float: left;
  width: 250px;
	font-size: 1.0em;
	font-weight: bold;
	color: #008000;
	background-color: #c1ffc1;
	text-align: center;
	}
	
.addressright {
  float: left;
  width: 246px;
	padding-right: 4px;
	font-size: 1.0em;
	font-weight: bold;
	color: #008000;
	background-color: #c1ffc1;
	text-align: right;
	}

/* set styles for motto and date */
#motto {
  float: left;
	width: 496px;
	padding-left: 4px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	background-color: #c1ffc1;
	text-align: left;
	}
	
#date {
  float: left;
	width: 246px;
	padding-right: 4px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	background-color: #c1ffc1;
	text-align: right;
	}

/* set styles for content section */
#content {
  float: left;
	border-left: 2px solid #c1ffc1;
	border-right: 2px solid #c1ffc1;
	width: 738px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 1.0em;
	color: #000000;
	background-color: #c1ffc1;
	text-align: left;
	}
	
/* set styles for footer section */
#footer {
  width: 750px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
	color: #003300;
	background-color: #c1ffc1;
	text-align: center;
	}

/* set styles for table1 */
#table1 {
	border: outset 2px #003300;
	cellspacing: 5px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	}
	
th {
  border: inset 1px #808080;
  font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	background-color: #c1ffc1;
	}
	
td {
  border: inset 1px #808080;
  font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background-color: #c1ffc1;
	}

/* set styles for other miscellaneous stuff */

h2 {
  font-size: 1.5em;
	font-weight: bold;
	color: #008000;
	background-color: #c1ffc1;
	font-variant: small-caps;
	}
	
h3 {
  font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #c1ffc1;
	}
	
.indent {
  margin-left: 20px;
	}	
	
.results {
  margin-left: 20px;
  font-weight: bold;
	}
