/*	/// BOX_SMALL  */

.box_small {
	width: 220px;
	height: 440px;
	background: url(images/bg_sidenav.gif) no-repeat;
	font-size: x-small;
	text-align: left;
	float: left;
}

.box_small_fill_top {
	width: 220px;
	font-size: x-small;
	text-align: left;
	float: left;
}

.box_small_fill_middle {
	width: 220px;
	height: 440px;
	background: url(images/bg_sidenav_fill_middle.gif) repeat-y;
	font-size: x-small;
	text-align: left;
	float: left;
}

.box_small_top {
	width: 175px;
	height: 30px;
	background: #ffffff url(images/box_small_top.gif) no-repeat;
	color: #003399;	
	font-weight: bold;
	padding-left: 55px;
	padding-top: 20px;
}

.box_small_image {
	width: 205px;
	height: 145px;
	padding-left: 12px;
	border: 0px;
}

.box_small_image_underline {
	width: 205px;
	height: 5px;
	margin-left: 12px;
	background: #ffffff url(images/box_small_image_underline.gif) no-repeat;
	border: 0px solid #000000;
}

.box_small_content {
	width: 205px;
	text-align: left;
	border: 0px solid #000000;
	padding-left: 0px;
}

.box_small_content_more {
	width: 200px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid #ff3300;
	float: left;
}

.box_small_content_more_left {	
	width: 75px;
	
	border: 0px solid #336699;
	float: left;
}

.box_small_content_more_right {	
	width: 115px;
	border: 0px solid #336699;	
	float: left;
}

.box_small_bottom {
	width: 230px;
	height: 50px;
	background: #ffffff url(images/box_small_bottom.gif) no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.download_pdf_icon {
	width: 60px;
	height: 65px;
	border: 0px;
}

.download_pdf_text, a.download_pdf_text:link, a.download_pdf_text:visited {
	color: #666666;
	text-decoration: none;
}

.a.download_pdf_text:active, a.download_pdf_text:hover {
	color: #666666;
	text-decoration: underline;
}

.box_full {
	width: 680px;
	height: 100%;
	border: 0px solid #003399;
	padding-left: 20px;
	font-size: small;
	text-align: left;
	float: left;
}

.box_full_content {
	width: 480px;
	height: 100%;
	text-align: left;
	border: 0px solid #000000;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}
/* BOX_LARGE */

.box_large {
	width: 480px;
	height: 100%;
	border: 0px solid #003399;
	padding-left: 20px;
	font-size: small;
	text-align: left;
	float: left;
}

.box_large_top {
	width: 425px;
	height: 30px;
	background: #ffffff url(images/box_large_top.gif) no-repeat;
	color: #003399;
	font-size: x-small;
	font-weight: bold;
	padding-left: 55px;
	padding-top: 20px;
}

.box_large_image {
	width: 205px;
	height: 145px;
	padding-left: 12px;
	border: 0px;
	float: left;
}

.box_large_strongstrap {
	width: 210px;
	height: 105px;
	border: 0px solid #003399;
	color: #999999;
	padding-left: 15px;
	padding-top: 25px;
	padding-bottom: 15px;
	vertical-align: middle;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	float: left;
}

.box_large_strapstrong_highlight {
	color: #666666;
}

.box_large_image_underline {
	width: 205px;
	height: 5px;
	margin-left: 12px;
	background: #ffffff url(images/box_large_image_underline.gif) no-repeat;
	border: 0px solid #000000;
}

.box_large_content {
	width: 480px;
	height: 100%;
	text-align: left;
	border: 0px solid #000000;
	padding-left: 0px;
	padding-top: 0px;
	float: left;
}

.box_large_bottom {
	width: 480px;
	height: 50px;
	background: #ffffff url(images/box_large_bottom.gif) no-repeat bottom;
	float: left;
}