@media screen {
	body {
		font-family: verdana;
		background-color: white;
		color: black;
	}
	a {
		text-decoration: underline;
		color: blue;
	}
	h1 {
		font-size: 1.6em;
		color: red;
	}
	span.underline {
		text-decoration: underline;
	}
	span.highlight {
		background-color: yellow;
	}
	character {
		font-weight: bold;
	}
	q {
		font-family: times,serif;
		font-size: 1.4em;
		background-color: #ccffcc;
	}
	img.left {
		float: left;
	}
	img.right {
		float: right;
	}
	div.footnote {
		font-size: .7em;
		font-style: italic;
		margin-left: 50px;
		padding: 2px;
	}

td.menucell {
padding-right: 10px;
}

span.errorLabel 
{
	font-weight:bold;
	color:Red 
}

table.ccPictureGallery 
{
	width: 80%;
}

table.ccPictureGallery TD 
{
	border: solid 2px lightgray;
	padding: 10px;
	font-size:smaller; 
}

table.ccPictureGalleryControls TD
{
	padding: 10px;
	font-size:smaller; 
}

table.ccPictureGallery IMG
{
	border: 0px;
}

fieldset.editorContainer 
{
	padding: 15px;
}

}

# NEWSLETTER STYLES

div.newsletterArchive {
	float:right; 
	border:1px solid gray; 
	text-align:center;
	padding:10px
}

div.newsletterArchive UL {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
}

div.newsletterArchive a {display: block;
	text-decoration: none;
	width: 178px;
	background-color: #fff;
	margin-bottom: 5px;
}	

