/* common Container */
#common {
	padding: 0;
	background: url(bg.gif);
	margin: 0;
}

.common_title {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	padding-left: 18px;
	text-transform: uppercase;
}

.common_Content {
	padding: 5px 18px 10px 18px;
	border-top: none;
}
.common_topbg {
	padding-top: 30px;
}
#common h1, #common h2, #common h3 {color: #fff;}
#common p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 4px; 
	line-height: 120%;
}

#common .Normal
{
FONT-FAMILY: Helvetica, sans-serif;
font-size: 14px;
	color: #fff;
font-weight:normal;
line-height: 120%;
}
/* black Container */
#black {
	padding: 0;
	background: #000;
	margin: 0;
	border-top: #fff 5px solid;
}

.black_Content {
	padding: 10px;
	border-top: none;
}
.black_topbg {
	padding-top: 20px;
}
#black h1, #black h2, #black h3, #black lable {color: #fff;}
#black p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 4px; 
	line-height: 120%;
}

#black .Normal
{
FONT-FAMILY: Helvetica, sans-serif;
font-size: 14px;
	color: #fff;
font-weight:normal;
line-height: 120%;
}

/* white-block Container */
#white-block {
	padding: 0;
	background: #fff;
	margin: 0;
	border: #e2e2e2 1px solid;
}

.white-block_title {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #963;
	vertical-align: top;
	padding-left: 18px;
	text-transform: uppercase;
}

.white-block_Content {
	padding: 5px 18px 10px 18px;
	border-top: none;
}
.white-block_topbg {
	padding-top: 20px;
}
#white-block h1, #white-block h2, #white-block h3, #white-block lable {color: #963;}
#white-block p {
	font-size: 14px;
	color: #191919;
	margin-bottom: 4px; 
	line-height: 120%;
}

#white-block .Normal
{
FONT-FAMILY: Helvetica, sans-serif;
font-size: 14px;
	color: #191919;
font-weight:normal;
line-height: 120%;
}


/* leftpane Container */
#leftpane {
	padding: 0;
	margin: 0;
	background: url(leftpane-bg.gif) no-repeat top left;
	width: 337px; 
	height: 528px;
}

.leftpane_title {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	padding-left: 45px;
	text-transform: uppercase;
}

.leftpane_Content {
	padding: 5px 33px 10px 35px;
	border-top: none;
	vertical-align: top;
}

#leftpane p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 4px; 
	line-height: 120%;
}

#leftpane .Normal
{
FONT-FAMILY: Helvetica, sans-serif;
font-size: 14px;
	color: #fff;
font-weight:normal;
line-height: 120%;
}

#leftpane .SubHead    {
FONT-FAMILY: "Trebuchet MS", Helvetica, sans-serif;
font-size: 14px;
color: #fff;
font-weight:bold;
line-height: 120%;
}

