
body 
{ 
	background-color: #c7e19e;
	font-family: sans-serif;
	/* font-size: small; */
	margin: 0px;
}

h1 
{
	font-size: 150%;
	color: #336600;
	text-align: center;
}

h2 , h3
{
	color: #336600;
	text-align: center;
}

a 
{
	width:100px;
}

 a:link 
{
	color: blue;
	text-decoration: none;
	border-bottom: thin solid;
}
a:visited 
{
	color: purple;
	text-decoration: none;
	border-bottom: thin dotted;
}

li
{
	list-style-image: url(images/fdl.gif);
	padding-top: 5px;
	margin-left: 5px;
}

table.meritbadge
{
	border: 10px outset;
	border-collapse: collapse;
	text-align: center;
}

table.meritbadge th, table.meritbadge td
{
	border: 1px solid gray;

}

table.meritbadge th
{
	color: white;
	background-color: #336600;
}

table.meritbadge col.firstcol
{
	background-color: rgb(255, 255, 192);
}


label.blocklabel
{
	display: block;
	position: relative;
	margin: 10px 0px;
}

label.blocklabel input
{
	position: absolute;
	left: 150px;
}

#navigation a:hover
{
	color: #c7e19e;
	text-decoration: underline overline;
}

#header 
{
	background-color: #336600;
	margin: 10px;
	height: 90px;
}

#main 
{
	background: #efe5d0;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	margin-right: 230px;
	margin-left: 165px;
}

#sidebar
{
	background: white;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	float: right;
	width: 180px;
}

#patrolpatches
{
	text-align: center;
}

#navigation 
{
	background: #efe5d0;
	font-size: 85%;
	padding: 10px;
	margin: 0px 10px 10px 10px;
	float: left;
	width: 125px;
}

#footer 
{
	/* background-color: #efe5d0; */
	color: black;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
	clear: both;
}

#horizrule
{	
	height: 5px;
	width: 75%;
	align: center;
	noshade: noshade;
}

#navigation a 
{
	display:block;
	border-style: outset;
	font-weight:bold;
	color: white;
	background-color: #336600;
	width: 100px;
	text-align:center;
	margin: 3px;
	padding:4px;
	text-decoration:none;
}

#dropcap:first-line
{
	font-variant: small-caps;
}

#dropcap:first-letter
{
	float: left;
	font-size: 400%;
	line-height: 0.8;
}

#mb_counselors_form span
{
	color: red;
}
	

#first_name, #last_name, #merit_badge_name
{
	width: 20em;
{ 
