/*
	------

	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.
	------
	
	color wheel
	#ccc - lt. grey
    #6f6e6e - grey
	#666 - dk. grey
	
	#18425B - blue
	#aa1d21 - reddish
	#f9f100 - yellowish
	#ffff73 - butter yellow
	#627E8F - greyblue
	#B22222 - red
	
	#fff - white
	#000 - black

    this is the default template, see styleprint.css for a printable stylesheet.
	
*/

body  {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight:bold;
	text-align:center;
	background-color: #fff;
	letter-spacing: .5px;
	background-image:URL(beebalmbackground.jpg);
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: top center; 
}

A 			
{
	text-decoration: underline;
	font-weight: bold;
} 

A:visited	
{
	color: #940001;
	text-decoration: none;
} 

A:link  
{
	color : #940001;
	text-decoration: none;
	border-bottom: 1px solid #a7bacb; 	
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#ffff73;
	text-decoration: none;
} 

/*

This is where the magic happens. If you are on a 640x480 monitor for some reason, or have low resolution, you can set the width to something like 600.

*/

.bigspace {
height:800px;
}

.main
{
	width:850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:300px;
	background:#ffffff;
	text-align:left;
	border: 1px solid #ea8e40;
    background: url(back.png);
}

.center {
text-align:center;
}

.padding {
	padding-left:35px;
	padding-right:35px;
	padding-bottom:20px;
}

h1, h2 {
    color: #000;
	font-weight: bold;
	font-size: 54px;
}

h3, h4
{
	color: #3b5061;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 28px;
}

h3.header {
    font-family: "American Typewriter", "Times New Roman", Times, serif;
    background: #fff38d;
	color: #6c0210;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 42px;
	margin-top:0px;
	padding:15px;
	border-bottom: 1px dotted #80dc77;
	text-align:center;
}

ul
 {
	padding-left: 20px;
	list-style-image:url(bullet.png);
} 

li
{
	padding-bottom:4px;
	padding-top: 2px;
}

blockquote	
{
	font-family: "Times New Roman", Times, serif;
	margin-left : 15px;
}

small {
font-weight: normal;
letter-spacing:0px;
}

td {
border :1px solid #666;
padding:4px;
}

dt{
padding-top:8px;
}

.no {
display:none;
}

.next
{
font-size: 18px;
color: #6f6e6e;
font-weight: normal;
text-align:center;
letter-spacing: 3px;
}

.big {
font-family: courier;
font-size:60px;
}