/*  
Main Style Sheet for http://www.bayleaf.us
This stylesheet contains global styles EXCEPT those that are Netscape 4-unfriendly, which are located in the bayleaf.css file. */

body {margin: 0; padding: 0;}
a 	{
	color: #969;
	text-decoration: underline;
	}
a:active {
	color: #f00;
	}
a:visited {
	color: #966;
	}
a img {border: none;}
a.block {
	display: block;
	font: bold 1em "trebuchet ms", arial, sans-serif;
	text-decoration: underline;
	text-align: center;
	}
.logo	{
	margin: 0 7% 0 0; 
	text-align: right;
	float: right;
	}
h1 	{
	font: bold 60px/20px "tempus sans itc", "trebuchet ms", arial, sans-serif;
	color: #15562B;
	margin: 12% 0 0 10%;
	padding: 0;
	text-align: left;
	}
.center 	{
	text-align: center;
	}   
.navbar 	{
	clear: both;
	text-align: center; 
	margin: 2% -1%; 
	padding: -1em; 
	}
.navborder { 
	margin: 0;
	padding: 0;
	border-width: 2px; 
	border-style: solid;
	border-color: #bcd0bd;
	text-align: center; 
	}
.navbar a {
	font: bold .9em "trebuchet ms", arial, sans-serif;  
	text-decoration: none;
	}
.navbar a:link {
	color: #696;
	}
.navbar a:active {
	color: #f00; 
	background: #ffc;  
	text-decoration: none;
	}
.navbar a:visited {
	color: #363;  
	text-decoration: none;
	}
td 	{
	vertical-align: top; 
	padding-bottom: 2%;
	}
div.maintext {
	margin: 4% 9% 0 9%;
	}
.maintext h2 {
	font: bold 20px "trebuchet ms", arial, helvetica, sans-serif;
	color: #15562B;
	padding: 0 0 .1em 0;
	margin-left: 4%;
	margin-right: 25%;
	border-style: solid;
	border-color: #15562B;
	border-width: 0 0 1px 0;
	text-align: left;
	}
.maintext h3 {
	font: bold small-caps 1.2em "trebuchet ms", arial, helvetica, sans-serif;
	color: #15562B;
	text-decoration: underline;
	margin-left: 4%;
	text-align: left;
	}
.maintext   p {
	font-family:  Arial, Helvetica, Sans-Serif;
	color: #630;
	line-height: 1.25;
	text-align: justify;
	margin: .5em 2em;
	}
.maintext ul {
	text-align: left;
	list-style-image: url(/images/dot.gif);
}
span.drop {
    font: bold 1.4em  "tempus sans itc", "trebuchet ms", arial, helvetica, sans-serif;
	text-transform: uppercase;
	float: left;
	color: #15562B;
	position: relative; top: -1em; left: .3em;
	}
img.float, img.float2 {
	float: left;
	padding-right: 1%;
	}
img.floatright {
	float: right;
	}
.sidebar p, .sidebar ul, .sidebar ol {
	font: 12px arial, helvetica, sans serif; 
	padding: 0 .4em;
	color: #630; 
	}
.sidebar h2 {
	display: block;
	font: bold .9em "trebuchet ms", arial, sans-serif; 
	color: #15562B; 
	text-align: center;
	margin: 1%;
	padding: 0;
	background: white;
	border-style: outset;
	border-color: #393;
	border-width: 1px;
	}
.sidebar em {
	font-style: normal;
	font-weight: bold;
	color: #15562B;
	}
.nodisp {
	display: none;
	}
.smaller {
	font-size: smaller;
	}
#footer 	{
	text-align: center;
	clear: both;
	}	