﻿.subSectionBar
{
	width:509px;
	height:45px;
	background-image:url(../images/subSectionTitleRepeatBG.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
.subSectionBarNoResource
{
	width:772px;
	height:45px;
	background-image:url(../images/subSectionTitleRepeatBG.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
.subSectionLeftBorder
{
	width:26px;
	height:45px;
	background-image:url(../images/subTitleSectionLeftBorder.jpg);
	background-repeat:no-repeat;
	float:left;
}

.subSectionTopBorder
{
	padding-left:15px;
	padding-right:15px;
	height:30px;
	background-image:url(../images/subTitleSectionTopBorder.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-top:15px;
	background-color:#fff;
}
.subSectionRightBorder
{
	width:8px;
	height:45px;
	background-image:url(../images/subTitleSectionRightBorder.jpg);
	background-repeat:no-repeat;
	float:left;
	background-color:#fff;
}
.subSectionTitleText
{
	font-family:Verdana;
	font-size:70%;
	font-weight:bold;
	color:#9b9b9b;
}

.subSectionContentTextContainer
{
	width:501px;
	background-image:url(../images/subSectionContentLeftBorder.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	padding-left:8px;
	padding-top:15px;
}

.subSectionText
{
	font-family:Verdana;
	font-size:65%;
	color:#020202;
	padding:10px;
	text-align:justify;
}

