body {
font-family: Arial, sans-serif;
background-color:#fff;
}

#wraper {
	width: 700px;
	margin: 0 0 0 0;
	padding-top:0px;
	padding-bottom:0px;
}
#header {
  border-bottom: 1px solid #CCCCCC;
}
#container {
  width: 100%;
  float: right;
  margin-left: -200px;
}
#main {
  width: 100%;
  float: right;
  margin-left: -200px;
}
#page{
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 200px;
  text-align: justify;
  font-size: 12px; 
  color: #7B7D7B;
}
#page h2{
font-family: Georgia, Arial, sans-serif;
font-weight: normal;
font-size: 20px; 
padding-left: 10px ;
padding-bottom: 30px;
color: #004282;
background: url(images/line.gif) left bottom no-repeat;
}
#page ul {
      list-style: square;

}

#page h3{
font-family: Georgia, Arial, sans-serif;
font-weight: normal;
font-size: 16px; 
padding-left: 10px ;
color: #004282;
};

#page .important{
font-family:  Arial, sans-serif;
font-weight: bold;
font-size: 13px; 
color: #004282;
};
#sidebar {
  width: 200px;
  float: left;
  text-align: left;
  font-size: 13px;
  color: #7B7D7B;
}


#sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      }

#sidebar li {
      margin: 0;
      }	  

#sidebar li a {
      display: block;
	  padding: 5px 5px 5px 0.5em;
      color: #7B7D7B;
      text-decoration: none;
      border-right: 5px solid #E9E9E9;
      border-bottom: 1px solid #E9E9E9;
      width: 200px;
      }

html>body #button li a {
      width: auto;
      }

#sidebar li a:hover {
      color: #004282;
      border-right: 5px solid #004282;
      border-bottom: 1px solid #004282;
      }	  

#content {
  font-size: 12px; 
  color: #FFFFFF;
  background: #8998C1 url(images\corner.gif) top right no-repeat;
  padding-bottom: 20px;
  margin-left: 200px;
  height: 160px;
}

#content  h1{
font-family:  Georgia, Arial, sans-serif;
font-weight: normal;
font-size: 20px; 
color: #FFFFFF;
padding-left: 60px ;
padding-top: 20px;
}
#content  p{
padding-left: 20px ;
padding-right: 20px;
}
#content  a{

color: #FFFFFF;
text-decoration: underline;
}
#content  a:hover{
text-decoration: none;
}

#footer {
  font-size: 12px; 
  padding-top: 20px;
  color: #7B7D7B;
  border-top: 1px solid #CCCCCC;
  clear: both; 
}
#copy{
  width: 200px;
  float: left;
}
#addr {
  float: right;
}
a {
      color: #004282;
	  text-decoration: underline;
      }

a:hover {
	  text-decoration: none;
      }

a:visited {
      color: #004282;
	  text-decoration: underline;
      }

a:visited:hover {
	  text-decoration: none;
      }	  
	  
#langs ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#langs li{
	float: left;
	padding: 15px;
	margin-top: 20px;
}

BODY {
       SCROLLBAR-FACE-COLOR: #004282;
	   SCROLLBAR-HIGHLIGHT-COLOR: #A9A9C1;
	   SCROLLBAR-SHADOW-COLOR: #000000;
	   SCROLLBAR-3DLIGHT-COLOR: #A9A9C1;
	   SCROLLBAR-ARROW-COLOR: #DEDAF2;
	   SCROLLBAR-TRACK-COLOR: #DEDAF2;
	   SCROLLBAR-DARKSHADOW-COLOR: #000000
}

