.finance
{
	background: transparent url("../images/financials-side.jpg") no-repeat;
	vertical-align: top;
	width: 1000px;
	height: 500px;
}

.widebox
{
  z-index: 1;
  visibility: hidden;
  position: absolute;
  line-height: 20px;
  width: 550px;
  text-align: justify;
  padding: 2px;
  background: rgb(242,242,242);
  border: 2px solid rgb(0,153,153);
  color: black;
}


.contentbox
{
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	padding: 15px;
	background: transparent;
}

.finance .box
{
  margin: 12px;
  /*float: left;*/
  padding: 1px;
  text-align: left;
}

.finance h2
{
  font-family: "Bookmark Old Style";
  font-size: 24px;
  font-weight: bold;
  width: 90%;
  border-bottom: 2px solid #66B366;
  margin-bottom: 15px;
  color: #66B366;
}

.boxlink
{
	font-family: verdana;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
	color: #005300;
}

.boxlink:hover
{
  text-decoration: none;
  text-transform: uppercase;
  color: #CC0000;
  font-family: verdana;
  font-weight: bold;
  font-size: 16px;
}

.contentbox h1
{
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgb(0,153,153);
  margin-bottom: 15px;
  color: rgb(0,153,153);
}

.contentbox p
{
	color: #006600;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	padding: 5px;
}

.contentbox a
{
	padding: 3px;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	color: #006600;
}

.contentbox a:hover
{
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: red;
}

.contentbox .pdficon
{
	list-style-image: url('../images/pdf.gif');
	line-height: 22px;
}

.contentbox li
{
	margin: 1px;
	padding-left: 5px;
	vertical-align: middle;
}

.finance .xbox
{
  margin: 15px;
  float: left;
  padding: 5px;
  text-align: left;
  width: 180px;
}

.finance .xbox h1
{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
  color: rgb(0,153,153);
}

.finance .xbox a
{
	display: block;
	padding: 3px;
	border: 1px solid white;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	color: rgb(46,164,46);
}

.finance .xbox a:hover
{
  border-left: 1px solid rgb(247,247,247);
  border-top: 1px solid rgb(247,247,247);
  border-right: 1px solid rgb(150,150,150);
  border-bottom: 1px solid rgb(150,150,150);
  text-decoration: none;
  color: #0B55C4;
}


