body
{
background-color: #f0e68c;
}

h1 	
{ 
	color: #666600;
	margin-bottom: 12px; 
	margin-top: 0px;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	}
h2 	
{ 
	color: #ffcc00;
	margin-bottom: 12px; 
	background-color: #666600;
	margin-top: 0px;
	margin-left:2%;
	margin-right:2%;
	text-align:center;	
	
}

h3
{
	color: #666600;
	margin-bottom: 0px; 
	margin-top: 1px;
	text-align:center;
}

h4
{
	color: #605f00;
	margin-bottom: -3px; 
	margin-top: 1px;
	font-size: 12pt;
	text-align:center;
}
h5
{
	color: #666600;
	margin-bottom: 2px; 
	margin-top: 0px;
	margin-left:2%;
	margin-right:2%;
	text-align:center;
	letter-spacing: 2px;
	z-index: 1;
	}
p 
{	color:#666600;	font-size: 11pt;
	margin-top: 1pt;
	margin-bottom: -3px;
 }

 p.smaller
 {	
	font-size: 10pt;
}
p.vsmall
{
	font-size: 8pt;
	text-align: center;
}

	
	
li
{list-style-image: url(images/yellowbullet.gif);
color:#666600;	font-size: 11pt;
}

#leftcontent {
/* position: absolute; */
float: left;
width:46%;
top: 2px;
background-color: #e0edc5;
border-left:1px solid #666633;
border-bottom:1px solid #666633;
border-right:1px solid #666633;
border-top:1px solid #666633;
border-top-width:3px;
border-right-width:2px;
margin-left: 10px;
margin-top: 20px;
padding-bottom:10px;
padding-left: 10px;
padding-right: 6px;
min-height: 30em;
z-index: 1;
}

#rightcontent {
/* position: absolute; */
float: right;
width:45%;
top: 2px;
background-color: #fffab2;
border-left:1px solid #666633;
border-bottom:1px solid #666633;
border-right:1px solid #666633;
border-top:1px solid #666633;
border-top-width:3px;
border-right-width:2px;
margin-top: 20px;
margin-right: 10px;
padding-bottom:10px;
padding-left: 10px;
padding-right: 6px;
min-height: 30em;
z-index: 1;

}
