@import "header.css";
@import "footer.css";


#workpad
{
	position: relative;
	width: 780px;
	left: 0px;
	z-index: 0;
	overflow: visible;
	background-color: rgb(0,173,239);
	/*background-color: #CDAF95;*/
	vertical-align: middle;
	top: 0px;
	margin: auto;
}
#title
{
	position: relative;
	vertical-align: middle;
	left: 110px;
	font-size: 18px;
	font-weight: bolder;
	text-align: left;
	width: 400px;
	padding-bottom: 5px;
	border-bottom: solid 2px white;
	display: none;
}
body
{
	background-color: rgb(237,247,251);
	/*background-color: #FFFFEE;*/
	position: relative;
	margin: auto;
}
#contents
{
	background-color: #FF6600;
	width: 900px;
}
#workpad td.butterfly
{
	background-image: url( "../images/icon.jpg" );
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	width: 270px;
	height: 50px;
	vertical-align: middle;
	border: solid 0 #000099;
}
#batcats a
{
	font:18px arial;
	color: white;
	text-decoration: none;
	float: center;
	margin: 0px;
	padding: 15px;
}
/*
#batcats a
{
	color: white;
	text-decoration: none;
	margin: 20px;
}
#batcats a:hover
{
	color: rgb(0,84,166);
	text-decoration: none;
}
#batcats
{
	font:18px arial;
}
*/
#workpad table.butterfly
{
	font: caption;
	margin: auto;
	empty-cells: hide;
	vertical-align: middle;
	position: relative;
}
#investors
{	
	font:bold 20px arial;
	width:3in;
}
#investors a
{	
	color: rgb(200,0,0);
}

#leftmenu a
{
	color: white;
	text-decoration: none;
}
#topmenucats a
{
	color: white;
	text-decoration: none;
}
#leftmenu a:hover
{
	color: rgb(0,84,166);
	text-decoration: none;
}
#topmenucats a:hover
{
	color: rgb(141,80,17);
	text-decoration: none;
}
