/*
Style by: Jason Griffey
Contact: griffey@ibiblio.org
Homepage: http://www.jasongriffey.net
Copyright: 2005
Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License.
<!--

<rdf:RDF xmlns="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
   <dc:title>Presentation Style</dc:title>
   <dc:date>2005</dc:date>
   <dc:description>Jason Griffey's online HTML Style for presentation slides.</dc:description>
   <dc:creator><Agent>
      <dc:title>Jason Griffey</dc:title>
   </Agent></dc:creator>
   <dc:rights><Agent>
      <dc:title>Jason Griffey</dc:title>
   </Agent></dc:rights>
   <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
   <dc:source rdf:resource="http://www.jasongriffey.net/talks/utc/style.css"/>
   <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
</Work>

<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/">
   <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
   <permits rdf:resource="http://web.resource.org/cc/Distribution" />
   <requires rdf:resource="http://web.resource.org/cc/Notice" />
   <requires rdf:resource="http://web.resource.org/cc/Attribution" />
   <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
   <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
   <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
</License>

</rdf:RDF>

-->
*/

a 
	{ 
	text-decoration:none;
	font-weight:bold; 
	color: #006699; 
	}  
h3
	{
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:italic;
	color: #444;
	}
	
a:hover 
	{ 
	color: #fff; 
	text-decoration: underline;
	background-color: #006699;
	} 
a:visited 
	{ 
	text-decoration: none;
	color: #990000; 
	} 
a:visited:hover 
	{ 
	color: #fff; 
	text-decoration: underline;
	background-color:#990000;
	} 
a:active
	{ 
	color: #8B0000; 
	text-decoration: underline; 
	}
p {
	margin-bottom:-15px;
	}
	
body 
	{ 	
	background-color: #ddd;
	margin: 10px; 	
	margin-top: 30px;
	padding: 10px; 	
	text-align: center; 	
	}  
	
.secondlevel
{
position:absolute;
left:210px; 
top:10px;	
	}

.firstlevel	
	{
position:absolute; 
left:10px; 
top:10px;	
	}
	
.content_bold
	{
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style:none;
	}

.citation
	{
	text-align: left;
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style:italic;
	}
	
h1.header 
	{
	font-family: verdana, sans-serif;
	background: #006699;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin-top:0px;
	padding:15px;
	border-bottom: 1px solid #000;
	text-align: right;
	}
h2.header
	{
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	margin-top: 40px;
	padding:15px;
	}
.content
	{
	position: relative;
	width: 750px;
	padding: 15px;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	}
	
.nav
	{
	position: relative;
	width:150px;
	top: -15px;
	z-index:1;
	float:right;
	font: 12px/19px verdana; 	
	color: #666; 
	font-weight: bold;
	text-align: left;
	padding: 10px;
	}	 
.slide 
	{ 	
	border: 3px #000;
	border-style: solid; 	
	background-color: #fff;
	z-index:-1;
	width: 800px;
	margin: 10px; 	
	padding: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #444; 	
	text-align: left; 	
	}

