/* Presentation Stylesheet */ 
.hidden
{
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
blockquote p{
	font-size:95%;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	text-align: center;
	margin-top: 5px;
}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; 
	font-weight: bold;
}

h4 {font-size: 100%;
	margin:0; 
	padding: 5px 0;
}

h3, p {
	margin:0;
	padding:15px;
}

#addInfo h4 {
	color:#f93;
	text-align:left;
}

#poem h4 {
	color:#f93;
	text-align:left;
}

#poem
{
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 05px;
}

#poem p{
	margin-left: -10px;
	font-size:90%;
}


#cont p:first-letter {
	font-size: 150%; 
	font-weight: bold;
	color:#f93;	
	
}

p { 
	font: 11pt/16pt georgia,palatino,times,serif; 
}

blockquote
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 05px;
	font: 9pt/12pt verdana,helvetica,arial,sans-serif;
}

#cont a, #l-col a, #rightOnly a {	
	color:#33f;
	background:none;
	text-decoration: none;
}
#cont a:active, #l-col a:active, #rightOnly a:active{	
	color:#33f;
	background:none;
	text-decoration: none;
}
#cont a:visited, #l-col a:visited, #rightOnly a:visited{	
	color:#33f;
	background:none;
	text-decoration: none;
}

#cont a:hover, #l-col a:hover, #rightOnly a:hover{
	color:#fff;
	background:#000;
	text-decoration: none;
}

.left { text-align: left; }

.right { text-align: right; }


#hdr ul {
	list-style-type: none; /* suppression of useless elements */
	margin:0px;
}
#hdr li { float: right;} /* lists aligned to the left */

#navBar ul {
	list-style-type: none; /* suppression of useless elements */
	margin:0px;
}
#navBar li { float: left;} /* lists aligned to the left */

.menu{
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size:.8em;	
	background: none;
	color:#f93;
}

.menu a {
	padding: 5px;
	text-decoration: none;
	color: #fc6;
	background: none;
	border: 1px solid #666; 
}

.menu a:visited {
	color: #fc6;
	background: none;
	border: 1px solid #666; 
}

.menu a:hover {
	background: #333;
	color: #fff;
	border: 1px solid #666; 
}

.menu a:active {
	background: gray;
	border: 1px solid #666; 
	color: #fff;
}

.menu2 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size:.8em;	
}

.menu2 a{
	padding: 5px;
	text-decoration: none;
	color: #963;
	background:none;
	
}

.menu2 a:visited {
	color: #963;
	background:none;
	
}

.menu2 a:hover {
	color: #000;
	background:none;
}

.menu2 a:active {
	color: #963; 
	background:none;
}

.menu3 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size:.9em;	
}
#subMenu .menu3 img{
	border:1px;
	border-color:black;
}

#subMenu .menu3 a{
	padding: 0px;
	text-decoration: none;
	color: #963;
	background:none;
}

#subMenu .menu3 a:visited {
	color: #963;
	background:none;
}

#subMenu .menu3 a:hover {
	color: #f93;
	background:none;
}

#subMenu .menu3 a:active {
	color: #963; 
	background:none;
}

span.nolink a:link,a:active, a:visited {
	text-decoration:none;
	color:#000;
	background:none;
}

span.nolink a:hover {
	text-decoration:none;
	color:#33f;
	background:none;
}

#subMenu ul {
	list-style: none;
	margin:0px;
}

#subMenu li { 
	padding: 5px;
	margin-top: 5px;
}



img{
	padding: 2px;
}

div.figure {
	text-align:center;
	border: thin silver solid;
	margin-bottom: 15px;
	width:95%;
}


div.figure p {
	margin-top:-15px;
	font-style: italic;
	font-size: .75em;
	text-indent: 0;
}



