/* CSS Document */


/* Two Column -------------------------------------------------------*/

#bodyColPage{
	width: 767px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #666666;
}

.pageElement{
	width: 757px;
	background-color:#FFFFFF;
	margin-bottom: 5px;
}

.subElementTwo{
	background-color:#EBECFA;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #B3B7EB;
	float: left;
	width: 340px;
	background-image: url(../_images/box-two.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.subElementThree{
	width: 254px;
	height: 150px;
	background-color:#BFBFFF;
	float:left;
}

.subElementFour{
	width: 251px;
	height: 150px;
	background-color:#BFBFFF;
	float:left;
	margin: 10px;
}

.subElementForm{
	background-color:#EBECFA;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #B3B7EB;
	background-image: url(../_images/box-two.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
