html {
	background-color: #F9F9F9;
}

body {
	margin: 0px;
	text-align: center;
}

#global {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 820px;
	background-color: #F9F9F9;
	font-family:  verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #AAA;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #ff9933;
}
a:active { 
  color: #ff9933; 
}

ul, li {
	margin: 10px 0px 5px 20px;
	padding: 0px;
	list-style-image: url('/img/bullet.png');
	list-style-position: outside;
	text-align: justify;
	line-height: 3ex;
	color: #535E6B;
}

h1 {
	margin: 0px;
	font-weight: normal;
	font-size: 1.7em;
	letter-spacing: 1px;
	color: #440000;
	padding-right: 18px;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 3px 0px;
	color: #440000;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px 3px 0px;
	color: #440000;
}

h4 {
	font-size: 1.1em;
	line-height: 2.5ex; 
	font-weight: bold;
	font-style: italic;
	color: #455569;
	margin-bottom: 0px;
	margin-top: 15px;
}

p {
	margin: 0px;
	padding-top: 5px;
	text-align: justify;
	line-height: 3ex;
	text-indent: 0px;
	color: #000000;
}

p.note {
	font-size: 10px;
	line-height: 2ex;

}

p.stress {
	font-weight: bold;
}

p img {
	padding: 2px;
	clear: none;
	float: right;
	margin: 5px 0px 10px 15px;
}



#header {
	width: 820px;
	height: 165px;
	background-color: #F9F9F9;
}
* html #header { margin: 0px; text-align: center; }

#body {
    width: 600px;
 	float: right;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 3px solid #ff9933;
}

#lang {
	text-align: left;
	margin-right: 0px;
		margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 25px;
color: #777;
}
#lang a {
	color: #999;
	border: 0px;
}

#lang a:hover {
	color: #999;
	border-bottom: 1px solid #ff9933;
}

#lang a:active { 
  color: #ff9933; 
}

#lang a.active {
	font-weight: bold;
	text-decoration: none;
	color: #440000;
	border: 0px;

}



#menu {
	width: 120px;
	float: left;
	text-align: left;
	padding-bottom: 0px;
	margin: 20px 0px 0px 30px;
}
#menu ul {
	margin: 0px;
}
#menu ul li {
	line-height: 2em;
	margin: 0px;
	list-style: none;
	padding-top: 1px;
}


* html #menu li { list-style-image: none; }
#menu a {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #676767;
	border: 0px;
	padding-left: 8px;
}
#menu a.active {
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #440000;
	border: 0px;
	padding-left: 8px;
}
#menu a:hover {
	color: #000;
	text-decoration: none;
	border: 0px;
	padding-left: 5px;
	border-left: 3px solid #440000;
}


#footer {
	width:  820px;
	height: 43px;
    text-align: right;
	clear: both;
	padding-bottom: 1px;

}


#footer p {
	color: #999;
	font-size: 10px;
	margin-left: 17px;
}

#footer a {
	color: #999;
	border: 0px;
}

#footer a:hover {
	color: #999;
	border-bottom: 1px solid #ff9933;
}

#footer a:active { 
  color: #ff9933; 
}

#footer #w3c img {
	border: 0px;
	margin: 0px 8px 10px 0px;
}


#imageTop {
	width: 800px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}
* html #imageTop { text-align: center; }
#imageTop img {
	margin: 0;
	padding: 0;
}

#imageTopHomeAsc {
	position: relative;
	top: -93px;
	margin-bottom: -78px;
}

.hidden {
	display: none;
}

#lg {
	text-align: right;
	margin-right: 14px;
	margin-top: 20px;
	color: #777;
}
* html #lg {
	margin-top: 0px;
}
#lg a {
	border: 0px;
	color: #444;
}

img {
	border: 0px;
	align: left ;
}

img.br {
	border: 0px;
	align: left ;
	margin-top: 10px;
}