/* CSS for Language Chapters */
body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
	color: #333333;
	background-color: #6293BB;
	background-image: url(../images/hepb-bg-new.png);
	background-repeat: repeat-x;
}
p  {
	font-size: small;
	margin: 5px 0pc 10px 0em;
	line-height: 130%;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

smalltable  {
	font-size: xsmall;
	line-height: 130%;
}

a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #993399;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
}
li {
	margin: 0px 0px 4px;
	padding: 0px 10px 0px 0px;
	font-size: small;
	line-height: 130%;
	white-space: normal;
	display: block;
	list-style-type: square;
}
li a:visited {
	color: #47607D;
	text-decoration: none;	
}
li a:hover {
	color: #CC3300;
	text-decoration: underline;	
}


ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 15px;
	white-space: normal;
}


td {
	font-size:10px;
	margin: 0em;
	padding: 0px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 120%;
	font-weight: bold;
	color: #4291d6;
	padding: 0px 0px 0px 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #ee9c28;
	padding: 0px 0px 0px 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #ee9c28;
	padding: 0px 0px 0px 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#headerLang {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 100px;
}

#bannerLang {
	height: 90px;
	width: 950px;
	padding: 0px;
	margin: 0px auto;
}

#wrapperLang {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-color: #EE9C28;
	background: #FFFFFF;
}

#leftMenu {
	background-color: #ccdde7;
	margin: 0px;
	padding: 0px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#leftMenu ul {
	padding: 0px;
	margin: 15px 0px 10px;
	list-style-type: none;
}
#leftMenu li {
	list-style-type: none;
	margin: 0px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	display: block;
	line-height: 120%;
	padding: 0px;
}
#leftMenu li a:link {
	color: #006699;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
}
#leftMenu li a:visited {
	color: #006699;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
}
#leftMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4392D7;
	display: block;
	padding: 5px 5px 5px 10px;
}
#leftMenu .leftMenuOn {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4392D7;
	display: block;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#leftMenu a.leftMenuOn:link {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px 5px 5px 10px;
}
#leftMenu a.leftMenuOn:hover {
	color: #FFCC00;
}
#leftMenu a.leftMenuOn:visited {
	color: #FFFFFF;
}
.verticalRule {
	width: 21px;
	background-image: url(../images/vert_rule.gif);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../images/footer-bar.gif);
	background-repeat: repeat-x;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px 10px 10px;
	text-align: right;
	color: #666666;
	line-height: 115%;
	background-position: top;
	margin: 0px auto;
	background-color: #FFFFFF;
}

