* {	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

body {
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-repeat: repeat-y;
	background-image:  url("background.gif");
	background-position: 900px;
	letter-spacing:150%;
}


#Wrapper {
	width: 880px;
	overflow:hidden;
	padding:10px;
	background-color: #999999;
}

#Header {
	height: 90px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;


}
#Language {
	font-size:80%;
	position:absolute;
	top:17px;
	left:760px;
	color:#666;
}
body#English #Language {
	left:745px;
}
#Language a {
	color:#999;
}
#Language a:hover {
	color:#0081C6;
}
#Language img {
	margin-right:3px;
	vertical-align:middle;
}
#Header h1, #Header h2 {display:none;}
#Header img#logo  {
	margin-top:20px;
	margin-left:35px;
	margin-right:375px;
	border:none;
}

body#English #Header img#logo  {
	margin-right:410px;
}

ul#MenuUP {
	list-style: none;
	height:25px;
	font-size:80%;
	margin-left:10px;
  }

body#English ul#MenuUP {
	margin-left:28px;
  }


ul#MenuUP li {
	display:inline;
	position: relative;
	color: #666;
	padding: 3px 6px 3px 0px;
	border-right: 1px solid #666666;
	margin-right:10px;
  }
ul#MenuUP a {
	color: #666;
}
ul#MenuUP a:hover {
	color: #000;
}

#PageBody {
	background-color: #FFFFFF;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

ul#MainMenu  {
	width:215px;		
	color:#E3EEF6;
	list-style-image: none;
	list-style-type: none;
	float:left;

	
}

ul#MainMenu li ul{
	border-bottom: 1px solid #2F7BA4;
	
}
ul#MainMenu li h3{
	font-size:80%;
	background-image:  url(menuh3.jpg);
	background-repeat: repeat-y;
	padding-left:18px;
	padding-bottom:4px;
	border-bottom: 1px solid #41738D;
}

ul#MainMenu li ul li {
	font-size:80%;
	padding: 5px 10px 5px 18px;
	background-color: #4A97BF;	

}
ul#MainMenu a {
	color: #E3EEF6;
}
ul#MainMenu a:hover {
	color: #FFF;
}
#Content{
	margin-left: 215px;
	padding-left:20px;
	color: #666666;
	border-left: 1px solid #93C0D7;	
	}
#Text {
	width:380px;
	text-align:justify;
	padding-bottom:5em;
	}
#Text h2{
	color: #DB660F;
	font-size:120%;
	text-transform: uppercase;
	margin-bottom:1.5em;
	margin-top:1em;
	text-align:left;
	}
#Text h2.hometitles{
	color: #999;
	font-size:80%;
	text-transform: uppercase;
	border-bottom: 1px solid #3398CC;
	margin-bottom:0.3em;
	margin-top:2em;
	}
#Text h3{
	font-size:100%;
	text-transform: uppercase;
	border-bottom: 1px solid #3398CC;
	margin-bottom:1.5em;
	margin-top:3em;
	}
#Text h4{
	color: #999;
	font-size:90%;
	margin-bottom:2em;
	letter-spacing:0.1em;
	line-height:1.5em;
	}

#Text p, #Text ul li{
	margin-bottom:1em;
	line-height:1.5em;
	}
#Text a {
	color:#1288C7;
	border-bottom: 1px dashed #1288C7;
	}
#Text a:hover{
	color:#0081C6;
	border-bottom: 3px double #0081C6;
	}

/*#Text a:visited{
	color:#CB63A9;
	border-bottom: 1px dashed #CB63A9;
	}
#Text a:visited:hover{
	color:#D942A8;
	border-bottom: 3px double #D942A8;
	}*/

#Text ul{
	list-style-type:none;
	}
#Text ul li{
	background-image: url(ulli.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	text-indent: 25px;
	}
#Text div.hr{
	height:15px;
	width:110px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom:2em;
	background-image:url(hr.gif);
	}
#Text div.hr hr{
	display: none;
	}
#Text a.smalllink{
	font-size:80%;
	font-weight:bold;
	}
#Text dl.techsheet{
	font-size:85%;
	}	
#Text dl.techsheet dt{
	font-weight:bold;
	color:#999;
	border-bottom: 1px solid #DDD;
	margin-bottom:0.3em;
	margin-top:2em;
	}
#Text dl.techsheet dd p{
	line-height:1.2em;
	margin-bottom:0.3em;
	}
#Text dl.techsheet dd ul{
	list-style-type:circle;
	}
#Text dl.techsheet dd ul li {
	list-style-type:disc;
	list-style-position:inside;
	background-image: none;
	text-indent: 0px;
	line-height:1.2em;
	margin-bottom:0.3em;
 	font-style: italic;
	}			
#Text dl.techsheet dd ul li ul{
	list-style-type:square
	}
#Text dl.techsheet dd ul li ul li {
	list-style-type:square;
	margin-left:1.5em;
	}				

#Related{
	float:right;
	padding-right:30px;
	}
#Footer {
	clear:both;
	background-color: #EEE;
	margin-top:10px;
	padding:10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#Footer hr {
	display:none;
}
#Footer h5 {
	font-size:80%;
	letter-spacing:0.1em;
	font-weight:normal;
	color:#666666;
	margin-bottom:5px;
}
#Footer p {
	font-size:70%;
	color:#888;
}
#Text a, #Footer a {
	color:#006FAA;
	}
