

/************ START usefulresources.css ********************/

div.usefulresources
{
float					: left;
width					: 702px;
/*background-color		: #EEE;*/
margin-bottom:10px;
}

div.usefulresources h4
{
background-image		: url(../images/generic/box_header_blue_long.gif);
background-repeat		: no-repeat;
font-size				: 100%;
font-weight				: bold;
color					: #FFF;
margin					: 0px 0px 0px 0px;
padding					: 10px 0px 8px 15px;
line-height				: 16px;
}

div.usefulresources dl
{
width					: 699px;
overflow				: hidden;
margin					: 0px;
border-left				: 1px solid #CCCDE1;
border-right			: 1px solid #CCCDE1;
background-color        : #fff;
}

div.usefulresources dl dt
{
width					: 459px;
font-size				: 70%;
font-weight				: normal;
margin					: 0px;
padding					: 0px;
line-height				: 15px;
overflow				: hidden;
float					: left;
}

div.usefulresources dl dd
{
width					: 240px;
font-size				: 70%;
font-weight				: normal;
margin					: 0px;
padding					: 0px;
line-height				: 15px;
overflow				: hidden;
float					: left;
}

div.usefulresources dl a
{
display					: block;
padding					: 6px 0px 6px 20px;
overflow				: hidden;
text-decoration			: none;
border-top				: 1px solid #CCCDE1;
color					: #002138;
}

div.usefulresources dl dt a
{
font-weight				: bold;
}


div.usefulresources img.bottom
{
display					: block;
}