/* <style type="text/css"> */ /* No HTML tags in stylesheets */

body  {
	background-color:#009999;
		margin: 0px;
		padding: 0px;
		border: 0px;
	text-align:center; /* begin IE centering hack */
	}

#container { 
	text-align: left; /* end IE centering hack. Overrides text-align:center on the body element */
	margin:0px auto 0px auto; /* centering for CSS-compliant browsers (in conjunction with a width) */
	width: 780px;  
} 

#header { 
	background-color:#009999;/*pssc green*/
	border:0px;
	font-size:16px;
	font-weight:bold;
} 

/* *** 2-column layout styles ***************** */

#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 273px; 
	height:250px; /* set height so longest submenu is still visble without scrolling window */
	padding: 5px 0 0 0;  /* top padding allows leftColumn to clear fixed header */
	font-family:Verdana, Arial, sans-serif;
}

#rightColumn {
	margin: 7px -20px 0 276px; 
	padding: 0 0 0 0; /* top padding allows rightColumn to clear fixed header */
	/*****************************BEGIN*ALTERATION****************************/
}

/* ************************ */

#mainContent { 
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size: 12pt;
	text-align:left;
} 

h1 {
font-weight: bold;
font-size:16px;
display: inline; 
}

.text  {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size: 14px;
	text-align:left;
	margin:20px 0 0 10px;	
}

.text a {
	color: #ffffff;/*light yellow for ALL text*/
	text-decoration:none;
}

.text a:hover {
	color: #ffeeff;/*light yellow for ALL text*/
}

.date  {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size: 14px;
	text-align:left;
	margin-left: -20px;
}
.blurb  {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-weight:bold;
	font-size: 16px;
	text-align:right;
	margin:0 100px 0 0;	
}
.blurb a {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;/*light yellow for ALL text*/
	font-weight:bold;
	font-size: 16px;
}
.blurb a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
}
#poemTitle  {font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size: 16px;
}
#epigram {	
	margin-left:90px;
	font-style:italic;
	}
#epigram {	
	margin-left:120px;
	}
#attribution {	
	margin-left:275px;
	}		
#dedication {	
	font-size: 12px;
	margin-left:60px;
	}	
#poem {font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size: 14px;
	margin-left:20px;
	}
p {
	font-family:Verdana, Arial, sans-serif;
	color:#ffffcc;
	font-size:14px;
}
a  {
	color: #ffffff; 
	text-decoration:none;
	}
a:hover {
	color: #eae4ef; 
	text-decoration:none;
	}
#form  {
	background-color:#ffffff;
	border:0px;
	margin:0;
	padding:0;
	text-align:center;
	margin-left:auto;	
	margin-right:auto;
}
.dagger {
	font-family: Verdana, Arial, sans-serif;
	color:#ffffcc;
	font-size:20px;
	text-align:left;
	padding:20px 0 24px 50px;
}
#back { 
	padding: 20px 30px 20px 20px; /* matches left alignment of the elements in the divs that appear above it. */
	background:#009999;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	text-align:right;
} 

#footer { 
	padding: 0 10px 20px 20px; /* matches left alignment of the elements in the divs that appear above it. */
	background:#009999;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffcc;/*light yellow for ALL text*/
	font-size:10px;
	text-align:right;
} 

#footer p {
	margin: 0; /* must be set at zero to avoid margin collapse*/
	padding: 10px 0; /* pad this element to create margin-like space */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

