/* CSS Document */

#pageStyle {
	background: #3867AF url(../images/usa_ca/ec_index_background.jpg) no-repeat center top;
}

#mainMenu {
	position: relative;
	height: 46px;
	width: 740px;
	left: 0px;
	top: 0px;
}

#mainBar {
	width: 740px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 23px;
	background: #3B7BAF;
	border-bottom:1px solid #FFFFFF;
}
#mainBar p {
	font: 12px PMingLiU;
	color: #E8F0F7;
	letter-spacing: 4px;
	text-align: center;
	margin: 4px 0 0 1px;
}
#mainBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#mainBar a:visited {
	color: #6CAFE1;
	text-decoration: none;
}

#mainBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#mainBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#graphicHolder {
	width: 738px;
	height: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	border-right: 1px solid #3B7BAF;
	border-left: 1px solid #3B7BAF;
}

#midSpace {
	width: 740px;
	background: #FFFFFF;
	height: auto;
}

.tableTitlePadding td {
	border-bottom: 1px solid #999999;
}
.tableSub td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tabPadding {
	padding: 2px 0 0 0;
}

.dataCell {
	border: 1px solid #E8F0F7;
}
.endCell {
	border-right: 1px solid #999999;
}

.outerTableBorder {
	border: 1px solid #3B7BAF;
}

.ulBlock {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 20px;
	list-style: circle outside;
}

.listBlock {
	height: 12px;
	width: 8px;
	background: url(../images/triangle_blue.gif) no-repeat left top;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 6px;
}
.title {
	font: 12px/16px PMingLiU;
	color: #000000;
	padding: 4px;
	text-align: left;
}

.title ol {
	list-style: decimal outside;
	margin: 4px 0px 0px 18px;
	padding: 0px;
}

.TitleDarkGray {
	font: 12px PMingLiU;
	color: #3B7BAF;
}
.english {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}