body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../ind_bee/img/wall2.jpg);
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
/*_______________________________________________ TOP OF PAGE___________________*/
#header {
	border-top: 1px solid #778899;
	background-color: transparent;
	border-bottom: none;
	height: 3em;
	margin-left: 13em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
}
#header .logo {
	float: left;
	padding: 2px;
	border: none;	
}
/*_______________________________________________ START OF NAVIGATION___________*/
#nav_area {
	position: absolute;
	top: 5em;
	left: 1em;
	width: 12em;
}
#nav_area img {
	border: 1px;
	text-align: center;
}
#nav_area ul {
	list-style: none;
	margin-left: 0em;
	padding-left: 0;
}
#nav_area li {
	font-size: 80%;
	border-bottom: none;
	margin-bottom: 0.3em;
}
#nav_area a:link, #nav_area a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav_area a:hover {
	text-decoration: none;
	color: #FF0000;
}
#nav_area ul ul {
	margin-left: 1.5em;
}
#nav_area ul ul li {
	border-bottom: 1px solid #000080;
	margin:0;
}
#nav_area ul ul a:link, #nav_area ul ul a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #880F1D;
}
#nav_area ul ul a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #FF0000;
}
#nav_area h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
}

/*_______________________________________________ CONTENT_______________________*/
h1 {
	font: 150% "Poor Richard", "Times New Roman", Times, serif;
}
h2 {
	font: 120% "Poor Richard", "Times New Roman", Times, serif;
}
p, td, th {
	font: 1em Arial, Helvetica, sans-serif;
}
img.floatLeft {
	float: left; 
	margin: 1em;
}
img.floatRight {
	float: right; 
	margin: 1em;
} 
#text_area {
	margin-left: 14em;
	margin-top: 0em;
	margin-right: 3em;
	margin-bottom: 0em;
}
#text_area a:link, #text_area a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#text_area a:hover {
	text-decoration: none;
	color: #FF0000;
}

/*_______________________________________________ TABLES________________________*/
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: auto;
}
.datatable a:link, .datatable a:visited {
	text-decoration: none;
	color: #12148A;
	background-color: transparent;
}
.datatable a:hover {
	color: #FF0000;
}
.datatable td {
	text-align: left;
	border: 1px solid #D6DDE6;	
	padding-left: 4px;
	padding-right: 4px;
	width: auto;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}
/*_______________________________________________ BUTTON NAVIGATION_____________*/
ul#button {
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}
ul#button li a {
display: block;
width: 5em;
color: #FFF;
background-color: #036;
padding: .2em 0;
text-align: center;
text-decoration: none;
}
ul#button li a:hover {
color: #FFF;
background-color: #69C;
}
ul#button .left { float: left; }
ul#button .right { float: right; }
