.BoxBg {
	background-color: #f2f2f2;
}
.topboxarea {
	background-image: url(images/topboxarea.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.lftshadow {
	background-image: url(images/lftboxshadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.rightshadow {
	background-image: url(images/rightboxshadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.lfttopcorner {
	background-image: url(images/lfttopcornerbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ryttopcorner {
	background-image: url(images/righttopcornerbox.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.lftbotcorner {
	background-image: url(images/lftbotcornerbox.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rightbotcorner {
	background-image: url(images/rightbotcornerbox.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.botboxarea {
	background-image: url(images/botboxarea.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.BoxTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	text-align:left;
	color: #0e257e;
	height: 34px;
	padding-top: 18px;
	padding-left: 19px;
	padding-right:5px;
}

.BoxTitle .dnntitle {float:left; text-indent:10px;}

.BoxCntPad {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.home3BoxHeight {
	height: 260px;
}

.HeaderNavNor {
	font-family: Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #d7d7d7;
	text-align: center;
	height: 26px;
	padding-top: 12px;
	font-weight: normal;
}

.BoxTitle .dnnvisibility	{ float:right; padding-top:2px}



