.boxHolder
{
	width: 308px;
	position: relative;
	top: 8px;
	left: 23px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.boxContent
{
	background-color:#FFFFFF;
	overflow: hidden;
}

.boxTitleBar
{
	display: block;
	background-image: url(../homepage_images/boxes/boxTitleBar.jpg);
	background-repeat: no-repeat;
	width: 308px;
	height: 47px;
	position: relative;
	text-decoration: none;
}

.boxTitleBar h1 a:link,
.boxTitleBar h1 a:visited
{
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #1B3D73;
	padding: 15px 5px 12px 12px;
	text-decoration: none;
	cursor: pointer;
}

.boxTitleBar h1 a:hover
{
	color: #708AB1;
	text-decoration: underline;
}

.arrow
{
	display: block;
	float: left;
	position: relative;
	top: 14px;
	
	width: 100px; /* 20 */
	height: 30px;
	
	text-indent: -999px;
	background-image: url(../homepage_images/boxes/arrows.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
	
	cursor: pointer;
}

.boxSidePic
{
	display: block;
	position: absolute;
	right: 158px;
	top: 0;
}

/***************************/

/****** boxBigButtons ******/

/***************************/
.boxBigButtons
{
	list-style: none;
}


.boxBigButtons /* this may need tweaking */
{
	width: 158px;
	position: relative;
	left: 150px;
	top: 0;
	margin: 0;
	padding: 0;
}
	/* old IE FIX */
	.boxBigButtons a
	{
		_position: relative;
	}



.boxBigButtons li
{
	min-height: 40px;
	background-color: #6FB5D3;
	border-bottom: 1px solid #DFF0F4;
}
.boxBigButtons li a:link,
.boxBigButtons li a:visited
{	
	background-color: #6FB5D3;
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	
	padding: 7px 20px 7px 20px;
	*padding: 6px 20px 5px 20px; /* IE7 hack */
	
}
.boxBigButtons li a:hover
{
	background-color: #0D8EAC; /* for old IE only */
}

/***************************/

/****** boxSimpleList ******/

/***************************/
.boxSimpleList
{
	list-style: disc;
	margin: 8px 30px 0 25px;
	padding: 3px;
}
.boxSimpleList li
{
	padding: 3px;
}
.boxSimpleList li a:link,
.boxSimpleList li a:visited
{
	color: #1B3D73;
	text-decoration: none;
}
.boxSimpleList li a:hover
{
	color: #7B90AD;
	text-decoration: underline;
}


.boxRoundedCornersHolder
{
	position: absolute;
	bottom: 0; 
	right: 0;
}

.boxRoundedCorners
{
	width: 308px;
	height: 16px;
	background-image:url(../homepage_images/boxes/corners.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}