﻿div#HeaderConn{
	position:relative;
	float:left;
	width:230px;
	margin-top:2px;
	margin-left:2px;
}
div#LeftSpaceLeft{
	position:relative;
	float:left;
	width:10px;
	height:26px;
	background:url(Images/LeftHeader.jpg) #FFFFFF no-repeat top left;
}
div#LeftSpaceRight{
	position:relative;
	float:left;
	width:10px;
	height:26px;
	background:url(Images/RightHeader.jpg) #FFFFFF no-repeat top left;
}
div#LeftCenter{
	position:relative;
	float:left;
	width:210px;
	height:26px;
	background:#015792;
}
div#BodyLeft{
	position:relative;
	float:left;
	width:230px;
	background:url(Images/BodyLeft.jpg) no-repeat top left #1F1919;
	padding-top:15px;
}
Div#LeftSpaceLeftBottom{
	position:relative;
	float:left;
	width:10px;
	height:26px;
	background:url(Images/LeftBottom.jpg) #FFFFFF no-repeat top left;

}
div#LeftCenterBottom{
	position:relative;
	float:left;
	width:210px;
	height:26px;
	background:#1F1919;
}
div#LeftSpaceRightBottom{
	position:relative;
	float:left;
	width:10px;
	height:26px;
	background:url(Images/RightBottom.jpg) #FFFFFF no-repeat top right;

}

div.Textheader{
	position:relative;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
}

div.Text{
	position:relative;
	float:left;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:10px;
	text-align:justify;
	width:210px;
}
