﻿#newsletter_wrapper
{
	width: 99%;
}

#newsletter_title
{
	float: left;
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #000080;
	padding: 10px 0px 0px 10px;
	border-bottom: dashed 1px #cccccc;
}

#newsletter_subTitle
{
	text-align: left;
	position: relative;
	left: 100px;
	font-size: 14px;
	width: 200px;
	padding: 0px 0px 10px 0px;
}

#newsletter_toolbar
{
	/*
	position: relative;
	top: -200px;*/
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

#newsletter_image img
{
	clear: left;
	float: left;
	width: 400px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}

#newsletter_editor
{
	float: right;
	padding: 10px;
	font-family: "Century Gothic";
	font-size: 14px;	
	text-align: justify;	
}

#newsletter_editor .title
{
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#newsletter_editor .author
{
	font-family: "Lucida Sans Unicode";
	font-style: italic;
	font-size: 14px;
	color: #000080;
	position: relative;
	left: 100px;
	width: 200px;
	margin: 0px;
}

#newsletter_inThisIssue
{
	float: right;
	text-align: right;
	width: 220px;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

#newsletter_inThisIssue a
{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
}


#newsletter_caption
{
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	clear: left;
	float: left;
	width:400px;
	margin-top: 10px;
}

#newsletter_verse
{
	clear:left;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: Green;
	padding: 10px 10px 10px 10px;
	float: left;
	width:400px;
}

.newsletter_content
{
	clear: left;
	padding: 0px 10px 0px 10px;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: justify;	
}

.newsletter_top
{
	padding: 5px 0px 0px 0px;
}

.newsletter_content p
{
	/*margin: 0px;*/
}

.newsletter_content .title
{
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

.newsletter_content .author
{
	font-family: "Lucida Sans Unicode";
	font-style: italic;
	font-size: 14px;
	color: #000080;
	position: relative;
	left: 100px;
	width: 200px;
	margin: 0px;
}

@media print
{
	div
	{
		display: none;
	}

	#newsletter_wrapper
	{
		display: block;
	}
}

.newsletterTitle
{
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color:#000080;
}
.newsletterSubTitle
{	
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color:#000080;
}
.newsletterText
{
	font-family: "Century Gothic";
	font-size: 14px;
}
.newsletterVerse
{
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: Green;
}
.padding10
{
	padding: 10px;
}
.justify
{
	text-align:justify;
}

