/*
	------
	my own personal powerpoint emulator. why? see: http://www.aaronsw.com/weblog/000931

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	#ccc - lt. grey
	#666 - dk. grey

    #990000 - maroon
	#1F261C - green
	#e6dea6 - lt. yellow

	#fff - white
	#000 - black
	
     this is the default template, see styleprint.css for a printable stylesheet.
*/

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	background-color: #CCCCCC;
    background-image:url(http://meredith.wolfwater.com/cil06/bees.jpg);
	background-repeat:repeat;

}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #b70818;
	text-decoration: none;
} 

A:link  
{
	color : #b70818;
	text-decoration: none;
}

A:active	{
	color: #6C0;
	text-decoration: none;
} 

A:hover		{
	color:#Fff;
	background: #990000;
	text-decoration: none;
}
.main
{
	width:740px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
    background: #ffffff;
	text-align:left;
	border: 1px solid #666;
	font-weight: bold;
}

.padding
{
padding-top:5px;
padding-bottom:30px;
padding-left:30px;
padding-right:30px;
}

ul
 {
	padding-left: 20px;
    list-style-image: url(dingbat.jpg);
} 

li
{
	padding-bottom:2px;
	padding-top:2px;
}

h2, h3
{
	color: #990000;
	font-weight: bold;
    margin-top: 8px;
}

h3.header {
    font-family: "Times New Roman", Times, serif;
    color: #e6dea6;
    font-weight: normal;
    background:#006633;
	font-size: 26px;
	font-style: italic;
	margin-top:0px;
	padding:8px;
	border-bottom: 1px dotted #c4c4ed;
    text-align: center;
}

h4 {
	color:  #990000;
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 12px;
}


blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
font-size:12px;
}

td {
border :1px solid #666;
padding:4px;
font-size:12px;
}

.next
{
font-size: 12px;
color:#333;;
font-weight: normal;
padding-top:4px;
text-align: right;
}

.ref {
	color: #F03C00;
	font-weight: bold;
}

.no {
display:none;
}
