

/*.BlueBox {
	background-image: url(../Images/Global/blueBoxTopBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E9F0F3;
	width:552px;
	height: auto;
	margin:0px 0px 9px 0px;	
}*/

.BlueBoxBottomBG {
	background-image: url(../Images/Global/blueBoxBottomBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
	width: auto;	
}
.BlueBoxOneColContent {
	padding:10px 10px 10px 10px;
	margin: 1px 1px 1px 1px;
}
.BlueBoxTwoColContent {
	/*background-image: url(../Images/Global/blueBoxVDivider.gif);*/
	background-position: center;
	background-repeat: repeat-y;
	padding:10px 10px 10px 10px;
	margin: 1px 1px 1px 1px;
}

.BlueBox2Col  {
	background-image: url(../Images/Global/blueBox2Col.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E9F0F3;
	width: 552px;
	height: auto;
	margin: 0px 0px 9px 0px;
}

.BlueBoxleftCol {
	width:265px;
	float:left;
	padding:0px;
	
}


.BlueBoxrightCol 
{
	width:238px;
	float:left; 
	padding:0px;
	margin-left: 20px;
}

/**************************
 Mini blue box
***************************/

.miniBlueBox {
	background-image: url(../Images/Global/miniblueBoxTopBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E9F0F3;
	width:320px;
	height: auto;
}
.miniBlueBoxBottomBG {
	background-image: url(../Images/Global/miniblueBoxBottomBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;	
}


/**************************
 None backgrond resizeable
***************************/

#noHorizontalbg div.content {
	background-image:none;
	border:none;
	width:548px;
	padding:0px 0px 0px 0px; 
}

#noHorizontalbg div.leftCol {
	height:auto;
}



img.leftColIMG {
	float:left;
	margin: 0px 20px 10px 0px;
	vertical-align: text-bottom;
	
}
.borderbottom {
	padding-bottom:10px;
}

/******************************
      No column background
*******************************/


#horizontalNocol div.content {
	background-image: url(../Images/Global/bghorizontal.gif);
}

 #horizontalNocol #leftCol {
	width:202px;
	float:left;

	
}

 #horizontalNocol #rightCol {
	width:314px;
	float:right;

}
/***********************************
      Brown box
**********************************/
.BrownBox {
	background-image:url(../Images/Global/bgBrownbox.jpg);
	background-repeat:no-repeat;
	width:740px;
	padding:5px 0px 0px 0px;
	margin:0px 0px 20px 4px;
	
}

.BrownBoxBottomBG {
	background-image: url(../Images/Global/brownboxBottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	width: 740px;
	
	
}



