/* CSS Document */

#TopMenu {
	height: 37px;
}
#TopMenu div.L1 {
	width: 124px;
	background: url(/Files/Navigation/HOPF_topdelimiter.gif) 0 0 no-repeat; 
	height: 37px;
	padding: 21px 0px 0px 8px;
}
#TopLogo {
	margin-top:20px;
}
#NcFooter {
	 background: url(/Files/System/HOPF_footer.gif) repeat-x; 
	 height: 26px;
}
#ContentMedres {
	float: left;
	width: 212px;
	margin: 0px 15px 0px 40px;  /* top right bottom left */

}
#ContentText {
	float: left;
	width: 212px;

}
#ContentThumb {
	float: right;
	width: 172px;

}
/* START *********************************************** Box */
#boxImage {
	
	float:left;
}
#boxImage .Content, #boxText .Content {
	padding: 2px 6px 15px 6px;  /* top right bottom left */
	clear: both;
}
#boxText .bg {
	padding: 0px 5px 0px 5px;  /* top right bottom left */
	background: url(/Files/System/Images/boxFrame_BG.gif) 0 0 repeat-x;
}

.t {background: url(/Files/System/Images/boxFrame_T.gif) 0 0 repeat-x;}
.b {background: url(/Files/System/Images/boxFrame_B.gif) 0 100% repeat-x;}
.l {background: url(/Files/System/Images/boxFrame_L.gif) 0 0 repeat-y;}
.r {background: url(/Files/System/Images/boxFrame_R.gif) 100% 0 repeat-y;}

.bl {background: url(/Files/System/Images/boxFrame_BL.gif) 0 100% no-repeat;}
.br {background: url(/Files/System/Images/boxFrame_BR.gif) 100% 100% no-repeat;}
.tl {background: url(/Files/System/Images/boxFrame_TL.gif) 0 0 no-repeat;} 
.tr {background: url(/Files/System/Images/boxFrame_TR.gif) 100% 0 no-repeat;} 

/*********** END */