/*  Marcy's Page Styles  */
@import "marcymenus.css";

/* ### BASIC HTML PAGE STYLES ### */

body
{
	background-color: #CC99FF;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:normal;
	color:#000000;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/* Poem Styles */
/* Class Styles */
	
.bodyText {
	font: "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:normal;
	color:#000000;
	}

.poemName
{
	font-size:24pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	color: #000000;
	}

.poemNameIt
{
	font-size:24pt;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color: #000000;
	}

.poemText
{
	font-size:14pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-align:center;
	color: #000000;
}

.poetText
{
	font-size:14pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	text-align:right;
	color: #000000;
}
		
.poemTextIt
{
	font-size:14pt;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	color: #000000;
}

/* General Styles - Go Anywhere*/

a
{
	color: #0000FF;
	text-decoration:underline;
}

a:hover
{
	color: #FF0000;
	text-decoration:underline;
}
	
a:visited
{
	color: #800080;
	text-decoration:underline;
}

body.storeback
{
	/*background-color: #000000;*/
	background: url("bluespace.gif") repeat;
}

body.cardstock
{
	color:#000000;
	background-image:none;
	background-color:#FFFFFF;
}

p.smallhead
{
	font-size:75%;
}

table.imagePresent
{
	border: 0px;
	background-color: transparent;
}

th.imagePresent
{
	padding:5px;
	border:0;
	vertical-align:middle;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

td.imagePresent
{
	padding:5px;
	border:0;
	vertical-align:top;
	text-align:center;
	font-size:70%;
}

table.imagePresentBar
{
	border: 0px;
	background-color: transparent;
}

td.imagePresentBar
{
	padding:5px 0px 5px 0px;
	border:0;
	vertical-align:top;
	text-align:center;
	font-size:70%;
}

#bigContainer	/* THIS CONTAINER HOLDS EVERYTHING ELSE */
{
/*top right bottom left*/
	width: 90%;
	margin: 0 auto;
	padding: 0px;
}

#headerArea
{
/*  top right bottom left*/
	margin: 0px; 
	padding: 5px 0px 0px 0px;
	width: auto;
	text-align:center;
	color:#0000FF;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 200%;
	font-weight:bold;
/*  top width style color */
	border-bottom:2px solid #0000FF;
}

#header
{
	width: auto;
/*  top width style color */
	text-align:center;
	font-size: 200%;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding: 0px 0px 20px 0px; 
	color: #660066;
}

/* ### START MAIN CONTENT AND STYLES ### */

#mainContent
{
	font-family:Georgia, "Times New Roman", Times, serif;
	/*line-height: 90%;*/
/*  top right bottom left*/
	margin: 0px;
	padding:10px 20px 20px 10px;
	text-align: left;
	font-size:85%;
/*  top width style color */
}

#mainContent caption
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 5px 0px;
}

#mainContent h1
{
	font-size: 150%;
	text-align:center;
}

#mainContent h2, h3, h4
{
	font-size: 130%;
	color:#660066;
}

#mainContent p
{
	padding-bottom: 5px; 
	/*font-size: 85%;*/
}

#mainContent p.stronger
{
	/*font-size: 85%;
	padding-bottom: 5px;*/
	font-weight: bold; 
}

#mainContent ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 0px 0px; 
}

#mainContent li
{
	padding-bottom: 5px;
}

#mainContent ol
{
	margin: 0px 0px 0px 20px; 
	padding: 0px 5px 0px 0px; 
}

#mainContent tr
{
	vertical-align:top;
	text-align:center;
}

#mainContent tr.butt
{
	vertical-align:bottom;
	text-align:center;
}

#mainContent td a.sel
{
	text-decoration: none;
	color:#0000FF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#mainContent td a.sel:hover,
#mainContent td a.sel:active
{
	color:#FF0000;
}

#mainContent tr.propheight
{
	height:25%;
}

#mainContent td.boldface
{
	font-weight:bold;
}

#mainContent td.largebold
{
	font-weight:bold;
	font-size:200%;
}
/* ### END MAIN CONTENT AND STYLES ### */

/* ### START FOOTER AREA ### */

#footer
{
/* 	clear: both;
 top right bottom left*/
	border-top:2px solid #CCCCCC;
	padding: 20px 0px 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	font-size: 80%;
	width: auto;
}
